Improved Makefile.

git-svn-id: file:///home/matteo/Downloads/gna/svn/gulum@25 e86ba84a-1b32-0410-87b2-c3a91cda2950
This commit is contained in:
haguenad 2007-07-27 18:19:45 +00:00
parent c3e8a4e8ed
commit 3e9bb59b4a
1 changed files with 7 additions and 6 deletions

View File

@ -1,13 +1,14 @@
.PHONY: all
## $Id$
all: argumentaire_faecum.pdf
%.pdf: %.tex
pdflatex argumentaire_faecum.tex && \
bibtex argumentaire_faecum && \
pdflatex argumentaire_faecum.tex && \
pdflatex argumentaire_faecum.tex
bibtex argumentaire_faecum
pdflatex argumentaire_faecum.tex
pdflatex argumentaire_faecum.tex
.PHONY: clean
clean:
-rm -f *.{aux,log,pdf,dvi,ps,bbl,blg,thm}
$(RM) *.{aux,log,pdf,dvi,ps,bbl,blg,thm}
.PHONY: clean all