removing the line I do not understan
This commit is contained in:
parent
43e48574b3
commit
1a6b26e8a4
2
Makefile
2
Makefile
@ -110,7 +110,7 @@ edit: $(SRCNAMES)
|
||||
|
||||
%.pdf: $(TEXSRC) $(wildcard $(THISDIR)*.tex) $(BBLNAMES)
|
||||
@echo Compiling $@
|
||||
($(PDF) $(@:.pdf=.tex) | grep -A 5 -B 5 ".*:[0-9]*:.*") || (touch --date="`date -R -r $(@:.pdf=.tex)`" $@ & grep "Warning" $(@:.pdf=.log))
|
||||
($(PDF) $(@:.pdf=.tex)) || (touch --date="`date -R -r $(@:.pdf=.tex)`" $@ & grep "Warning" $(@:.pdf=.log))
|
||||
|
||||
@echo Recompile tikz images
|
||||
@if [ -s $(@:.pdf=.makefile) ]; \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user