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
5 # Use localwin32.mk to override RST2HTML, DOXYGEN
7 RST2HTML=python rst2html.py
11 -include ../localwin32.mk
20 html: geany.html hacking.html
22 geany.html: geany.txt geany.css
23 $(RST2HTML) -stg --stylesheet=geany.css $< $@
25 hacking.html: ../HACKING geany.css
26 $(RST2HTML) -stg --stylesheet=geany.css $< $@
28 # FIXME: we should also replace @VERSION@
31 $(SED) -i 's/@top_builddir@/../g' $@
32 $(SED) -i 's/@top_srcdir@/../g' $@