summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2016-07-20 11:36:08 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-07-20 11:36:08 -0500
commit3ca6407dab1d40478d656d3e46b1122ee0995037 (patch)
treec65eb5ebf02c03285a48973f7db9c77eeb4e1b34 /Makefile
parent7ff9bed7b05fcfcd8088fe2de09f925674d5f667 (diff)
parent6fca2b3bf0f4a64423c8578e0817c7ae02470178 (diff)
Merge "Makefile: Retain XML Declaration and DTD in docs."
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 37f70eb0e..bf8f0f89a 100644
--- a/Makefile
+++ b/Makefile
@@ -491,7 +491,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 " ; \
@@ -515,7 +515,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 " ; \