summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2016-07-20 12:14:41 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-07-20 12:14:41 -0500
commitd4242d62506e5988d5211e1908d0ee7d5a147657 (patch)
tree12f7b1f99675989b2de42a3cf420940c2fbf4bcc /Makefile
parent7dacb14c039117d3ff73b27d267d493fe7a99612 (diff)
parent021d4892cdb44eb11c68a7f468dfc609b28e86bf (diff)
Merge "Makefile: Retain XML Declaration and DTD in docs." into 13
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index befa4c431..6385fac9f 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 "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" > $@
@echo "<!DOCTYPE docs SYSTEM \"appdocsxml.dtd\">" >> $@
- @echo "<?xml-stylesheet type=\"text/xsl\" href=\"appdocsxml.xslt\"?>" > $@
+ @echo "<?xml-stylesheet type=\"text/xsl\" href=\"appdocsxml.xslt\"?>" >> $@
@echo "<docs xmlns:xi=\"http://www.w3.org/2001/XInclude\">" >> $@
@for x in $(MOD_SUBDIRS); do \
printf "$$x " ; \
@@ -516,7 +516,7 @@ else
@printf "Building Documentation For: "
@echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" > $@
@echo "<!DOCTYPE docs SYSTEM \"appdocsxml.dtd\">" >> $@
- @echo "<?xml-stylesheet type=\"text/xsl\" href=\"appdocsxml.xslt\"?>" > $@
+ @echo "<?xml-stylesheet type=\"text/xsl\" href=\"appdocsxml.xslt\"?>" >> $@
@echo "<docs xmlns:xi=\"http://www.w3.org/2001/XInclude\">" >> $@
@for x in $(MOD_SUBDIRS); do \
printf "$$x " ; \