summaryrefslogtreecommitdiff
path: root/doc/reference/Makefile
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-08-05 11:02:56 +0000
committerpaltherr <paltherr@epfl.ch>2003-08-05 11:02:56 +0000
commit6fa7aaec76af3ae10a1be69b6579097e4a7f5b47 (patch)
tree277fbc8d12ab56b22fe379fa5fe3f53bdb644ac7 /doc/reference/Makefile
parentbc7faf76c72d02af360f11453c22c316d5ffab66 (diff)
downloadscala-6fa7aaec76af3ae10a1be69b6579097e4a7f5b47.tar.gz
scala-6fa7aaec76af3ae10a1be69b6579097e4a7f5b47.tar.bz2
scala-6fa7aaec76af3ae10a1be69b6579097e4a7f5b47.zip
- Updated Makefile to use Makefile.config
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
##############################################################################