SF.net SVN: geany-plugins:[431] trunk/wscript

eht16 at users.sourceforge.net eht16 at xxxxx
Mon Feb 2 20:55:01 UTC 2009


Revision: 431
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=431&view=rev
Author:   eht16
Date:     2009-02-02 20:55:00 +0000 (Mon, 02 Feb 2009)

Log Message:
-----------
Define the DOCDIR macro for each plugin.

Modified Paths:
--------------
    trunk/wscript

Modified: trunk/wscript
===================================================================
--- trunk/wscript	2009-02-02 20:29:37 UTC (rev 430)
+++ trunk/wscript	2009-02-02 20:55:00 UTC (rev 431)
@@ -241,6 +241,7 @@
 			conf.define('VERSION', p.version, 1)
 			conf.define('PACKAGE', p.name, 1)
 			conf.define('PREFIX', conf.env['PREFIX'], 1)
+			conf.define('DOCDIR', '%s/doc/geany-plugins/%s' % (conf.env['DATADIR'], p.name), 1)
 			if os.path.exists(os.path.join(p.name, 'po')):
 				conf.define('GETTEXT_PACKAGE', p.name, 1)
 				conf.define('ENABLE_NLS', 1)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Plugins-Commits mailing list