summaryrefslogtreecommitdiff
path: root/doc/tutorial
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-10-23 14:05:12 +0000
committerpaltherr <paltherr@epfl.ch>2003-10-23 14:05:12 +0000
commitf270a39315fdf4a7285a2d45813f49e961ee6c08 (patch)
tree736360c5be7d1e7156df5e5ccd88953d5e00ae33 /doc/tutorial
parent6393b5b0898a8177a527e34398d7cc32496153f8 (diff)
downloadscala-f270a39315fdf4a7285a2d45813f49e961ee6c08.tar.gz
scala-f270a39315fdf4a7285a2d45813f49e961ee6c08.tar.bz2
scala-f270a39315fdf4a7285a2d45813f49e961ee6c08.zip
- Added TEXINPUTS
Diffstat (limited to 'doc/tutorial')
-rw-r--r--doc/tutorial/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/tutorial/Makefile b/doc/tutorial/Makefile
index 67ec6dc01c..10be722285 100644
--- a/doc/tutorial/Makefile
+++ b/doc/tutorial/Makefile
@@ -25,6 +25,9 @@ LATEX_TARGETS += $(LATEX_FORMATS:%=ScalaTutorial.%)
LATEX_SOURCES += ScalaTutorial.tex
+# latex
+TEXINPUTS := $(PROJECT_SUPPORTDIR)/latex:$(TEXINPUTS):
+
##############################################################################
# Includes