From f237fc6e74d7748c370c737e13741dac57ec6d5d Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 11 Sep 1999 19:56:05 +0000 Subject: [PATCH] install localized files --- gnu/usr.bin/groff/tmac/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gnu/usr.bin/groff/tmac/Makefile b/gnu/usr.bin/groff/tmac/Makefile index bb500891d21c..7118543e616b 100644 --- a/gnu/usr.bin/groff/tmac/Makefile +++ b/gnu/usr.bin/groff/tmac/Makefile @@ -7,6 +7,7 @@ TMACGRP?= ${BINGRP} TMACMODE?= ${NOBINMODE} TMACDIR?= /usr/share/tmac MDOCDIR?= ${TMACDIR}/mdoc +LOCALEDIR?= ${TMACDIR}/locale MAN7= groff_ms.7 me.7 msafer.7 MLINKS= groff_ms.7 ms.7 me.7 groff_me.7 msafer.7 groff_msafer.7 @@ -20,6 +21,7 @@ FILES= tmac.andoc tmac.pic tmac.ps tmac.psnew tmac.psold\ troffrc STRIPFILES= tmac.e tmac.s tmac.doc MDOCFILES= doc-common doc-ditroff doc-nroff doc-syms +LOCALEFILES= locale-list koi8-r all: ${MDOCFILES} ${STRIPFILES} tmac.groff_an @@ -39,6 +41,9 @@ beforeinstall: cd ${DIST_DIR}; \ ${INSTALL} -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \ ${FILES} ${DESTDIR}${TMACDIR} + cd ${DIST_DIR}/locale; \ + ${INSTALL} -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \ + ${LOCALEFILES} ${DESTDIR}${LOCALEDIR} .if !exists(${DESTDIR}${TMACDIR}/man.local) ${INSTALL} -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \ ${DIST_DIR}/man.local ${DESTDIR}${TMACDIR}