Whoops, also fix time for those watchmakers to the north...

This commit is contained in:
Paul Traina 1996-12-08 07:21:33 +00:00
parent 4f1982e68d
commit 5703427770

View file

@ -10,6 +10,7 @@ LOCALEDIR= ${DESTDIR}/usr/share/locale
DE_LINKS = de_AT de_CH
FR_LINKS = fr_BE fr_CA fr_CH
IT_LINKS = it_CH
.SUFFIXES: .src .out
@ -31,5 +32,9 @@ afterinstall:
ln -fs ../fr_FR.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.ISO_8859-1/LC_TIME; \
done
.include <bsd.prog.mk>