Module Name:    src
Committed By:   christos
Date:           Thu Mar 21 02:04:05 UTC 2013

Modified Files:
        src/external/bsd/top/bin: Makefile

Log Message:
The man page has numbered registers and conditionals and cannot be handled
by mandoc, so make it use groff. Unfortunately since we don't install cat
pages, this does not work. At least it works for html!


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/top/bin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/top/bin/Makefile
diff -u src/external/bsd/top/bin/Makefile:1.7 src/external/bsd/top/bin/Makefile:1.8
--- src/external/bsd/top/bin/Makefile:1.7	Fri Sep 16 12:41:21 2011
+++ src/external/bsd/top/bin/Makefile	Wed Mar 20 22:04:05 2013
@@ -1,9 +1,10 @@
-#	$NetBSD: Makefile,v 1.7 2011/09/16 16:41:21 joerg Exp $
+#	$NetBSD: Makefile,v 1.8 2013/03/21 02:04:05 christos Exp $
 
 .include <bsd.own.mk>
 
 PROG=	top
 BINDIR=	/usr/bin
+NOMANDOC=	yes
 
 TOPDIR=${.CURDIR}/../dist
 .PATH:	${TOPDIR} ${TOPDIR}/machine

Reply via email to