Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Nov 1995 08:05:15 -0800
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-share
Subject:   cvs commit: src/share/mk bsd.doc.mk
Message-ID:  <199511291605.IAA26372@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511291605.IAA26372>