summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/nls/Makefile
blob: 6678fd6cf86054c0a9b9d225826a7f4a528fb7dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $tcsh: Makefile,v 1.14 2006/03/02 18:46:45 christos Exp $

SUBDIRS=	C et finnish french german greek italian ja 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