Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin/groff/src/devices/grohtml Install grohtml(1).



details:   https://anonhg.NetBSD.org/src/rev/ebb08459ea7f
branches:  trunk
changeset: 554877:ebb08459ea7f
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Nov 03 17:05:28 2003 +0000

description:
Install grohtml(1).

diffstat:

 gnu/usr.bin/groff/src/devices/grohtml/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 6ee2aba28f1a -r ebb08459ea7f gnu/usr.bin/groff/src/devices/grohtml/Makefile
--- a/gnu/usr.bin/groff/src/devices/grohtml/Makefile    Mon Nov 03 16:39:07 2003 +0000
+++ b/gnu/usr.bin/groff/src/devices/grohtml/Makefile    Mon Nov 03 17:05:28 2003 +0000
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:48 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2003/11/03 17:05:28 wiz Exp $
 
 # $FreeBSD: src/gnu/usr.bin/groff/src/devices/grohtml/Makefile,v 1.5 2003/05/01 13:22:18 ru Exp $
 
 DIST_SUBDIR=   src/devices/grohtml
 
 PROG_CXX=      post-grohtml
+MAN=           grohtml.1
 SRCS=          post-html.cpp html-table.cpp html-text.cpp output.cpp
 DPADD+=                ${LIBDRIVER} ${LIBGROFF} ${LIBM}
 LDADD+=                ${LIBDRIVER} ${LIBGROFF} -lm
-NOMAN=         YES
+CLEANFILES=    ${MAN}
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index