Edit

thodg/patchwork13/doc/epita/rapport_soutenance_1/Makefile

Branch :

  • doc/epita/rapport_soutenance_1/Makefile
  • TARGETS = pw13_rapport_soutenance1.pdf pw13_plan_de_soutenance1.pdf
    
    all: ${TARGETS}
    
    pw13_rapport_soutenance1.pdf: patchwork13.jpg
    
    patchwork13.jpg: ../cahier_des_charges/patchwork13.jpg
    	cp -f $< $@
    
    .PHONY: pub
    pub: ${TARGETS}
    	scp ${TARGETS} ssh.sf.net:/home/groups/p/pa/patchwork13/htdocs/doc/
    
    %.pdf: %.tex
    	pdflatex $<
    	pdflatex $<
    
    %.dvi: %.tex
    	latex $<
    	latex $<
    
    clean: 
    	rm -f ${TARGETS} *.toc patchwork13.jpg