summaryrefslogtreecommitdiffstats
path: root/share/timedef
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1999-01-21 19:41:38 +0000
committerimp <imp@FreeBSD.org>1999-01-21 19:41:38 +0000
commit3601538f59ea7c28ccf7df655c363681b6b8139c (patch)
treea4476b305ef3f3230d8bf782a100a629e29fac36 /share/timedef
parent1970e9db783f48175ab4641047ab8552629d9dff (diff)
downloadFreeBSD-src-3601538f59ea7c28ccf7df655c363681b6b8139c.zip
FreeBSD-src-3601538f59ea7c28ccf7df655c363681b6b8139c.tar.gz
Euro support, part 2.
This should be merged into RELENG_3 and a similar patch may be needed for RELENG_2_2, should that deemed necessary. Make world succeeded with these patches in my tree. Submitted by: "Kaleb S. KEITHLEY" <kaleb@ics.com>
Diffstat (limited to 'share/timedef')
-rw-r--r--share/timedef/data/Makefile32
1 files changed, 31 insertions, 1 deletions
diff --git a/share/timedef/data/Makefile b/share/timedef/data/Makefile
index 80e5f2f..f7b9600 100644
--- a/share/timedef/data/Makefile
+++ b/share/timedef/data/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.27 1998/08/10 09:49:42 phk Exp $
+# $Id: Makefile,v 1.28 1998/10/13 20:20:27 ache Exp $
NOMAN=YES
CLEANFILES+= ${LOCALES:S/$/.out/g}
@@ -31,6 +31,8 @@ LOCALES= da_DK.ISO_8859-1 \
LOCALEDIR= ${DESTDIR}/usr/share/locale
+8859_15_LINKS = da_DK de_AT de_DE en_GB en_US es_ES fi_FI fr_FR is_IS \
+ it_IT lt_LN nl_NL no_NO pt_PT sv_SE
DE_LINKS = de_CH
FR_LINKS = fr_BE fr_CA fr_CH
IT_LINKS = it_CH
@@ -51,18 +53,34 @@ afterinstall:
${INSTALL} ${COPY} -m 644 -o ${BINOWN} -g ${BINGRP} $$l.out \
${LOCALEDIR}/$$l/LC_TIME; \
done
+ for l in ${8859_15_LINKS}; do \
+ ln -fs ../$$l.ISO_8859-1/LC_TIME \
+ ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
+ done
for l in ${DE_LINKS}; do \
ln -fs ../de_DE.ISO_8859-1/LC_TIME \
${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
done
+ for l in ${DE_LINKS}; do \
+ ln -fs ../de_DE.ISO_8859-1/LC_TIME \
+ ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
+ done
for l in ${IT_LINKS}; do \
ln -fs ../it_IT.ISO_8859-1/LC_TIME \
${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
done
+ for l in ${IT_LINKS}; do \
+ ln -fs ../it_IT.ISO_8859-1/LC_TIME \
+ ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
+ done
for l in ${FR_LINKS}; do \
ln -fs ../fr_FR.ISO_8859-1/LC_TIME \
${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
done
+ for l in ${FR_LINKS}; do \
+ ln -fs ../fr_FR.ISO_8859-1/LC_TIME \
+ ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
+ done
for l in ${LN_LINKS}; do \
ln -fs ../lt_LN.ISO_8859-1/LC_TIME \
${LOCALEDIR}/$$l/LC_TIME; \
@@ -71,13 +89,25 @@ afterinstall:
ln -fs ../nl_NL.ISO_8859-1/LC_TIME \
${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
done
+ for l in ${NL_LINKS}; do \
+ ln -fs ../nl_NL.ISO_8859-1/LC_TIME \
+ ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
+ done
for l in ${US_LINKS}; do \
ln -fs ../en_US.ISO_8859-1/LC_TIME \
${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
done
+ for l in ${US_LINKS}; do \
+ ln -fs ../en_US.ISO_8859-1/LC_TIME \
+ ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
+ done
for l in ${GB_LINKS}; do \
ln -fs ../en_GB.ISO_8859-1/LC_TIME \
${LOCALEDIR}/$$l.ISO_8859-1/LC_TIME; \
done
+ for l in ${GB_LINKS}; do \
+ ln -fs ../en_GB.ISO_8859-1/LC_TIME \
+ ${LOCALEDIR}/$$l.DIS_8859-15/LC_TIME; \
+ done
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud