Kaydet (Commit) 5325b817 authored tarafından Enrico Tröger's avatar Enrico Tröger

Reverted last change, we want to use xmlto.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@580 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst cb006f80
......@@ -15,7 +15,7 @@ geany.txt:
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment