A crude temporary hack to fix building of ms(7) formatted documents

while I am working on a real fix.
This commit is contained in:
ru 2002-10-23 19:04:00 +00:00
parent 3f1c8e1788
commit c54b118a3b
2 changed files with 8 additions and 4 deletions

View File

@ -45,7 +45,4 @@ troffrc!X100 troffrc!X100-12 troffrc!lj4 troff!lbp troffrc!html
.
.\}
.
.\" Disable SGR support in grotty(1).
.if n .do output "x X tty: sgr 0
.
.\" Don't let blank lines creep in here.

View File

@ -14,6 +14,7 @@ MLINKS+= groff_me.7 me.7
MLINKS+= groff_mdoc.7 mdoc.7 groff_mdoc.7 mdoc.samples.7
CLEANFILES= ${MAN} ${MDOCFILES:S/$/-s/} ${STRIPFILES:S/$/-s/} ${SPECIALFILES:S/$/-s/}
CLEANFILES+= troffrc-end.patched
NORMALFILES= mandoc.tmac andoc.tmac an-old.tmac \
me.tmac \
@ -32,7 +33,7 @@ NORMALFILES= mandoc.tmac andoc.tmac an-old.tmac \
lbp.tmac \
html.tmac www.tmac \
eqnrc \
troffrc troffrc-end \
troffrc \
hyphen.us
SPECIALFILES= an.tmac man.tmac s.tmac ms.tmac
STRIPFILES= e.tmac doc.tmac mdoc.local
@ -40,6 +41,7 @@ MDOCFILES= doc-common doc-ditroff doc-nroff doc-syms \
fr.ISO8859-1 ru.KOI8-R
all: ${MDOCFILES:S/$/-s/} ${STRIPFILES:S/$/-s/} ${SPECIALFILES:S/$/-s/}
all: troffrc-end.patched
.for f in ${MDOCFILES} ${STRIPFILES}
$f-s: $f
@ -53,6 +55,9 @@ $f-s: $f
${.ALLSRC} > ${.TARGET}
.endfor
troffrc-end.patched: troffrc-end
(cat ${.ALLSRC}; echo ".if n .do nop \X'tty: sgr 0'\c") > ${.TARGET}
beforeinstall:
cd ${DIST_DIR}; \
${INSTALL} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
@ -61,6 +66,8 @@ beforeinstall:
${INSTALL} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
hyphen.ru ${DESTDIR}${TMACDIR}
cd ${.OBJDIR}
${INSTALL} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
troffrc-end.patched ${DESTDIR}${TMACDIR}/troffrc-end
.for f in ${STRIPFILES} ${SPECIALFILES}
${INSTALL} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
$f-s ${DESTDIR}${TMACDIR}/$f