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

frlan at users.sourceforge.net frlan at xxxxx
Sat Oct 2 10:11:20 UTC 2010


Revision: 1618
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1618&view=rev
Author:   frlan
Date:     2010-10-02 10:11:19 +0000 (Sat, 02 Oct 2010)

Log Message:
-----------
GeanyLaTeX: Set suffix for stand alone plugin to make it possible to run both, combined and standalone plugin

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

Modified: trunk/geanylatex/wscript
===================================================================
--- trunk/geanylatex/wscript	2010-10-02 10:11:03 UTC (rev 1617)
+++ trunk/geanylatex/wscript	2010-10-02 10:11:19 UTC (rev 1618)
@@ -45,7 +45,7 @@
 from TaskGen import taskgen, feature
 
 
-APPNAME = 'geanylatex'
+APPNAME = 'geanylatex-sa'
 VERSION = '0.6dev'
 
 srcdir = '.'
@@ -299,8 +299,8 @@
 
 	bld.new_task_gen(
 		features		= 'cc cshlib',
-		name			= 'geanylatex',
-		target			= 'geanylatex',
+		name			= 'geanylatex-sa',
+		target			= 'geanylatex-sa',
 		source			= geanylatex_sources,
 		includes		= '. src/',
 		uselib			= 'GTK GEANY',


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