Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/groff clean the "stripped" mdoc files



details:   https://anonhg.NetBSD.org/src/rev/de2097dcdbb0
branches:  trunk
changeset: 554437:de2097dcdbb0
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Oct 28 07:46:16 2003 +0000

description:
clean the "stripped" mdoc files

diffstat:

 tools/groff/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 29bcded68b4a -r de2097dcdbb0 tools/groff/Makefile
--- a/tools/groff/Makefile      Tue Oct 28 07:38:57 2003 +0000
+++ b/tools/groff/Makefile      Tue Oct 28 07:46:16 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.25 2003/10/20 08:25:36 wiz Exp $
+#      $NetBSD: Makefile,v 1.26 2003/10/28 07:46:16 lukem Exp $
 
 MODULE=                groff
 
@@ -55,6 +55,7 @@
 .PHONY:                ${SITETMACDIR}/${F}
 ${SITETMACDIR}/${F}: ${F}-s _installtmac
 .ORDER: realinstall ${SITETMACDIR}/${F}
+CLEANFILES+=${F}-s
 ${F}-s: ${F}
        sed -f ${.CURDIR}/../../gnu/dist/groff/tmac/strip.sed ${.ALLSRC} > ${.TARGET}
 .endfor



Home | Main Index | Thread Index | Old Index