## $Id$ DOCPDF := argumentaire_faecum.pdf DOC := argumentaire_faecum all: $(DOCPDF) $(DOCPDF): $(wildcard *.tex) pdflatex $(DOC) bibtex $(DOC) pdflatex $(DOC) pdflatex $(DOC) clean: $(RM) *.aux *.log *.pdf *.dvi *.ps *.bbl *.blg *.thm .PHONY: clean all