mirror of
https://github.com/moparisthebest/Simba
synced 2024-12-22 23:38:50 -05:00
Changes.
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@240 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
a2cc43a956
commit
6a868620b5
12
Doc/Makefile
12
Doc/Makefile
@ -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
|
||||
|
@ -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
|
||||
|
@ -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}
|
Loading…
Reference in New Issue
Block a user