From fa46f3f56207a5edc5c6d56a58768b34c1a4c212 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 12 Sep 2010 15:12:35 +0200 Subject: Add odb man and html pages generation --- makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'makefile') 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) -- cgit v1.1