Fix dependencies.
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue