mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 16:49:40 +00:00
Remove unnecessary complex renaming after nuking BSD tmacs
This commit is contained in:
parent
083ad6c648
commit
a5cf5392ff
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5685
@ -8,15 +8,15 @@ MDOCDIR?= $(TMACDIR)/mdoc
|
||||
|
||||
MAN7= groff_ms.7 me.7
|
||||
MLINKS= groff_ms.7 ms.7
|
||||
LINKS= $(TMACDIR}/tmac.andoc $(TMACDIR)/tmac.an
|
||||
|
||||
MANDEPEND= ${MAN7}
|
||||
CLEANFILES+= temp ${MANDEPEND} tmac.groff_me tmac.groff_ms tmac.groff_an \
|
||||
tmac.an
|
||||
CLEANFILES+= temp ${MANDEPEND} tmac.groff_an
|
||||
|
||||
FILES= tmac.pic tmac.ps tmac.psnew tmac.psold\
|
||||
FILES= tmac.andoc tmac.pic tmac.ps tmac.psnew tmac.psold\
|
||||
tmac.pspic tmac.psatk tmac.dvi tmac.tty tmac.tty-char tmac.X\
|
||||
tmac.Xps tmac.latin1 eqnrc troffrc
|
||||
STRIPFILES= tmac.doc tmac.doc.old
|
||||
STRIPFILES= tmac.e tmac.s tmac.doc tmac.doc.old
|
||||
MDOCFILES= doc-common doc-ditroff doc-nroff doc-syms
|
||||
|
||||
|
||||
@ -25,18 +25,9 @@ afterinstall:
|
||||
install -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
|
||||
${.CURDIR}/$$f ${DESTDIR}${TMACDIR}; \
|
||||
done
|
||||
sed -f ${.CURDIR}/strip.sed ${.CURDIR}/tmac.e >tmac.groff_me
|
||||
install -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
|
||||
tmac.groff_me ${DESTDIR}${TMACDIR}
|
||||
sed -f ${.CURDIR}/strip.sed ${.CURDIR}/tmac.s >tmac.groff_ms
|
||||
install -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
|
||||
tmac.groff_ms ${DESTDIR}${TMACDIR}
|
||||
sed -f ${.CURDIR}/strip.sed ${.CURDIR}/tmac.an >tmac.groff_an
|
||||
install -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
|
||||
tmac.groff_an ${DESTDIR}${TMACDIR}
|
||||
sed -f ${.CURDIR}/strip.sed ${.CURDIR}/tmac.andoc >tmac.an
|
||||
install -c -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
|
||||
tmac.an ${DESTDIR}${TMACDIR}
|
||||
for f in ${STRIPFILES}; do \
|
||||
rm -f temp; \
|
||||
sed -f ${.CURDIR}/strip.sed ${.CURDIR}/$$f >temp; \
|
||||
|
Loading…
Reference in New Issue
Block a user