makefile: auto-format xml docs outside of the doc subdir

This commit is contained in:
Graham Christensen 2018-09-01 16:18:18 -04:00
parent 34d2ec7c09
commit 73bff467d2
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -11,7 +11,7 @@ manual-combined.xml: generated *.xml
.PHONY: format
format:
find . -iname '*.xml' -type f -print0 | xargs -0 -I{} -n1 \
find ../../ -iname '*.xml' -type f -print0 | xargs -0 -I{} -n1 \
xmlformat --config-file "../xmlformat.conf" -i {}
.PHONY: fix-misc-xml