Revision: 6012 http://geany.svn.sourceforge.net/geany/?rev=6012&view=rev Author: ntrel Date: 2011-10-06 12:21:06 +0000 (Thu, 06 Oct 2011) Log Message: ----------- Add doc/makefile.win32 for docs generation.
Modified Paths: -------------- trunk/ChangeLog trunk/doc/Makefile.am
Added Paths: ----------- trunk/doc/makefile.win32
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2011-10-06 12:02:38 UTC (rev 6011) +++ trunk/ChangeLog 2011-10-06 12:21:06 UTC (rev 6012) @@ -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:
Modified: trunk/doc/Makefile.am =================================================================== --- trunk/doc/Makefile.am 2011-10-06 12:02:38 UTC (rev 6011) +++ trunk/doc/Makefile.am 2011-10-06 12:21:06 UTC (rev 6012) @@ -4,6 +4,7 @@ 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
Added: trunk/doc/makefile.win32 =================================================================== --- trunk/doc/makefile.win32 (rev 0) +++ trunk/doc/makefile.win32 2011-10-06 12:21:06 UTC (rev 6012) @@ -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) +
Property changes on: trunk/doc/makefile.win32 ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.