[asterisk-commits] mvanbaak: branch group/appdocsxml r129113 - /team/group/appdocsxml/Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jul 8 15:16:31 CDT 2008
Author: mvanbaak
Date: Tue Jul 8 15:16:31 2008
New Revision: 129113
URL: http://svn.digium.com/view/asterisk?view=rev&rev=129113
Log:
add double quotes around the <xml> attributes
Modified:
team/group/appdocsxml/Makefile
Modified: team/group/appdocsxml/Makefile
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/Makefile?view=diff&rev=129113&r1=129112&r2=129113
==============================================================================
--- team/group/appdocsxml/Makefile (original)
+++ team/group/appdocsxml/Makefile Tue Jul 8 15:16:31 2008
@@ -484,7 +484,7 @@
documentation:
@echo -n "Building Documentation For: "
- @echo "<?xml version="1.0" encoding="UTF-8"?>" > documentation.xml
+ @echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" > documentation.xml
@echo "<docs>" >> documentation.xml
@for x in $(MOD_SUBDIRS); do \
echo -n "$$x " ; \
More information about the asterisk-commits
mailing list