Revision: 2349 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2349&view=re... Author: frlan Date: 2011-11-24 19:02:53 +0000 (Thu, 24 Nov 2011) Log Message: ----------- Fix wrong updatepo call for waf inside README
Modified Paths: -------------- trunk/geany-plugins/README.waf
Modified: trunk/geany-plugins/README.waf =================================================================== --- trunk/geany-plugins/README.waf 2011-11-21 14:00:08 UTC (rev 2348) +++ trunk/geany-plugins/README.waf 2011-11-24 19:02:53 UTC (rev 2349) @@ -18,7 +18,7 @@
To update the language catalogues of plugins with enabled I18n support, run:
-./waf --update-po +./waf updatepo
For more configure options, run
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.