From owner-cvs-share Wed Nov 29 08:05:22 1995 Return-Path: owner-cvs-share Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA26390 for cvs-share-outgoing; Wed, 29 Nov 1995 08:05:22 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA26372 ; Wed, 29 Nov 1995 08:05:15 -0800 Date: Wed, 29 Nov 1995 08:05:15 -0800 From: Bruce Evans Message-Id: <199511291605.IAA26372@freefall.freebsd.org> To: CVS-committers, cvs-share Subject: cvs commit: src/share/mk bsd.doc.mk Sender: owner-cvs-share@FreeBSD.ORG Precedence: bulk bde 95/11/29 08:05:12 Modified: share/mk bsd.doc.mk Log: Added a preprocessor for soelem. If if USE_SOELIMPP is defined, then 1. ${ROFF} is run in ${.OBJDIR}. 2. the preprocessor prefixes ${SRCDIR}/ to relative pathnames in `.so' statements. This is useful when running ${ROFF} in the source directory isn't convenient. Added dependencies on ${EXTRA} and ${OBJS}. These are usually for files that are sourced indirectly. ${OBJS} is for files that are built. 4.4lite has decentalized incomplete dependencies on ${EXTRA} and ${DPADD}. These were broken by are centralized handling of the roff targets. Revision Changes Path 1.23 +14 -2 src/share/mk/bsd.doc.mk