summaryrefslogtreecommitdiff
path: root/nls/zh_CN.UTF-8
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-01 22:13:35 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-01 22:13:35 +0000
commit197697c92a63091a4cc3cc04dcb7fa29d2655758 (patch)
tree9d2aa60af55575f5a3724614cc59267fb993b399 /nls/zh_CN.UTF-8
parentc162d60ad8f124563f94a2a266de59373936266c (diff)
Fix objdir != srcdir, as well as make distcheck.
Don't attempt to create Compose.pre files; formatting fixes. Added if not already present.
Diffstat (limited to 'nls/zh_CN.UTF-8')
-rw-r--r--nls/zh_CN.UTF-8/Compose.pre0
-rw-r--r--nls/zh_CN.UTF-8/Makefile.am9
2 files changed, 3 insertions, 6 deletions
diff --git a/nls/zh_CN.UTF-8/Compose.pre b/nls/zh_CN.UTF-8/Compose.pre
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/nls/zh_CN.UTF-8/Compose.pre
diff --git a/nls/zh_CN.UTF-8/Makefile.am b/nls/zh_CN.UTF-8/Makefile.am
index cd29118e..3adc393b 100644
--- a/nls/zh_CN.UTF-8/Makefile.am
+++ b/nls/zh_CN.UTF-8/Makefile.am
@@ -3,16 +3,13 @@ x11thislocaledir = @X11_LOCALEDIR@/$(shell basename `pwd`)
EXTRA_DIST = XLC_LOCALE.pre Compose.pre
dist_x11thislocale_DATA = XI18N_OBJS
-x11thislocale_DATA = XLC_LOCALE Compose
+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: Compose.pre
+Compose: $(srcdir)/Compose.pre
$(CPP) -traditional -DXCOMM='#' - < $(srcdir)/Compose.pre > $@
-Compose.pre:
- touch Compose.pre
-
-DISTCLEANFILES=XLC_LOCALE Compose
+DISTCLEANFILES = XLC_LOCALE Compose