nixos/doc: Adds sub-folder to input files.

(cherry picked from commit 2c0d56f007)
This commit is contained in:
Samuel Dionne-Riel
2018-10-03 22:33:03 -04:00
committed by Graham Christensen
parent 59f5dea6bd
commit 292d4fce90

View File

@@ -4,7 +4,7 @@ all: manual-combined.xml format
.PHONY: debug
debug: generated manual-combined.xml
manual-combined.xml: generated *.xml
manual-combined.xml: generated *.xml **/*.xml
rm -f ./manual-combined.xml
nix-shell --packages xmloscopy \
--run "xmloscopy --docbook5 ./manual.xml ./manual-combined.xml"