removing docbook thing
authorBrenden Matthews <brenden1@rty.ca>
Thu, 17 Nov 2005 00:30:11 +0000 (00:30 +0000)
committerBrenden Matthews <brenden1@rty.ca>
Thu, 17 Nov 2005 00:30:11 +0000 (00:30 +0000)
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@415 7f574dfc-610e-0410-a909-a81674777703

doc/Makefile.am

index 8284b71..844eeaa 100644 (file)
@@ -11,7 +11,7 @@ clean-am: clean-generic mostlyclean-am
 conky.1: command_options.xml config_settings.xml docs.xml variables.xml 
        ${db2x_xsltproc_cmd} -s man ${srcdir}/docs.xml -o docs.mxml
        ${db2x_manxml_cmd} docs.mxml
-       ${xsltproc_cmd} ${srcdir}/docbook.xsl ${srcdir}/docs.xml > docs.html
+       ${xsltproc_cmd} http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl ${srcdir}/docs.xml > docs.html
        man ./conky.1 | col -b > README
        mv README ${top_srcdir}
        xsltproc ${srcdir}/variables.xsl ${srcdir}/variables.xml > variables.html