Pull in doc.images.mk as necessary.
Also pull in doc.html.mk when DOCFORMAT==html, something I missed from an earlier commit.
This commit is contained in:
parent
f24bb0a201
commit
03f0782120
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7626
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $FreeBSD: doc/share/mk/doc.project.mk,v 1.2 1999/09/06 06:53:39 peter Exp $
|
||||
# $FreeBSD: doc/share/mk/doc.project.mk,v 1.3 2000/07/14 08:42:49 nbm Exp $
|
||||
#
|
||||
# This include file <doc.project.mk> is the FreeBSD Documentation Project
|
||||
# co-ordination make file.
|
||||
|
@ -75,3 +75,5 @@ PRI_LANG?= en_US.ISO_8859-1
|
|||
# Subdirectory glue and ownership information.
|
||||
.include "doc.subdir.mk"
|
||||
.include "doc.install.mk"
|
||||
.include "doc.images.mk"
|
||||
|
||||
|
|
Loading…
Reference in a new issue