summaryrefslogtreecommitdiff
path: root/doc/cxx/tree/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cxx/tree/makefile')
-rw-r--r--doc/cxx/tree/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cxx/tree/makefile b/doc/cxx/tree/makefile
index 7aaed95..63cd407 100644
--- a/doc/cxx/tree/makefile
+++ b/doc/cxx/tree/makefile
@@ -11,7 +11,7 @@ default := $(out_base)/
install := $(out_base)/.install
dist := $(out_base)/.dist
dist-win := $(out_base)/.dist-win
-cleandoc := $(out_base)/.cleandoc
+clean := $(out_base)/.clean
# Build.
#
@@ -35,7 +35,7 @@ $(dist-win): $(dist-common) $(addprefix $(out_base)/,$(addsuffix /.dist-win,$(do
# Clean.
#
-$(cleandoc): $(addprefix $(out_base)/,$(addsuffix /.cleandoc,$(docs)))
+$(clean): $(addprefix $(out_base)/,$(addsuffix /.clean,$(docs)))
$(call include,$(bld_root)/install.make)