summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/nls/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-04-15 04:41:27 +0000
committerobrien <obrien@FreeBSD.org>2000-04-15 04:41:27 +0000
commit4ad28cefef28ce6bdb44a0532cfe20a2076bc694 (patch)
tree7679c440a91912ee9586cee3ebab24596c0fe1c4 /contrib/tcsh/nls/Makefile
downloadFreeBSD-src-4ad28cefef28ce6bdb44a0532cfe20a2076bc694.zip
FreeBSD-src-4ad28cefef28ce6bdb44a0532cfe20a2076bc694.tar.gz
Import the latest version of the 44BSD C-shell -- tcsh-6.09.
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