From 149e584286f13419fcfe0ae8a8099b04825e21c9 Mon Sep 17 00:00:00 2001 From: Benjamin Brockhaus Date: Tue, 9 Dec 2014 15:06:34 +0100 Subject: [PATCH] Modified makefile, to use local classes for doc-building this fixes issue #4 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c61f79c..435bc66 100644 --- a/Makefile +++ b/Makefile @@ -78,5 +78,5 @@ uninstall: dvips $(notdir $<); %.dvi: cd $(dir $@); \ - latex $(basename $(notdir $@)).tex; \ - latex $(basename $(notdir $@)).tex; + TEXINPUTS=":$(CURDIR)/texmf/tex/latex/tuddesign//:" latex $(basename $(notdir $@)).tex; \ + TEXINPUTS=":$(CURDIR)/texmf/tex/latex/tuddesign//:" latex $(basename $(notdir $@)).tex;