Mercurial > docs > DesignPatterns
comparison Makefile @ 3:0923f2ae50a5
added lots of text
modified Makefile to call xpdf with -fullscreen
author | meillo@marmaro.de |
---|---|
date | Fri, 01 Jun 2007 17:47:47 +0200 |
parents | 961cb2d9b1b5 |
children | 7744082fd6a3 |
comparison
equal
deleted
inserted
replaced
2:961cb2d9b1b5 | 3:0923f2ae50a5 |
---|---|
14 @pdflatex ${SRC} | 14 @pdflatex ${SRC} |
15 @pdflatex ${SRC} | 15 @pdflatex ${SRC} |
16 | 16 |
17 xpdf: ${OBJ} | 17 xpdf: ${OBJ} |
18 @echo xpdf $@ | 18 @echo xpdf $@ |
19 @xpdf -z page ${OBJ} | 19 @xpdf -fullscreen -z page ${OBJ} |
20 @rm ${OBJ} | 20 @rm ${OBJ} |
21 | 21 |
22 clean: | 22 clean: |
23 echo 'cleaning ...' | 23 echo 'cleaning ...' |
24 rm *.{aux,lof,log,lot,nav,out,snm,toc} | 24 rm *.{aux,lof,log,lot,nav,out,snm,toc} |