SF.net SVN: geany:[2929] trunk/wscript

eht16 at users.sourceforge.net eht16 at xxxxx
Mon Sep 8 14:27:46 UTC 2008


Revision: 2929
          http://geany.svn.sourceforge.net/geany/?rev=2929&view=rev
Author:   eht16
Date:     2008-09-08 14:27:46 +0000 (Mon, 08 Sep 2008)

Log Message:
-----------
Fix typo.

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

Modified: trunk/wscript
===================================================================
--- trunk/wscript	2008-09-08 14:27:22 UTC (rev 2928)
+++ trunk/wscript	2008-09-08 14:27:46 UTC (rev 2929)
@@ -429,7 +429,7 @@
             print 'gtk-update-icon-cache -q -f -t %s' % dir
 
     if Options.options.apidoc:
-        doxyfile = os.path.join(Build.bld.m_srcnode.abspath( \
+        doxyfile = os.path.join(Build.bld.srcnode.abspath( \
             Build.bld.env), 'doc', 'Doxyfile')
         os.chdir('doc')
         launch('doxygen ' + doxyfile, 'Generating API reference documentation')


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



More information about the Commits mailing list