summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2011-01-26 01:49:35 +0100
committerManuel Traut <manut@linutronix.de>2011-01-26 01:49:35 +0100
commitf6f0ee15f6ab3bee6150edb7b842c6624bfd8cae (patch)
tree36e2c3d39e53d65d680df21d23a2ba8ad939a502 /Makefile
parent95577aa82d409b2a5d6c34a0b48ea3354ed96b6e (diff)
Aufräumen und neu strukturieren Teil 1
- alle images wurden ins Wurzelverzeichnis verschoben - TEXINPUTS wird projektspezifisch gesetzt - es besteht die Möglichkeit einzelne pdfs zu generieren (wie bisher) desweiteren ist es möglich eigene Zusammenstellungen anzulegen - Einsstellungen welche das Design der Dokumente definieren werden nun in config*.tex & tail*.tex im Wurzelverzeichnis definiert - templates an neue Umgebung angepasst - in jedem Kapitelverzeichnis liegt nun eine Datei section welche das Kapitel beschreibt (mind. überschrift). Diese kann ggf. inkludiert werden. - TODO: es sind noch nicht alle Dokumente auf die neue Struktur umgestellt (siehe Makefile) Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile21
1 files changed, 20 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index caa4162..bed6394 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
-SUBDIRS = kernel-devel linux-basics realtime application-devel flash-memory protocols frameworks
+SUBDIRS = application-devel flash-memory
+#kernel-devel linux-basics realtime protocols frameworks
default:
make all
@@ -8,6 +9,24 @@ all clean::
(cd $$dir && make $@); \
done
+book::
+ mv configpres.tex _configpres.tex
+ touch configpres.tex
+ mv confighandout.tex _confighandout.tex
+ touch confighandout.tex
+ mv tailpres.tex _tailpres.tex
+ touch tailpres.tex
+ mv tailhandout.tex _tailhandout.tex
+ touch tailhandout.tex
+ #pdflatex pres_master.tex
+ #pdflatex pres_master.tex
+ pdflatex handout_master.tex
+ pdflatex handout_master.tex
+ rm configpres.tex confighandout.tex tailpres.tex tailhandout.tex
+ mv _configpres.tex configpres.tex
+ mv _confighandout.tex confighandout.tex
+ mv _tailpres.tex tailpres.tex
+ mv _tailhandout.tex tailhandout.tex
pdf::
rm -rf pdf
mkdir -p pdf/pres