X-Git-Url: https://hackdaworld.org/gitweb/?p=lectures%2Flatex.git;a=blobdiff_plain;f=posic%2Fthesis%2FMakefile;h=0f417e3f1e69bb11febf608ce9b058fa29c2e6be;hp=2ec77fbceb8224476f2dda68ff7be9733b1c97b2;hb=6821480ec78fa84077694a42dac10bf5f39ced33;hpb=d3ba6290ec488dd00152d768520d11b4f3527411 diff --git a/posic/thesis/Makefile b/posic/thesis/Makefile index 2ec77fb..0f417e3 100644 --- a/posic/thesis/Makefile +++ b/posic/thesis/Makefile @@ -14,6 +14,7 @@ all: $(PDF) %.dvi: %.tex $(LATEX) $< $(BIBTEX) $(SRC:%.tex=%) + $(BIBTEX) pub.aux $(LATEX) $< $(LATEX) $< @@ -24,4 +25,4 @@ all: $(PDF) $(DVIPDF) $< clean: - rm -f *.log *.aux + rm -f *.log *.aux *.blg *.lof *.ps *.pdf *.toc *.bbl