summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/nls/Makefile
blob: 57611b43e9847fbd3ea558c01a49a8735e74d10b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

SUBDIRS=	C et finnish french german greek italian ja pl russian \
		spanish ukrainian
#GENCAT=	gencat --new
#CHARSET=	charset
GENCAT=		gencat

catalogs:
	@for i in ${SUBDIRS} ; \
	do \
	    echo "$$i"; \
	    cd $$i; \
	    cat ${CHARSET} 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