summaryrefslogtreecommitdiff
path: root/doc/reference/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/reference/Makefile')
-rw-r--r--doc/reference/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/reference/Makefile b/doc/reference/Makefile
index ae90a20ada..a2188c8925 100644
--- a/doc/reference/Makefile
+++ b/doc/reference/Makefile
@@ -1,12 +1,17 @@
############################################################-*-Makefile-*-####
-# Scala reference
+# Scala Reference
##############################################################################
# $Id$
##############################################################################
-# Variables
+# Configuration
+
+ROOT = ../..
+
+include $(ROOT)/Makefile.config
-ROOT = ../..
+##############################################################################
+# Variables
# project
PROJECT_SOURCES += $(LATEX_SOURCES)
@@ -37,11 +42,7 @@ VERBFILTER = $(ROOT)/support/latex/verbfilterScala
##############################################################################
# Includes
-include $(ROOT)/support/make/default.mk
include $(ROOT)/support/make/verbfilter.mk
include $(ROOT)/support/make/latex.mk
-include $(ROOT)/support/make/exec.mk
-include $(ROOT)/support/make/grep.mk
-include $(ROOT)/support/make/wc.mk
##############################################################################