about summary refs log tree commit diff
path: root/doc/Makefile
diff options
context:
space:
mode:
authordanbst <abcz2.uprola@gmail.com>2019-01-10 23:15:23 +0200
committerdanbst <abcz2.uprola@gmail.com>2019-01-11 02:06:52 +0200
commit663b8cc9298c87940dde596e292006fad02393c1 (patch)
treec60fc9d6b97be851a0749f18b37492584d1c38a7 /doc/Makefile
parent68a6b47b8cdbcef4cab3a1f5fae7667a792c27eb (diff)
manual: document ways of obtaining source hashes
... and security nuances
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index c6aed62a93969..91b62fe138bc2 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -9,8 +9,10 @@ debug:
 
 .PHONY: format
 format:
-	find . -iname '*.xml' -type f -print0 | xargs -0 -I{} -n1 \
-		xmlformat --config-file "$$XMLFORMAT_CONFIG" -i {}
+	find . -iname '*.xml' -type f | while read f; do \
+		echo $$f ;\
+		xmlformat --config-file "$$XMLFORMAT_CONFIG" -i $$f ;\
+	done
 
 .PHONY: fix-misc-xml
 fix-misc-xml: