From: Petter Reinholdtsen Date: Thu, 22 Feb 2018 11:02:04 +0000 (+0000) Subject: Reflow XMl with xmllint after generating it, to make sure it get predictable indentation. X-Git-Tag: es-printed~487 X-Git-Url: https://pere.pagekite.me/gitweb/text-madewithcc.git/commitdiff_plain/2ee54a4f11de56981ff44a6268c5ad156862d2e0?hp=8d328322e7d3c476c9e5044d877a88dc6099408e Reflow XMl with xmllint after generating it, to make sure it get predictable indentation. --- diff --git a/Makefile b/Makefile index 7253d97..286d934 100644 --- a/Makefile +++ b/Makefile @@ -80,6 +80,7 @@ $(SOURCE).xml: $(SOURCE).md fixup-docbook.rb pandoc -s -o $$TEMP $(PANDOC_OPTS) $(SOURCE).md && \ ruby fixup-docbook.rb $$TEMP $@ && \ rm $$TEMP + xmllint --format $@ > $@.new && mv $@.new $@ pdf: $(SOURCE).pdf for LANG in $(LANGS); do \