[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
nroff in bsd.man.mk
- To: misc_(_at_)_openbsd_(_dot_)_org
- Subject: nroff in bsd.man.mk
- From: "Christopher Turan" <turans_(_at_)_umich_(_dot_)_edu>
- Date: Sat, 7 Nov 1998 00:04:53 -0500
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