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
This commit is contained in:
parent
2a09ed0ea7
commit
26d1a9c028
@ -1,7 +1,9 @@
|
|||||||
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:
|
|||||||
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user