aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1999-09-11 19:56:05 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1999-09-11 19:56:05 +0000
commit3e6ef2e23df6310fc97dfc002a4e8bf21d95c5c2 (patch)
tree06ec338a529e64e2c635a2bb5d6194685996e531 /gnu
parent36fa8b81373f08cd125410684185affcb8517d9c (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/tmac/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/tmac/Makefile b/gnu/usr.bin/groff/tmac/Makefile
index bb500891d21c2..7118543e616b4 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}