docs/DesignPatterns

diff 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
line diff
     1.1 --- a/Makefile	Wed May 30 12:40:26 2007 +0200
     1.2 +++ b/Makefile	Fri Jun 01 17:47:47 2007 +0200
     1.3 @@ -16,7 +16,7 @@
     1.4  
     1.5  xpdf: ${OBJ}
     1.6  	@echo xpdf $@
     1.7 -	@xpdf -z page ${OBJ}
     1.8 +	@xpdf -fullscreen -z page ${OBJ}
     1.9  	@rm ${OBJ}
    1.10  
    1.11  clean: