Fix dependencies.

This commit is contained in:
Dag-Erling Smørgrav 2002-01-22 15:20:27 +00:00
parent 84622167ab
commit 415cdb877e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11807
2 changed files with 5 additions and 1 deletions

View file

@ -111,7 +111,7 @@ IMAGES_LIB+= callouts/5.png
#
# SGML content
SRCS= book.sgml
SRCS+= book.sgml
SRCS+= advanced-networking/chapter.sgml
SRCS+= basics/chapter.sgml
SRCS+= bibliography/chapter.sgml

View file

@ -6,6 +6,10 @@
CHAPTERS= pgpkeys/chapter.sgml
PGPKEYS!= perl -ne 'm/\"([\w-]+.key)\"/ && print "$$1\n"' \
${.CURDIR}/pgpkeys.ent
SRCS+= ${PGPKEYS}
VPATH= ..
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}