From 7f3504143c0091cc903374185ce6f8b19b4ca9ce Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 21 Jul 2016 04:05:49 +0200 Subject: [PATCH] Makefile: back to 1.8.22 for now --- Makefile | 2 +- wscript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3e3c7da2..f9d4ac5d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ WAFCMD=python waf -WAFURL=https://waf.io/waf-1.9.1 +WAFURL=https://waf.io/waf-1.8.22 SOX=sox diff --git a/wscript b/wscript index f35f2a06..3a0bda79 100644 --- a/wscript +++ b/wscript @@ -361,7 +361,7 @@ def build(bld): if bld.env['DOXYGEN']: bld( name = 'doxygen', rule = 'doxygen ${SRC} > /dev/null', source = 'doc/web.cfg', - cwd = bld.path.find_dir('doc')) + cwd = 'doc') bld.install_files( '${PREFIX}' + '/share/doc/libaubio-doc', bld.path.ant_glob('doc/web/html/**'), cwd = bld.path.find_dir ('doc/web'), -- 2.11.0