Revision: 995 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=995&view=rev Author: eht16 Date: 2009-10-12 19:44:57 +0000 (Mon, 12 Oct 2009)
Log Message: ----------- Install README.windows
Modified Paths: -------------- trunk/geany-plugins/wscript
Modified: trunk/geany-plugins/wscript =================================================================== --- trunk/geany-plugins/wscript 2009-10-12 19:43:46 UTC (rev 994) +++ trunk/geany-plugins/wscript 2009-10-12 19:44:57 UTC (rev 995) @@ -406,8 +406,9 @@ if pname == 'geanylatex': bld.install_files('%s' % docdir, 'geanylatex/doc/geanylatex.*') bld.install_files('%s/img' % docdir, 'geanylatex/doc/img/*.png') + if is_win32: + bld.install_as('${G_PREFIX}/README.windows.txt', 'README.windows')
- for p in plugins: if not p.name in bld.env['enabled_plugins']: continue
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org