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

nroff in bsd.man.mk



Hi,

--- share/mk/bsd.man.mk.orig	Sun Apr 27 17:38:30 1997
+++ share/mk/bsd.man.mk	Sat Nov  7 00:00:48 1998
@@ -19,7 +19,7 @@
 
 .9.cat9 .8.cat8 .7.cat7 .6.cat6 .5.cat5 .4.cat4 .3.cat3 .2.cat2 .1.cat1:
 	@echo "${NROFF} -mandoc ${.IMPSRC} > ${.TARGET}"
-	@${NROFF} -mandoc ${.IMPSRC} > ${.TARGET} || (rm -f ${.TARGET}; false)
+	-_(_at_)_${NROFF} -mandoc ${.IMPSRC} > ${.TARGET} || (rm -f ${.TARGET}; false)
 
 .9tbl.cat9 .8tbl.cat8 .7tbl.cat7 .6tbl.cat6 .5tbl.cat5 .4tbl.cat4 .3tbl.cat3 \
 .2tbl.cat2 .1tbl.cat1:


Failure to create the manpages should not kill the build.  If the system does 
not have nroff installed, then it most likely does not have man pages 
installed as well.

Regards,
-Chris


Visit your host, monkey.org