Revision: 997 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=997&view=rev Author: eht16 Date: 2009-10-12 19:47:07 +0000 (Mon, 12 Oct 2009)
Log Message: ----------- Beautify the filename
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:46:55 UTC (rev 996) +++ branches/geany-plugins/geany-plugins-0.18/wscript 2009-10-12 19:47:07 UTC (rev 997) @@ -403,7 +403,7 @@ 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') + bld.install_as('${G_PREFIX}/ReadMe.Windows.txt', 'README.windows')
for p in plugins: if not p.name in bld.env['enabled_plugins']:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.