Kaydet (Commit) 26d1a9c0 authored tarafından Enrico Tröger's avatar Enrico Tröger

Fixed a bug which breaks "make install" when xmlto is not installed.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@447 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 2a09ed0e
2006-06-15 Enrico Troeger <enrico@endor> 2006-06-15 Enrico Troeger <enrico.troeger@uvena.de>
* src/utils.c: Fixed a bug at opening files when clicking on compiler * src/utils.c: Fixed a bug at opening files when clicking on compiler
error messages(thanks Yura Semashko). error messages(thanks Yura Semashko).
* doc/Makefile.am: Fixed a bug which breaks "make install" when xmlto
is not installed.
2006-06-13 Enrico Troeger <enrico.troeger@uvena.de> 2006-06-13 Enrico Troeger <enrico.troeger@uvena.de>
......
...@@ -13,11 +13,11 @@ geany.txt: ...@@ -13,11 +13,11 @@ geany.txt:
jw -b txt geany.docbook jw -b txt geany.docbook
htmldoc: htmldoc:
$(mkinstalldirs) html if [ ! -f "./html/index.html" ]; then \
xmlto -x geany.xsl -o html/ xhtml geany.docbook $(mkinstalldirs) html; \
# xsltproc --stringparam html.stylesheet geany.css -o html/ \ xmlto -x geany.xsl -o html/ xhtml geany.docbook; \
# /usr/share/xml/docbook/stylesheet/nwalsh/xhtml/chunk.xsl geany.docbook test -f html/geany.css || cp geany.css html/; \
test -f html/geany.css || cp geany.css html/ fi
doc: geany.txt htmldoc doc: geany.txt htmldoc
......
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