Add doc/makefile.win32 for docs generation.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@6012 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
4781509a17
commit
75da162c1c
@ -1,3 +1,9 @@
|
||||
2011-10-06 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||
|
||||
* doc/Makefile.am, doc/makefile.win32:
|
||||
Add doc/makefile.win32 for docs generation.
|
||||
|
||||
|
||||
2011-10-06 Colomban Wendling <colomban(at)geany(dot)org>
|
||||
|
||||
* autogen.sh, configure.ac:
|
||||
|
||||
@ -4,6 +4,7 @@ IMAGE_FILES = images/*.png
|
||||
EXTRA_DIST = geany.html geany.css geany.txt geany.1 \
|
||||
plugins.dox pluginsymbols.c pluginsignals.c \
|
||||
stash-example.c stash-gui-example.c \
|
||||
makefile.win32 \
|
||||
$(srcdir)/$(IMAGE_FILES)
|
||||
|
||||
pdf: geany.txt
|
||||
|
||||
21
doc/makefile.win32
Normal file
21
doc/makefile.win32
Normal file
@ -0,0 +1,21 @@
|
||||
# Optional documentation generation.
|
||||
# localwin32.mk is an optional file to override make variables.
|
||||
# Use localwin32.mk instead of editing variables as it is included in sub
|
||||
# makefiles.
|
||||
# Use localwin32.mk to override RST2HTML, DOXYGEN
|
||||
# For MSYS use localwin32.mk to set CP and RM.
|
||||
|
||||
RST2HTML=python rst2html.py
|
||||
DOXYGEN=doxygen
|
||||
RM = del
|
||||
-include ../localwin32.mk
|
||||
|
||||
doc: geany.txt
|
||||
$(RST2HTML) -stg --stylesheet=geany.css $^ geany.html
|
||||
|
||||
hacking-doc: ../HACKING
|
||||
$(RST2HTML) -stg --stylesheet=geany.css $^ hacking.html
|
||||
|
||||
api-doc: Doxyfile
|
||||
$(DOXYGEN)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user