mirror of
https://github.com/tu-darmstadt-informatik/tudadesign.git
synced 2025-12-12 17:35:50 +00:00
Merge pull request #11 from bebro/fix-#10
Fixed priority for building documentation with Makefile This fixes #10
This commit is contained in:
commit
7568cc2016
4
Makefile
4
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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user