[geany/geany] 09b2cf: Fix Waf build for recent Doxyfile changes

Colomban Wendling git-noreply at xxxxx
Fri May 2 19:41:02 UTC 2014


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Fri, 02 May 2014 19:41:02 UTC
Commit:      09b2cf159291e87699782d75bc965861351f0e6e
             https://github.com/geany/geany/commit/09b2cf159291e87699782d75bc965861351f0e6e

Log Message:
-----------
Fix Waf build for recent Doxyfile changes

Recent changes to Doxyfile.in added new placeholders the build system
has to replace, and Waf recognized them but failed, not knowing what to
replace them with.


Modified Paths:
--------------
    wscript

Modified: wscript
4 lines changed, 3 insertions(+), 1 deletions(-)
===================================================================
@@ -504,7 +504,9 @@ def build(bld):
             source          = 'doc/Doxyfile.in',
             target          = 'doc/Doxyfile',
             install_path    = None,
-            dct             = {'VERSION': VERSION})
+            dct             = {'VERSION': VERSION,
+                               'top_builddir': bld.out_dir,
+                               'top_srcdir': bld.top_dir,})
 
     ###
     # Install files



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list