mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
makefile: auto-format xml docs outside of the doc subdir
This commit is contained in:
parent
34d2ec7c09
commit
73bff467d2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user