Deleted Added
full compact
Makefile (72337) Makefile (72362)
1# $FreeBSD: head/share/monetdef/Makefile 72337 2001-02-10 22:44:31Z abial $
1# $FreeBSD: head/share/monetdef/Makefile 72362 2001-02-11 15:40:01Z asmodai $
2
3NOMAN=YES
4CLEANFILES+= ${LOCALES:S/$/.out/g}
5
6LOCALES= af_ZA.ISO_8859-1 \
7 cs_CZ.ISO_8859-2 \
8 da_DK.ISO_8859-1 \
9 de_DE.ISO_8859-1 \

--- 6 unchanged lines hidden (view full) ---

16 fi_FI.ISO_8859-1 \
17 fr_FR.ISO_8859-1 \
18 fr_CA.ISO_8859-1 \
19 is_IS.ISO_8859-1 \
20 nl_NL.ISO_8859-1 \
21 no_NO.ISO_8859-1 \
22 pl_PL.ISO_8859-2 \
23 ru_RU.KOI8-R \
2
3NOMAN=YES
4CLEANFILES+= ${LOCALES:S/$/.out/g}
5
6LOCALES= af_ZA.ISO_8859-1 \
7 cs_CZ.ISO_8859-2 \
8 da_DK.ISO_8859-1 \
9 de_DE.ISO_8859-1 \

--- 6 unchanged lines hidden (view full) ---

16 fi_FI.ISO_8859-1 \
17 fr_FR.ISO_8859-1 \
18 fr_CA.ISO_8859-1 \
19 is_IS.ISO_8859-1 \
20 nl_NL.ISO_8859-1 \
21 no_NO.ISO_8859-1 \
22 pl_PL.ISO_8859-2 \
23 ru_RU.KOI8-R \
24 sv_SE.ISO_8859-1
24 sv_SE.ISO_8859-1 \
25 ko_KR.EUC
25
26LOCALEDIR= ${DESTDIR}/usr/share/locale
27
28.SUFFIXES: .src .out
29
30.src.out:
31 grep -v '^#' < ${.IMPSRC} > ${.TARGET}
32
33all: ${LOCALES:S/$/.out/g}
34
35afterinstall:
36.for lang in ${LOCALES}
37 ${INSTALL} ${COPY} -m 644 -o ${BINOWN} -g ${BINGRP} ${lang}.out \
38 ${LOCALEDIR}/${lang}/LC_MONETARY
39.endfor
40
41.include <bsd.prog.mk>
26
27LOCALEDIR= ${DESTDIR}/usr/share/locale
28
29.SUFFIXES: .src .out
30
31.src.out:
32 grep -v '^#' < ${.IMPSRC} > ${.TARGET}
33
34all: ${LOCALES:S/$/.out/g}
35
36afterinstall:
37.for lang in ${LOCALES}
38 ${INSTALL} ${COPY} -m 644 -o ${BINOWN} -g ${BINGRP} ${lang}.out \
39 ${LOCALEDIR}/${lang}/LC_MONETARY
40.endfor
41
42.include <bsd.prog.mk>