diff options
author | Eric Anholt <anholt@freebsd.org> | 2005-07-03 10:17:38 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2005-07-03 10:17:38 +0000 |
commit | 55328bb6caabd37885cd19d7a5821ed425daf321 (patch) | |
tree | 499b8d60ca5783d6483400a4924bfc614bda6972 /nls/georgian-academy | |
parent | 726538ba21b631bfb0b8094a5546acdaf57379ff (diff) |
Avoid a gmake-specific construct, and instead just write the name of the current directory into each Makefile.am.
Diffstat (limited to 'nls/georgian-academy')
-rw-r--r-- | nls/georgian-academy/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nls/georgian-academy/Makefile.am b/nls/georgian-academy/Makefile.am index 3adc393b..4b8a3e85 100644 --- a/nls/georgian-academy/Makefile.am +++ b/nls/georgian-academy/Makefile.am @@ -1,4 +1,4 @@ -x11thislocaledir = @X11_LOCALEDIR@/$(shell basename `pwd`) +x11thislocaledir = @X11_LOCALEDIR@/georgian-academy EXTRA_DIST = XLC_LOCALE.pre Compose.pre |