diff options
author | Nik Clayton <nik@FreeBSD.org> | 2000-07-16 16:29:18 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 2000-07-16 16:29:18 +0000 |
commit | 03f0782120f68d4729f36d084eee429aa2e09eeb (patch) | |
tree | f921da13ce894b70370586804c714df7aabc80ab | |
parent | f24bb0a201ea64310674a991017e5af4f13134f7 (diff) | |
download | doc-03f0782120f68d4729f36d084eee429aa2e09eeb.tar.gz doc-03f0782120f68d4729f36d084eee429aa2e09eeb.zip |
Pull in doc.images.mk as necessary.
Also pull in doc.html.mk when DOCFORMAT==html, something I missed from
an earlier commit.
Notes
Notes:
svn path=/head/; revision=7626
-rw-r--r-- | share/mk/doc.project.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/mk/doc.project.mk b/share/mk/doc.project.mk index 1efe8e4122..a7ad7ae858 100644 --- a/share/mk/doc.project.mk +++ b/share/mk/doc.project.mk @@ -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" + |