Update makefile
This commit is contained in:
parent
9a5bd0348f
commit
45dd0c2fca
1 changed files with 14 additions and 1 deletions
15
makefile
15
makefile
|
@ -15,7 +15,20 @@ clean :
|
|||
rm -f rapport.log
|
||||
rm -f rapport.pdf
|
||||
rm -f rapport.toc
|
||||
rm -r pdf_img/
|
||||
rm -f rapport.lof
|
||||
rm -f rapport.lot
|
||||
rm -f -r pdf_img/
|
||||
|
||||
clean-latex :
|
||||
rm -f rapport.aux
|
||||
rm -f rapport.bbl
|
||||
rm -f rapport.blg
|
||||
rm -f rapport.out
|
||||
rm -f rapport.log
|
||||
rm -f rapport.pdf
|
||||
rm -f rapport.toc
|
||||
rm -f rapport.lof
|
||||
rm -f rapport.lot
|
||||
|
||||
pdf_img/%.pdf : raw_img/%.svg pdf_img/%.pdf_tex
|
||||
inkscape -D -z --file=$< --export-pdf=$@ --export-latex
|
||||
|
|
Loading…
Reference in a new issue