ctdb-protocol: Fix typo in type of return variable
[samba.git] / ctdb / Makefile
index 6d57b0ca4f9a15ae9f12b00f17a3ea51282ae068..10ac9ab73cfacc23c108a1e63aeea55a4f5c2b90 100644 (file)
@@ -1,6 +1,6 @@
 # simple makefile wrapper to run waf
 
-WAF=WAF_MAKE=1 PATH=../buildtools/bin:$$PATH waf
+WAF=WAF_MAKE=1 PATH=buildtools/bin:../buildtools/bin:$$PATH waf
 
 all:
        $(WAF) build
@@ -27,6 +27,10 @@ show_version:
        @touch .tmplock
        @WAFLOCK=.tmplock $(WAF) show_version
 
+manpages:
+       touch .tmplock
+       WAFLOCK=.tmplock $(WAF) manpages
+
 dist:
        touch .tmplock
        WAFLOCK=.tmplock $(WAF) dist