comparison Makefile @ 11:71ca21c937d1 default tip

small fix
author meillo@marmaro.de
date Wed, 12 Dec 2007 13:11:00 +0100
parents 7adaf386e4ff
children
comparison
equal deleted inserted replaced
10:7adaf386e4ff 11:71ca21c937d1
57 @${PDFLATEX} ${PRINT} 57 @${PDFLATEX} ${PRINT}
58 sleep 1 58 sleep 1
59 touch ${SRC} 59 touch ${SRC}
60 @${PDFLATEX} ${PRINT} 60 @${PDFLATEX} ${PRINT}
61 @${MAKE} clean 61 @${MAKE} clean
62 @rm -r ${PRINT}
62 @mv ${PRINTPDF} ${PRINTOBJ} 63 @mv ${PRINTPDF} ${PRINTOBJ}
63 64
64 .PHONY: all xpdf dist clean realclean rmpdf 65 .PHONY: all xpdf dist clean realclean rmpdf
65 .SUFFIXES: .tex .pdf 66 .SUFFIXES: .tex .pdf
66 67