summaryrefslogtreecommitdiff
path: root/documentation/cxx/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/cxx/makefile')
-rw-r--r--documentation/cxx/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/cxx/makefile b/documentation/cxx/makefile
index 244b9b4..6d14141 100644
--- a/documentation/cxx/makefile
+++ b/documentation/cxx/makefile
@@ -8,11 +8,13 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
docs := parser tree
default := $(out_base)/
+install := $(out_base)/.install
dist := $(out_base)/.dist
dist-win := $(out_base)/.dist-win
cleandoc := $(out_base)/.cleandoc
$(default): $(addprefix $(out_base)/,$(addsuffix /,$(docs)))
+$(install): $(addprefix $(out_base)/,$(addsuffix /.install,$(docs)))
$(dist): $(addprefix $(out_base)/,$(addsuffix /.dist,$(docs)))
$(dist-win): $(addprefix $(out_base)/,$(addsuffix /.dist-win,$(docs)))
$(cleandoc): $(addprefix $(out_base)/,$(addsuffix /.cleandoc,$(docs)))