docs/diploma

diff thesis/Makefile @ 397:13e630c5a44d

rename img -> fig
author meillo@marmaro.de
date Sat, 07 Feb 2009 22:39:07 +0100
parents aa14d1925151
children
line diff
     1.1 --- a/thesis/Makefile	Sat Feb 07 19:00:25 2009 +0100
     1.2 +++ b/thesis/Makefile	Sat Feb 07 22:39:07 2009 +0100
     1.3 @@ -19,13 +19,13 @@
     1.4  clean:
     1.5  	latexmk -c
     1.6  	rm web.*
     1.7 -	cd img ; $(MAKE) clean ; cd -
     1.8 +	cd fig ; $(MAKE) clean ; cd -
     1.9  
    1.10  .PHONY: cover
    1.11  cover:
    1.12  	latexmk -ps -pdfps $(COVER)
    1.13  
    1.14  .PHONY: img
    1.15 -img: img/*.pic
    1.16 -	cd img ; $(MAKE) ; cd -
    1.17 +img: fig/*.pic
    1.18 +	cd fig ; $(MAKE) ; cd -
    1.19