|
|
|
|
@ -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 " ; \
|
|
|
|
|
|