[geany/geany] 1f8d2d: Remove doc, hacking-doc targets (Windows)
Nick Treleaven
git-noreply at xxxxx
Mon Aug 18 15:29:33 UTC 2014
Branch: refs/heads/master
Author: Nick Treleaven <nick.treleaven at btinternet.com>
Committer: Nick Treleaven <nick.treleaven at btinternet.com>
Date: Mon, 18 Aug 2014 15:29:33 UTC
Commit: 1f8d2de53b0bb3c5856278ba817e7b236caa984d
https://github.com/geany/geany/commit/1f8d2de53b0bb3c5856278ba817e7b236caa984d
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).
More information about the Commits
mailing list