Intro copied from various places
This commit is contained in:
@@ -8,14 +8,13 @@ EXTRASTYS = abhepexpt.sty abhep.sty abmath.sty lineno.sty siunitx.sty SIunits.st
|
||||
|
||||
default: $(TARGET)
|
||||
|
||||
$(TARGET): $(INPUT) extrastyles.zip $(THESIS_STY) Makefile
|
||||
$(TARGET): $(INPUT) extrastyles.zip $(THESIS_STY) Makefile chapters/*.tex
|
||||
@rm -f $(EXTRASTYS)
|
||||
@unzip extrastyles.zip
|
||||
@rm -f $(DOCNAME).{aux,toc,lof,lot}
|
||||
pdflatex $< && bibtex $(DOCNAME) && pdflatex $< && pdflatex $<
|
||||
@rm -f $(DOCNAME).{aux,toc,lof,lot}
|
||||
@rm -f $(EXTRASTYS)
|
||||
#pdflatex --enable-write18 $< && pdflatex $<
|
||||
|
||||
clean:
|
||||
@rm -f $(EXTRASTYS)
|
||||
|
||||
Reference in New Issue
Block a user