Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/top/bin The man page has numbered registers and...



details:   https://anonhg.NetBSD.org/src/rev/fc1facd4ecca
branches:  trunk
changeset: 785571:fc1facd4ecca
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Mar 21 02:04:05 2013 +0000

description:
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!

diffstat:

 external/bsd/top/bin/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 55b67c480a26 -r fc1facd4ecca external/bsd/top/bin/Makefile
--- a/external/bsd/top/bin/Makefile     Thu Mar 21 01:48:14 2013 +0000
+++ b/external/bsd/top/bin/Makefile     Thu Mar 21 02:04:05 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index