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

This commit is contained in:
Samuel Dionne-Riel 2018-10-03 22:33:03 -04:00
parent 5e7bf8c5e9
commit 2c0d56f007

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"