docs/ps-referat-ibm
changeset 4:ef4d7b41bf72 tip
small fix in Makefile
author | meillo@marmaro.de |
---|---|
date | Thu, 25 Sep 2008 16:39:46 +0200 |
parents | 1c6f11b47489 |
children | |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- a/Makefile Thu Sep 25 10:44:34 2008 +0200 1.2 +++ b/Makefile Thu Sep 25 16:39:46 2008 +0200 1.3 @@ -26,6 +26,7 @@ 1.4 @sed -e '/\\pause/d' ${SRC}.tex > ${PRINT}.tex 1.5 latexmk -pdf $(PRINT) 1.6 @mv ${PRINT}.pdf $(SRC)_${PRINT}.pdf 1.7 + @rm $(PRINT).tex 1.8 1.9 .PHONY: all clean view watch print 1.10 .SUFFIXES: .tex .pdf