summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/nls/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tcsh/nls/Makefile')
-rw-r--r--contrib/tcsh/nls/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/contrib/tcsh/nls/Makefile b/contrib/tcsh/nls/Makefile
new file mode 100644
index 0000000..43a23fa
--- /dev/null
+++ b/contrib/tcsh/nls/Makefile
@@ -0,0 +1,21 @@
+
+SUBDIRS= C german french italian ja greek spanish
+#GENCAT= gencat -new
+GENCAT= gencat
+
+catalogs:
+ @for i in ${SUBDIRS} ; \
+ do \
+ echo "$$i"; \
+ cd $$i; \
+ cat set[0-9] set[0-9][0-9] > ../../tcsh.$$i.m; \
+ cd ..; \
+ ${GENCAT} ../tcsh.$$i.cat ../tcsh.$$i.m; \
+ done
+
+clean:
+ @for i in ${SUBDIRS} ; \
+ do \
+ rm -f $$i/*~; \
+ rm -f ../tcsh.$$i.cat ../tcsh.$$i.m; \
+ done
OpenPOWER on IntegriCloud