summary refs log tree commit diff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2018-10-02 16:06:33 -0400
committerGraham Christensen <graham@grahamc.com>2018-10-05 10:06:08 -0400
commitf835f77e02018c77b48fc7f4911f3fee97f9d777 (patch)
treeca3a51e07b0629fc40b5e6f7e05cdf8d89dbfea1 /doc/Makefile
parentf2b3bbe44e4f7e220ecb1308d1acdac5e6a0f8ba (diff)
downloadnixpkgs-f835f77e02018c77b48fc7f4911f3fee97f9d777.tar
nixpkgs-f835f77e02018c77b48fc7f4911f3fee97f9d777.tar.gz
nixpkgs-f835f77e02018c77b48fc7f4911f3fee97f9d777.tar.bz2
nixpkgs-f835f77e02018c77b48fc7f4911f3fee97f9d777.tar.lz
nixpkgs-f835f77e02018c77b48fc7f4911f3fee97f9d777.tar.xz
nixpkgs-f835f77e02018c77b48fc7f4911f3fee97f9d777.tar.zst
nixpkgs-f835f77e02018c77b48fc7f4911f3fee97f9d777.zip
nixpkgs: Start documenting library functions in XML
Covers assert functions and about half of the attrsets functions.

Some internal consistency around IDs could be improved.
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 173e1c0b19e..65a37eb05a3 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -69,7 +69,7 @@ highlightjs:
 	cp -r "$$HIGHLIGHTJS/loader.js" highlightjs/
 
 
-manual-full.xml: ${MD_TARGETS} .version *.xml **/*.xml
+manual-full.xml: ${MD_TARGETS} .version *.xml **/*.xml **/**/*.xml
 	xmllint --nonet --xinclude --noxincludenode manual.xml --output manual-full.xml
 
 .version: