Revision: 996 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=996&view=rev Author: eht16 Date: 2009-10-12 19:46:55 +0000 (Mon, 12 Oct 2009)
Log Message: ----------- Beautify the filename
Modified Paths: -------------- trunk/geany-plugins/wscript
Modified: trunk/geany-plugins/wscript =================================================================== --- trunk/geany-plugins/wscript 2009-10-12 19:44:57 UTC (rev 995) +++ trunk/geany-plugins/wscript 2009-10-12 19:46:55 UTC (rev 996) @@ -407,7 +407,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.