summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-08-05 11:04:04 +0000
committerpaltherr <paltherr@epfl.ch>2003-08-05 11:04:04 +0000
commit9c38388db32e9be3f9514ebaea094685118f9279 (patch)
tree4eb97617790c5eac9c391c75c45a41844c48645e
parent6fa7aaec76af3ae10a1be69b6579097e4a7f5b47 (diff)
downloadscala-9c38388db32e9be3f9514ebaea094685118f9279.tar.gz
scala-9c38388db32e9be3f9514ebaea094685118f9279.tar.bz2
scala-9c38388db32e9be3f9514ebaea094685118f9279.zip
*** empty log message ***
-rw-r--r--doc/reference/Makefile4
-rw-r--r--doc/tutorial/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/reference/Makefile b/doc/reference/Makefile
index a2188c8925..bcff1f348a 100644
--- a/doc/reference/Makefile
+++ b/doc/reference/Makefile
@@ -42,7 +42,7 @@ VERBFILTER = $(ROOT)/support/latex/verbfilterScala
##############################################################################
# Includes
-include $(ROOT)/support/make/verbfilter.mk
-include $(ROOT)/support/make/latex.mk
+include $(PROJECT_SUPPORTDIR)/make/verbfilter.mk
+include $(PROJECT_SUPPORTDIR)/make/latex.mk
##############################################################################
diff --git a/doc/tutorial/Makefile b/doc/tutorial/Makefile
index c75efb228b..b12616373c 100644
--- a/doc/tutorial/Makefile
+++ b/doc/tutorial/Makefile
@@ -28,7 +28,7 @@ LATEX_SOURCES += tutorial.tex
##############################################################################
# Includes
-include $(ROOT)/support/make/scalatex.mk
-include $(ROOT)/support/make/latex.mk
+include $(PROJECT_SUPPORTDIR)/make/scalatex.mk
+include $(PROJECT_SUPPORTDIR)/make/latex.mk
##############################################################################