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

Minor improvements.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@526 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst f1529b04
......@@ -7,6 +7,7 @@
src/prefs.c, src/dialogs.c, src/main.c:
Little redesign of the preferences dialog.
New options for setting the placement of notebook tabs.
* doc/Makefile.am: Minor improvements.
2006-07-02 Nick Treleaven <nick.treleaven@btinternet.com>
......
......@@ -12,10 +12,15 @@ pdf:
geany.txt:
jw -b txt geany.docbook
htmldoc:
if [ ! -f "./html/index.html" ]; then \
htmldoc: geany.docbook
if [ geany.docbook -nt "./html/index.html" ]; then \
$(mkinstalldirs) html; \
xmlto -x geany.xsl -o html/ xhtml geany.docbook; \
# hack for my local system to generate documentation in UTF-8 charset \
if [ `hostname` = "ukio" ]; then \
LC_CTYPE=de_DE.utf8@euro xmlto -x geany.xsl -o html/ xhtml geany.docbook; \
else \
xmlto -x geany.xsl -o html/ xhtml geany.docbook; \
fi; \
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