Revision: 631 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=631&view=rev Author: dmaphy Date: 2009-05-09 19:27:26 +0000 (Sat, 09 May 2009)
Log Message: ----------- use tabs for indentation (sorry!)
Modified Paths: -------------- trunk/wscript
Modified: trunk/wscript =================================================================== --- trunk/wscript 2009-05-09 19:13:45 UTC (rev 630) +++ trunk/wscript 2009-05-09 19:27:26 UTC (rev 631) @@ -74,7 +74,7 @@ 'gdb-io-envir.c', 'gdb-io-frame.c', 'gdb-io-read.c', 'gdb-io-run.c', 'gdb-io-stack.c', 'gdb-lex.c', 'gdb-ui-break.c', 'gdb-ui-envir.c', 'gdb-ui-frame.c', 'gdb-ui-locn.c', 'gdb-ui-main.c', - 'geanydebug.c','ttyhelper.c']), # source files + 'geanydebug.c']), # source files [ 'geanygdb', 'geanygdb/src' ], # include dirs '0.1'), Plugin('geanysendmail', @@ -336,7 +336,7 @@ includes = p.includes, target = 'ttyhelper', uselib = libs, - install_path = '${LIBDIR}/geany' + install_path = '${LIBDIR}/geany' )
def install_docs(bld, pname, files):
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org