summaryrefslogtreecommitdiff
path: root/api_docgen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'api_docgen/Makefile')
-rw-r--r--api_docgen/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/api_docgen/Makefile b/api_docgen/Makefile
index dce2150e7d..0725464581 100644
--- a/api_docgen/Makefile
+++ b/api_docgen/Makefile
@@ -12,14 +12,15 @@
#* special exception on linking described in the file LICENSE. *
#* *
#**************************************************************************
+# Used by included Makefiles
ROOTDIR = ..
--include $(ROOTDIR)/Makefile.build_config
+-include ../Makefile.build_config
odoc-%:
- $(MAKE) -C odoc $* ROOTDIR=../..
+ $(MAKE) -C odoc $*
ocamldoc-%:
- $(MAKE) -C ocamldoc $* ROOTDIR=../..
+ $(MAKE) -C ocamldoc $*
ifeq ($(DOCUMENTATION_TOOL),odoc)
man: odoc-man