Merge pull request #11 from bebro/fix-#10

Fixed priority for building documentation with Makefile
This fixes #10
This commit is contained in:
bebro 2015-01-22 10:49:09 +01:00
commit 7568cc2016

View File

@ -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;