summaryrefslogtreecommitdiff
path: root/doc/tutorial
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 /doc/tutorial
parent6fa7aaec76af3ae10a1be69b6579097e4a7f5b47 (diff)
downloadscala-9c38388db32e9be3f9514ebaea094685118f9279.tar.gz
scala-9c38388db32e9be3f9514ebaea094685118f9279.tar.bz2
scala-9c38388db32e9be3f9514ebaea094685118f9279.zip
*** empty log message ***
Diffstat (limited to 'doc/tutorial')
-rw-r--r--doc/tutorial/Makefile4
1 files changed, 2 insertions, 2 deletions
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
##############################################################################