From: Alexander Traud Date: Tue, 19 Jul 2016 09:48:25 +0000 (+0200) Subject: Makefile: Retain XML Declaration and DTD in docs. X-Git-Tag: 13.11.0-rc1~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=021d4892cdb44eb11c68a7f468dfc609b28e86bf;p=thirdparty%2Fasterisk.git Makefile: Retain XML Declaration and DTD in docs. Since Asterisk 12, the documentation got an XML Stylesheet. Because of a typo, the XML Declaration and DTD were overwritten by this. ASTERISK-26212 #close Change-Id: If5ee4625068042e98ab3fcb22a25e2f15d0c68bd --- diff --git a/Makefile b/Makefile index 20b778762b..c3280ca027 100644 --- a/Makefile +++ b/Makefile @@ -492,7 +492,7 @@ doc/core-en_US.xml: makeopts .lastclean $(XML_core_en_US) @printf "Building Documentation For: " @echo "" > $@ @echo "" >> $@ - @echo "" > $@ + @echo "" >> $@ @echo "" >> $@ @for x in $(MOD_SUBDIRS); do \ printf "$$x " ; \ @@ -516,7 +516,7 @@ else @printf "Building Documentation For: " @echo "" > $@ @echo "" >> $@ - @echo "" > $@ + @echo "" >> $@ @echo "" >> $@ @for x in $(MOD_SUBDIRS); do \ printf "$$x " ; \