Cleanup.
git-svn-id: file:///home/matteo/Downloads/gna/svn/gulum@47 e86ba84a-1b32-0410-87b2-c3a91cda2950
This commit is contained in:
		
							parent
							
								
									358e328aef
								
							
						
					
					
						commit
						e7c829acde
					
				|  | @ -1,14 +1,17 @@ | ||||||
| ## $Id$
 | ## $Id$
 | ||||||
| 
 | 
 | ||||||
| all: argumentaire_faecum.pdf | DOCPDF := argumentaire_faecum.pdf | ||||||
|  | DOC := argumentaire_faecum | ||||||
| 
 | 
 | ||||||
| %.pdf: %.tex | all: $(DOCPDF) | ||||||
| 	pdflatex argumentaire_faecum.tex | 
 | ||||||
| 	bibtex argumentaire_faecum | $(DOCPDF): $(wildcard *.tex) | ||||||
| 	pdflatex argumentaire_faecum.tex | 	pdflatex $(DOC) | ||||||
| 	pdflatex argumentaire_faecum.tex | 	bibtex $(DOC) | ||||||
|  | 	pdflatex $(DOC) | ||||||
|  | 	pdflatex $(DOC) | ||||||
| 
 | 
 | ||||||
| clean: | clean: | ||||||
| 	$(RM) *.{aux,log,pdf,dvi,ps,bbl,blg,thm} | 	$(RM) *.aux *.log *.pdf *.dvi *.ps *.bbl *.blg *.thm | ||||||
| 
 | 
 | ||||||
| .PHONY: clean all | .PHONY: clean all | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue