git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@240 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
Wizzup? 2009-11-27 17:46:53 +00:00
parent a2cc43a956
commit 6a868620b5
3 changed files with 10 additions and 6 deletions

View File

@ -1,14 +1,18 @@
.PHONY: default clean
.PHONY: default clean intro psbook
intro_ := mufasa_intro
psbook_ := mufasa_ps_handbook
self := mufasa_intro
default: createreport
clean:
find -iname "$(self)*" | grep -v svn | grep -v tex | xargs rm -vf
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:
$(MAKE) -C Pics/
texi2pdf $(self).tex #--silent
texi2pdf $(intro_).tex #--silent
texi2pdf $(psbook_).tex #--silent

View File

@ -3,7 +3,7 @@
\usepackage{url}
\usepackage{amsmath}
\begin{document}
\title{Mufasa Handbook}
\title{Mufasa Intro}
\author{Merlijn Wajer \and Raymond van Veneti\"{e}}
\maketitle
\tableofcontents

View File

@ -3,7 +3,7 @@
\usepackage{color}
\begin{document}
\title{Mufasa Handbook}
\title{Mufasa PS Handbook}
\author{Merlijn Wajer \and Raymond van Veneti\"{e}}
\definecolor{typeGreen}{rgb}{0.0, 0.6, 0.0}