Mercurial > 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 wrap: on
line diff
--- a/thesis/Makefile Sat Feb 07 19:00:25 2009 +0100 +++ b/thesis/Makefile Sat Feb 07 22:39:07 2009 +0100 @@ -19,13 +19,13 @@ clean: latexmk -c rm web.* - cd img ; $(MAKE) clean ; cd - + cd fig ; $(MAKE) clean ; cd - .PHONY: cover cover: latexmk -ps -pdfps $(COVER) .PHONY: img -img: img/*.pic - cd img ; $(MAKE) ; cd - +img: fig/*.pic + cd fig ; $(MAKE) ; cd -