From eed18bea31f4bd173412a0922d3a3e5150e19e71 Mon Sep 17 00:00:00 2001 From: Benjamin Brockhaus Date: Thu, 22 Jan 2015 10:26:41 +0100 Subject: [PATCH] Fixed priority for building documentation with Makefile TEXINPUTS preferred existing installations of tudadesign now it uses the classes it's building docs for --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3956ffc..44b9988 100644 --- a/Makefile +++ b/Makefile @@ -78,5 +78,5 @@ uninstall: dvips $(notdir $<); %.dvi: cd $(dir $@); \ - TEXINPUTS=":$(CURDIR)/texmf/tex/latex/tuddesign//:" latex $(basename $(notdir $@)).tex; \ - TEXINPUTS=":$(CURDIR)/texmf/tex/latex/tuddesign//:" latex $(basename $(notdir $@)).tex; + TEXINPUTS="$(CURDIR)/texmf/tex/latex/tuddesign//:" latex $(basename $(notdir $@)).tex; \ + TEXINPUTS="$(CURDIR)/texmf/tex/latex/tuddesign//:" latex $(basename $(notdir $@)).tex;