SF.net SVN: geany-plugins:[1385] trunk/geany-plugins/geanygendoc
colombanw at users.sourceforge.net
colombanw at xxxxx
Sun May 23 00:57:37 UTC 2010
Revision: 1385
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1385&view=rev
Author: colombanw
Date: 2010-05-23 00:57:37 +0000 (Sun, 23 May 2010)
Log Message:
-----------
GeanyGenDoc: Install plain-text manual together with the HTML version
Modified Paths:
--------------
trunk/geany-plugins/geanygendoc/ChangeLog
trunk/geany-plugins/geanygendoc/docs/help/Makefile.am
Modified: trunk/geany-plugins/geanygendoc/ChangeLog
===================================================================
--- trunk/geany-plugins/geanygendoc/ChangeLog 2010-05-23 00:57:09 UTC (rev 1384)
+++ trunk/geany-plugins/geanygendoc/ChangeLog 2010-05-23 00:57:37 UTC (rev 1385)
@@ -5,6 +5,8 @@
* ChangeLog, docs/help/Makefile.am, docs/help/manual.html:
Add the generated HTML manual under VCS for the users not to need
docutils.
+ * ChangeLog, docs/help/Makefile.am:
+ Install plain-text manual together with the HTML version.
2010-05-22 Colomban Wendling <ban(at)herbesfolles(dot)org>
Modified: trunk/geany-plugins/geanygendoc/docs/help/Makefile.am
===================================================================
--- trunk/geany-plugins/geanygendoc/docs/help/Makefile.am 2010-05-23 00:57:09 UTC (rev 1384)
+++ trunk/geany-plugins/geanygendoc/docs/help/Makefile.am 2010-05-23 00:57:37 UTC (rev 1385)
@@ -9,7 +9,8 @@
manual.html
if ENABLE_GEANYGENDOC
-plugindoc_DATA = manual.html
+plugindoc_DATA = manual.rst \
+ manual.html
if BUILD_RST
manual.html: manual.rst manual.css
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Plugins-Commits
mailing list