Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Wed, 27 Aug 2014 17:02:24 UTC Commit: 64910a4ea1f3f902ffa08dfdf6422c8e69ad98fd https://github.com/geany/geany/commit/64910a4ea1f3f902ffa08dfdf6422c8e69ad98...
Log Message: ----------- Fix Waf build after HTML documentation untracking
Modified Paths: -------------- wscript
Modified: wscript 5 lines changed, 5 insertions(+), 0 deletions(-) =================================================================== @@ -514,6 +514,11 @@ def build(bld): 'top_builddir': bld.out_dir, 'top_srcdir': bld.top_dir,})
+ # build HTML documentation if it is not part of the tree already, as it is required for install + # FIXME: replace this with automatic building if source changed/destination is missing + if not bld.path.find_resource('doc/geany.html'): + htmldoc(bld) + ### # Install files ###
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).