From a5cf5392ff6e9d060d1d8b2c539d381c0e742277 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Tue, 17 Jan 1995 18:49:52 +0000 Subject: [PATCH] Remove unnecessary complex renaming after nuking BSD tmacs --- gnu/usr.bin/groff/tmac/Makefile | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/gnu/usr.bin/groff/tmac/Makefile b/gnu/usr.bin/groff/tmac/Makefile index 094e8821e33b..37acb2cca10f 100644 --- a/gnu/usr.bin/groff/tmac/Makefile +++ b/gnu/usr.bin/groff/tmac/Makefile @@ -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; \