nixos docs: fixup

This commit is contained in:
Graham Christensen 2018-05-01 19:43:52 -04:00
parent d7004320cf
commit 9d4b966c4d
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

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