aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-12 15:12:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-12 15:12:35 +0200
commitfa46f3f56207a5edc5c6d56a58768b34c1a4c212 (patch)
treea294e7cafe97e4a6fab9790b9361dfd8ea9d3bc4 /makefile
parent93a7d00f000427aab95e0d5fe5aa712e46b36301 (diff)
Add odb man and html pages generation
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/makefile b/makefile
index ff3735b..2448e2e 100644
--- a/makefile
+++ b/makefile
@@ -5,12 +5,11 @@
include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make
-dirs := odb
+dirs := odb doc
default := $(out_base)/
dist := $(out_base)/.dist
clean := $(out_base)/.clean
-cleandoc := $(out_base)/.cleandoc
$(default): $(addprefix $(out_base)/,$(addsuffix /,$(dirs)))
@@ -29,7 +28,6 @@ $(dist): $(addprefix $(out_base)/,$(addsuffix /.dist,$(dirs)))
$(call meta-autoconf)
$(clean): $(addprefix $(out_base)/,$(addsuffix /.clean,$(dirs)))
-$(cleandoc): $(out_base)/doc/.cleandoc
$(call include,$(bld_root)/dist.make)
$(call include,$(bld_root)/meta/automake.make)