]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/tcsh/nls/Makefile
This commit was generated by cvs2svn to compensate for changes in r166124,
[FreeBSD/FreeBSD.git] / contrib / tcsh / nls / Makefile
1
2 SUBDIRS=        C et finnish french german greek italian ja pl russian \
3                 spanish ukrainian
4 #GENCAT=        gencat --new
5 #CHARSET=       charset
6 GENCAT=         gencat
7
8 catalogs:
9         @for i in ${SUBDIRS} ; \
10         do \
11             echo "$$i"; \
12             cd $$i; \
13             cat ${CHARSET} set[0-9] set[0-9][0-9] > ../../tcsh.$$i.m; \
14             cd ..; \
15             ${GENCAT} ../tcsh.$$i.cat ../tcsh.$$i.m; \
16         done
17
18 clean:
19         @for i in ${SUBDIRS} ; \
20         do \
21             rm -f $$i/*~; \
22             rm -f ../tcsh.$$i.cat ../tcsh.$$i.m; \
23         done