X-Git-Url: http://git.madism.org/?p=~madcoder%2Ffosdem.git;a=blobdiff_plain;f=Makefile;h=fef3a128c3de6bc8867b2a50d8bec9aec5246447;hp=37e899e7391e01b4d46a11b39560e169c5b0f9ae;hb=d14733b7760d7f06bf3e3781815c1728e4cc2984;hpb=b801ce3a0f041554f1772f1d0dbb78047e7e37b9;ds=sidebyside diff --git a/Makefile b/Makefile index 37e899e..fef3a12 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,11 @@ -git.pdf: git.tex - git clean +all: git.pdf git-nopause.pdf + +%.pdf: %.tex pdflatex $< pdflatex $< + +git-nopause.tex: git.tex + sed -e 's/<[0-9]*->//g' $< > $@ + +clean: + git clean