prog saved
This commit is contained in:
@@ -5,7 +5,7 @@ TARGET= $(DOCNAME).pdf
|
||||
|
||||
default: $(TARGET)
|
||||
|
||||
$(TARGET): $(INPUT) Makefile chapters/*.tex custom_macro.tex mythesis.sty
|
||||
$(TARGET): $(INPUT) Makefile chapters/*.tex custom_macro.tex mythesis.sty raw/*
|
||||
@rm -f $(DOCNAME).{aux,toc,lof,lot}
|
||||
pdflatex $< && bibtex $(DOCNAME) && pdflatex $< && pdflatex $<
|
||||
|
||||
|
||||
Reference in New Issue
Block a user