Add Clojure filetype
[geany-mirror.git] / doc / makefile.win32
blob1ad9c496cacea8192cd0dc0e8f0f14d16bca39bb
1 # Optional documentation generation.
2 # localwin32.mk is an optional file to override make variables.
3 # Use localwin32.mk instead of editing variables as it is included in sub
4 # makefiles.
5 # Use localwin32.mk to override RST2HTML, DOXYGEN
7 RST2HTML=python rst2html.py
8 DOXYGEN=doxygen
9 CP = copy /y
10 -include ../localwin32.mk
12 ifdef MSYS
13 CP = cp
14 endif
16 doc: geany.txt
17         $(RST2HTML) -stg --stylesheet=geany.css $^ geany.html
19 hacking-doc: ../HACKING
20         $(RST2HTML) -stg --stylesheet=geany.css $^ hacking.html
22 # FIXME: we should also replace anything like @VERSION@
23 Doxyfile: Doxyfile.in
24         $(CP) $< $@
26 api-doc: Doxyfile
27         $(DOXYGEN)