X-Git-Url: https://hackdaworld.org/gitweb/?p=lectures%2Flatex.git;a=blobdiff_plain;f=posic%2Fthesis%2FMakefile;h=0f417e3f1e69bb11febf608ce9b058fa29c2e6be;hp=3d9860dd58f4d0c5c048731d20f80810a31e075a;hb=80e31ff7bd5a85d056283bc94f433c822c53fd34;hpb=67f277f9e3fe7dea7f9158e4d776749c1571c5c1 diff --git a/posic/thesis/Makefile b/posic/thesis/Makefile index 3d9860d..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 *.blg *.lof *.ps *.pdf *.toc + rm -f *.log *.aux *.blg *.lof *.ps *.pdf *.toc *.bbl