Branch: refs/heads/master Author: Nick Treleaven nick.treleaven@btinternet.com Committer: Nick Treleaven nick.treleaven@btinternet.com Date: Mon, 18 Aug 2014 15:29:33 UTC Commit: 1f8d2de53b0bb3c5856278ba817e7b236caa984d https://github.com/geany/geany/commit/1f8d2de53b0bb3c5856278ba817e7b236caa98...
Log Message: ----------- Remove doc, hacking-doc targets (Windows)
Modified Paths: -------------- doc/makefile.win32
Modified: doc/makefile.win32 13 lines changed, 9 insertions(+), 4 deletions(-) =================================================================== @@ -14,11 +14,16 @@ ifdef MSYS CP = cp endif
-doc: geany.txt - $(RST2HTML) -stg --stylesheet=geany.css $^ geany.html +# no PDF rule yet +all: html api-doc
-hacking-doc: ../HACKING - $(RST2HTML) -stg --stylesheet=geany.css $^ hacking.html +html: geany.html hacking.html + +geany.html: geany.txt geany.css + $(RST2HTML) -stg --stylesheet=geany.css $< $@ + +hacking.html: ../HACKING geany.css + $(RST2HTML) -stg --stylesheet=geany.css $< $@
# FIXME: we should also replace @VERSION@ Doxyfile: Doxyfile.in
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).