xmlformat.conf: move to doc-support build

This commit is contained in:
Graham Christensen
2019-07-04 09:10:14 -04:00
parent de58e706f9
commit 5a0696f6d0
3 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -8,10 +8,10 @@ debug:
nix-shell --run "xmloscopy --docbook5 ./manual.xml ./manual-full.xml"
.PHONY: format
format:
format: doc-support/result
find . -iname '*.xml' -type f | while read f; do \
echo $$f ;\
xmlformat --config-file "$$XMLFORMAT_CONFIG" -i $$f ;\
xmlformat --config-file "doc-support/result/xmlformat.conf" -i $$f ;\
done
.PHONY: fix-misc-xml