17 lines
		
	
	
		
			277 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			277 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| SRC=${wildcard *.tex} these.bib
 | |
| OPT=--pdf --synctex --command "makeidx.style index.ist"
 | |
| 
 | |
| all: main.pdf
 | |
| 
 | |
| manuscrit.pdf: main.pdf
 | |
| 	ps2pdf main.pdf manuscrit.pdf
 | |
| 
 | |
| clean:
 | |
| 	rubber --clean ${SRC}
 | |
| 
 | |
| main.pdf: ${SRC} garde.pdf
 | |
| 	rubber ${OPT} main.tex
 | |
| 
 | |
| garde.pdf: garde.tex
 | |
| 	pdflatex $<
 |