Few more changes to the Makefile

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@242 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
Wizzup? 2009-11-27 18:05:19 +00:00
parent 71128bfc01
commit 925abaad00
1 changed files with 4 additions and 2 deletions

View File

@ -5,14 +5,16 @@ intro_ := mufasa_intro
psbook_ := mufasa_ps_handbook
default: createreport
default: intro
clean:
rm -rvf $(intro_)
rm -rvf $(psbook_)
find -iname "$(intro_)*" | grep -v svn | grep -v tex | xargs rm -vf
find -iname "$(psbook_)*" | grep -v svn | grep -v tex | xargs rm -vf
$(MAKE) -C Pics/ clean
createreport:
intro:
$(MAKE) -C Pics/
texi2pdf $(intro_).tex #--silent
texi2pdf $(psbook_).tex #--silent