Improved Makefile.
git-svn-id: file:///home/matteo/Downloads/gna/svn/gulum@25 e86ba84a-1b32-0410-87b2-c3a91cda2950
This commit is contained in:
parent
c3e8a4e8ed
commit
3e9bb59b4a
|
@ -1,13 +1,14 @@
|
||||||
.PHONY: all
|
## $Id$
|
||||||
|
|
||||||
all: argumentaire_faecum.pdf
|
all: argumentaire_faecum.pdf
|
||||||
|
|
||||||
%.pdf: %.tex
|
%.pdf: %.tex
|
||||||
pdflatex argumentaire_faecum.tex && \
|
pdflatex argumentaire_faecum.tex
|
||||||
bibtex argumentaire_faecum && \
|
bibtex argumentaire_faecum
|
||||||
pdflatex argumentaire_faecum.tex && \
|
pdflatex argumentaire_faecum.tex
|
||||||
pdflatex argumentaire_faecum.tex
|
pdflatex argumentaire_faecum.tex
|
||||||
|
|
||||||
.PHONY: clean
|
|
||||||
clean:
|
clean:
|
||||||
-rm -f *.{aux,log,pdf,dvi,ps,bbl,blg,thm}
|
$(RM) *.{aux,log,pdf,dvi,ps,bbl,blg,thm}
|
||||||
|
|
||||||
|
.PHONY: clean all
|
||||||
|
|
Loading…
Reference in New Issue