From f270a39315fdf4a7285a2d45813f49e961ee6c08 Mon Sep 17 00:00:00 2001 From: paltherr Date: Thu, 23 Oct 2003 14:05:12 +0000 Subject: - Added TEXINPUTS --- doc/tutorial/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3