diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 2017-10-06 14:08:45 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 2017-10-06 14:08:45 +0000 |
commit | b1c971fa20f5758f729b5f983872e83ca8828f87 (patch) | |
tree | 0e2e5bbad6ab3ae9c556e277e9db49e1253dabe8 /zh_TW.UTF-8/books | |
parent | 9647f5d77d5fcd68fe436bd70ca637e9415f91c1 (diff) | |
download | doc-b1c971fa20f5758f729b5f983872e83ca8828f87.tar.gz doc-b1c971fa20f5758f729b5f983872e83ca8828f87.zip |
<doc.docbook-dep.mk> handles implicit dependencies of DocBook documentation
This feature can be disabled with DOCBOOK_DEPS_DISABLE=YES
Missing dependencies will be reported as a warning, and should
be fixed by the document authors.
PR: 222826
Notes
Notes:
svn path=/head/; revision=51066
Diffstat (limited to 'zh_TW.UTF-8/books')
-rw-r--r-- | zh_TW.UTF-8/books/fdp-primer/Makefile | 3 | ||||
-rw-r--r-- | zh_TW.UTF-8/books/handbook/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/zh_TW.UTF-8/books/fdp-primer/Makefile b/zh_TW.UTF-8/books/fdp-primer/Makefile index 594aaefe3d..dd1e2b1398 100644 --- a/zh_TW.UTF-8/books/fdp-primer/Makefile +++ b/zh_TW.UTF-8/books/fdp-primer/Makefile @@ -31,4 +31,7 @@ IMAGES_LIB+= callouts/5.png URL_RELPREFIX?= ../../../.. DOC_PREFIX?= ${.CURDIR}/../../.. +# Fixme! +DOCBOOK_DEPS_DISABLE=YES + .include "${DOC_PREFIX}/share/mk/doc.project.mk" diff --git a/zh_TW.UTF-8/books/handbook/Makefile b/zh_TW.UTF-8/books/handbook/Makefile index 6adfe8a20a..0c348973bf 100644 --- a/zh_TW.UTF-8/books/handbook/Makefile +++ b/zh_TW.UTF-8/books/handbook/Makefile @@ -161,4 +161,7 @@ SYMLINKS= ${DESTDIR} index.html handbook.html URL_RELPREFIX?= ../../../.. DOC_PREFIX?= ${.CURDIR}/../../.. +# Fixme! +DOCBOOK_DEPS_DISABLE=YES + .include "${DOC_PREFIX}/share/mk/doc.project.mk" |