SF.net SVN: geany: [580] trunk/doc/Makefile.am

eht16 at users.sourceforge.net eht16 at xxxxx
Tue Jul 18 12:28:12 UTC 2006


Revision: 580
Author:   eht16
Date:     2006-07-18 05:28:04 -0700 (Tue, 18 Jul 2006)
ViewCVS:  http://svn.sourceforge.net/geany/?rev=580&view=rev

Log Message:
-----------
Reverted last change, we want to use xmlto.

Modified Paths:
--------------
    trunk/doc/Makefile.am
Modified: trunk/doc/Makefile.am
===================================================================
--- trunk/doc/Makefile.am	2006-07-18 12:27:36 UTC (rev 579)
+++ trunk/doc/Makefile.am	2006-07-18 12:28:04 UTC (rev 580)
@@ -15,7 +15,7 @@
 htmldoc: geany.docbook
 	if [ geany.docbook -nt "./html/index.html" ]; then \
 		$(mkinstalldirs) html; \
-		xsltproc --nonet --xinclude -o html/ geany.xsl geany.docbook; \
+		xmlto -m geany.xsl -o html/ xhtml geany.docbook; \
 		test -f html/geany.css || cp geany.css html/; \
 	fi
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list