Revision: 994 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=994&view=rev Author: eht16 Date: 2009-10-12 19:43:46 +0000 (Mon, 12 Oct 2009)
Log Message: ----------- Install README.windows
Modified Paths: -------------- branches/geany-plugins/geany-plugins-0.18/wscript
Modified: branches/geany-plugins/geany-plugins-0.18/wscript =================================================================== --- branches/geany-plugins/geany-plugins-0.18/wscript 2009-10-12 19:42:10 UTC (rev 993) +++ branches/geany-plugins/geany-plugins-0.18/wscript 2009-10-12 19:43:46 UTC (rev 994) @@ -402,8 +402,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.