Mercurial > docs > Reisebericht-Ukraine07
comparison Makefile @ 14:fabdbea53cc0
Makefile: xpdf now starts in background
author | meillo@marmaro.de |
---|---|
date | Fri, 07 Sep 2007 22:26:32 +0200 |
parents | fd91829df761 |
children |
comparison
equal
deleted
inserted
replaced
13:9785f495c3cf | 14:fabdbea53cc0 |
---|---|
24 @pdflatex ${SRC} | 24 @pdflatex ${SRC} |
25 @pdflatex ${SRC} | 25 @pdflatex ${SRC} |
26 | 26 |
27 xpdf: ${OBJ} | 27 xpdf: ${OBJ} |
28 @echo xpdf $@ | 28 @echo xpdf $@ |
29 @xpdf -fullscreen -z page ${OBJ} | 29 @xpdf -fullscreen -z page ${OBJ} & |
30 #@rm ${OBJ} | 30 #@rm ${OBJ} |
31 | 31 |
32 clean: | 32 clean: |
33 echo 'cleaning ...' | 33 echo 'cleaning ...' |
34 rm *.{aux,lof,log,lot,nav,out,snm,toc} 2> /dev/null | 34 rm *.{aux,lof,log,lot,nav,out,snm,toc} 2> /dev/null |