summaryrefslogtreecommitdiff
path: root/doc/tutorial
diff options
context:
space:
mode:
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
##############################################################################