summaryrefslogtreecommitdiff
path: root/nls/georgian-ps
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2005-07-09 18:44:14 +0000
committerAlan Coopersmith <alan.coopersmith@sun.com>2005-07-09 18:44:14 +0000
commit3939ac4410446b46071c9d714f4270c12bf904fe (patch)
tree51ec855dea94ae24d7882bd8bfcc0a5b86876e30 /nls/georgian-ps
parent19ba9d0df86c688319377467254b9ea9c4b0eccc (diff)
- Since all but one line of all the nls/*/Makefile.am files are identical, move common bits to nls/localerules.in for easier updating and use automake includes to include in all the nls/*/Makefile.am files
- Don't assume $(CPP) can take gcc-only -traditional flag - CPP process man pages as is done in the monolithic tree
Diffstat (limited to 'nls/georgian-ps')
-rw-r--r--nls/georgian-ps/Makefile.am14
1 files changed, 1 insertions, 13 deletions
diff --git a/nls/georgian-ps/Makefile.am b/nls/georgian-ps/Makefile.am
index 6b559a70..89568bea 100644
--- a/nls/georgian-ps/Makefile.am
+++ b/nls/georgian-ps/Makefile.am
@@ -1,15 +1,3 @@
x11thislocaledir = @X11_LOCALEDIR@/georgian-ps
-EXTRA_DIST = XLC_LOCALE.pre Compose.pre
-
-dist_x11thislocale_DATA = XI18N_OBJS
-x11thislocale_DATA = XLC_LOCALE Compose
-
-# XXX: WCHAR32 definition <<-- WTF does this mean?
-XLC_LOCALE: XLC_LOCALE.pre
- $(CPP) -traditional -DWCHAR32=1 -DXCOMM='#' - < $(srcdir)/XLC_LOCALE.pre > $@
-
-Compose: $(srcdir)/Compose.pre
- $(CPP) -traditional -DXCOMM='#' - < $(srcdir)/Compose.pre > $@
-
-DISTCLEANFILES = XLC_LOCALE Compose
+include $(top_srcdir)/nls/localerules.in