From 1f8d2de53b0bb3c5856278ba817e7b236caa984d Mon Sep 17 00:00:00 2001 From: Nick Treleaven Date: Mon, 18 Aug 2014 13:21:07 +0100 Subject: [PATCH] Remove doc, hacking-doc targets (Windows) --- doc/makefile.win32 | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/doc/makefile.win32 b/doc/makefile.win32 index 5a77be939..11b0ade5e 100644 --- a/doc/makefile.win32 +++ b/doc/makefile.win32 @@ -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 -- 2.11.4.GIT