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;