summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-18 15:18:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-18 15:18:15 +0200
commit780a199410056c9589f5868a836f565b452fb14e (patch)
treefacaad465a1d9e762b9b337fef73926a6131ade6 /makefile
parentef796634015330f4e5feb77e90d478d1bd54434d (diff)
Write getting started guide
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index 7e0c095..c1a4fbf 100644
--- a/makefile
+++ b/makefile
@@ -9,6 +9,7 @@ default := $(out_base)/
test := $(out_base)/.test
install := $(out_base)/.install
clean := $(out_base)/.clean
+cleandoc := $(out_base)/.cleandoc
# Build.
#
@@ -37,6 +38,8 @@ $(clean): $(out_base)/cli/.clean \
$(out_base)/examples/.clean \
$(out_base)/tests/.clean
+$(cleandoc): $(out_base)/doc/.cleandoc
+
$(call include,$(bld_root)/install.make)
$(call import,$(src_base)/cli/makefile)