diff options
author | Lars Thorsen <[email protected]> | 2016-05-13 08:04:51 +0200 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2016-06-01 14:38:36 +0200 |
commit | a3afcff92485b6a696e40359a7d0300d4661e9c1 (patch) | |
tree | df7b553e7fe579ab6512c90bf05e7432885777cc /system/doc/top/Makefile | |
parent | d7e91348bc49a8f46a4d8223d522e2d92469f6da (diff) | |
download | otp-a3afcff92485b6a696e40359a7d0300d4661e9c1.tar.gz otp-a3afcff92485b6a696e40359a7d0300d4661e9c1.tar.bz2 otp-a3afcff92485b6a696e40359a7d0300d4661e9c1.zip |
Make it possible to run xmllint target in system documentation
Diffstat (limited to 'system/doc/top/Makefile')
-rw-r--r-- | system/doc/top/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/doc/top/Makefile b/system/doc/top/Makefile index caae19a8d1..6aa9d8d340 100644 --- a/system/doc/top/Makefile +++ b/system/doc/top/Makefile @@ -74,6 +74,7 @@ XML_FILES = \ BOOK_FILES = book.xml +XMLLINT_SRCDIRS= ../installation_guide:../system_principles:../embedded:../getting_started:../reference_manual:../programming_examples:../efficiency_guide:../tutorial:../design_principles:../oam HTMLDIR= ../html PDFREFDIR= pdf |