Deleted Added
full compact
Makefile (245889) Makefile (284287)
1# $FreeBSD: head/share/numericdef/Makefile 245889 2013-01-24 17:00:11Z brooks $
1# $FreeBSD: head/share/numericdef/Makefile 284287 2015-06-11 21:09:03Z sjg $
2
3LOCALES= af_ZA.ISO8859-1 \
4 am_ET.UTF-8 \
5 be_BY.CP1251 \
6 bg_BG.CP1251 \
7 ca_ES.ISO8859-1 \
8 cs_CZ.ISO8859-2 \
9 da_DK.ISO8859-1 \

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

119UTF-8_UTF-8= ${BE_LINKS} ${CA_LINKS} ${DE_LINKS} ${FR_LINKS} ${GB_LINKS} \
120 en_GB:en_IE ${IT_LINKS} ${NO_LINKS} ${US_LINKS}
121
122SYMLINKS=
123.for enc1 in ${ENCODINGS}
124.for enc2 in ${ENCODINGS}
125.for lang_terr in ${${enc1}_${enc2}}
126SYMLINKS+= ../${lang_terr:C/:.*$//}.${enc1}/${FILESNAME} \
2
3LOCALES= af_ZA.ISO8859-1 \
4 am_ET.UTF-8 \
5 be_BY.CP1251 \
6 bg_BG.CP1251 \
7 ca_ES.ISO8859-1 \
8 cs_CZ.ISO8859-2 \
9 da_DK.ISO8859-1 \

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

119UTF-8_UTF-8= ${BE_LINKS} ${CA_LINKS} ${DE_LINKS} ${FR_LINKS} ${GB_LINKS} \
120 en_GB:en_IE ${IT_LINKS} ${NO_LINKS} ${US_LINKS}
121
122SYMLINKS=
123.for enc1 in ${ENCODINGS}
124.for enc2 in ${ENCODINGS}
125.for lang_terr in ${${enc1}_${enc2}}
126SYMLINKS+= ../${lang_terr:C/:.*$//}.${enc1}/${FILESNAME} \
127 ${LOCALEDIR}/${lang_terr:C/^.*://}.${enc2}
127 ${LOCALEDIR}/${lang_terr:C/^.*://}.${enc2}/${FILESNAME}
128.endfor
129.endfor
130.endfor
131
132.include <bsd.prog.mk>
128.endfor
129.endfor
130.endfor
131
132.include <bsd.prog.mk>