I do not think we need to update the aux file
This commit is contained in:
parent
030fb22feb
commit
0e0fa21675
@ -53,7 +53,7 @@ $(TARGET.pdf): %.pdf: %.tex $(SRC) $(BIB) $(PROPCLS)
|
||||
# sort $(PROPOSAL:%.tex=%.delivs) > $(PROPOSAL:%.tex=%.deliverables)
|
||||
@if (test -e $(patsubst %.tex, %.idx, $<));\
|
||||
then makeindex $(patsubst %.tex, %.idx, $<); fi
|
||||
$(MAKE) -$(MAKEFLAGS) $(BBL)
|
||||
# bbl is up to date $(MAKE) -$(MAKEFLAGS) $(BBL)
|
||||
@if (grep "(re)run BibTeX" $(patsubst %.tex, %.log, $<)> /dev/null);\
|
||||
then $(MAKE) -B $(BBL); fi
|
||||
$(PDFLATEX) $< || $(RM) $@
|
||||
|
Loading…
Reference in New Issue
Block a user