]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/tcsh/nls/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / tcsh / nls / Makefile
1 # $tcsh: Makefile,v 1.14 2006/03/02 18:46:45 christos Exp $
2
3 SUBDIRS=        C et finnish french german greek italian ja pl russian \
4                 spanish ukrainian
5 #GENCAT=        gencat --new
6 CHARSET=        charset
7 GENCAT=         gencat
8
9 catalogs:
10         @for i in ${SUBDIRS} ; \
11         do \
12             echo "$$i"; \
13             cd $$i; \
14             cat ${CHARSET} set[0-9] set[0-9][0-9] > ../../tcsh.$$i.m; \
15             cd ..; \
16             ${GENCAT} ../tcsh.$$i.cat ../tcsh.$$i.m; \
17         done
18
19 clean:
20         @for i in ${SUBDIRS} ; \
21         do \
22             rm -f $$i/*~; \
23             rm -f ../tcsh.$$i.cat ../tcsh.$$i.m; \
24         done