Add a dependancy on ${CSS_SHEET} for the docbook.css target. Without this,
one must run a `make clean' (or `rm docbook.css') or the stylesheet is not updated, regardless of whether or not it's been updated since the last build.
This commit is contained in:
parent
0caaf5d84f
commit
dde382c2b4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9903
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $FreeBSD: doc/share/mk/doc.docbook.mk,v 1.36 2001/07/10 03:06:48 murray Exp $
|
||||
# $FreeBSD: doc/share/mk/doc.docbook.mk,v 1.37 2001/07/12 00:24:59 dd Exp $
|
||||
#
|
||||
# This include file <doc.docbook.mk> handles building and installing of
|
||||
# DocBook documentation in the FreeBSD Documentation Project.
|
||||
|
@ -540,5 +540,5 @@ package-${_curformat}: install-${_curformat}
|
|||
-p ${DESTDIR} ${PACKAGES}/${.CURDIR:T}.${LANGCODE}.${_curformat}.tgz
|
||||
.endfor
|
||||
|
||||
docbook.css:
|
||||
docbook.css: ${CSS_SHEET}
|
||||
cp ${CSS_SHEET} ${.CURDIR}/docbook.css
|
||||
|
|
Loading…
Reference in a new issue