mirror of
https://github.com/moparisthebest/Simba
synced 2025-01-10 21:28:00 -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
|
default: createreport
|
||||||
|
|
||||||
clean:
|
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
|
$(MAKE) -C Pics/ clean
|
||||||
|
|
||||||
createreport:
|
createreport:
|
||||||
$(MAKE) -C Pics/
|
$(MAKE) -C Pics/
|
||||||
texi2pdf $(self).tex #--silent
|
texi2pdf $(intro_).tex #--silent
|
||||||
|
texi2pdf $(psbook_).tex #--silent
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
\usepackage{url}
|
\usepackage{url}
|
||||||
\usepackage{amsmath}
|
\usepackage{amsmath}
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\title{Mufasa Handbook}
|
\title{Mufasa Intro}
|
||||||
\author{Merlijn Wajer \and Raymond van Veneti\"{e}}
|
\author{Merlijn Wajer \and Raymond van Veneti\"{e}}
|
||||||
\maketitle
|
\maketitle
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
\usepackage{color}
|
\usepackage{color}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\title{Mufasa Handbook}
|
\title{Mufasa PS Handbook}
|
||||||
\author{Merlijn Wajer \and Raymond van Veneti\"{e}}
|
\author{Merlijn Wajer \and Raymond van Veneti\"{e}}
|
||||||
|
|
||||||
\definecolor{typeGreen}{rgb}{0.0, 0.6, 0.0}
|
\definecolor{typeGreen}{rgb}{0.0, 0.6, 0.0}
|
Loading…
Reference in New Issue
Block a user