SF.net SVN: geany-plugins:[2308] trunk/geany-plugins/wscript
eht16 at users.sourceforge.net
eht16 at xxxxx
Sat Oct 22 10:49:16 UTC 2011
Revision: 2308
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2308&view=rev
Author: eht16
Date: 2011-10-22 10:49:16 +0000 (Sat, 22 Oct 2011)
Log Message:
-----------
Install common NEWS and README as well
Modified Paths:
--------------
trunk/geany-plugins/wscript
Modified: trunk/geany-plugins/wscript
===================================================================
--- trunk/geany-plugins/wscript 2011-10-22 10:28:24 UTC (rev 2307)
+++ trunk/geany-plugins/wscript 2011-10-22 10:49:16 UTC (rev 2308)
@@ -50,6 +50,7 @@
get_plugins,
get_enabled_plugins,
get_svn_rev,
+ install_docs,
launch,
load_intltool_if_available,
set_lib_dir,
@@ -227,6 +228,8 @@
appname = APPNAME,
install_path = install_path)
+ # install additional docs
+ install_docs(bld, '', ('README', 'NEWS'))
if is_win32:
bld.install_as('${G_PREFIX}/ReadMe.Windows.txt', 'README.windows')
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