diff options
| author | Manuel Traut <manut@mecka.net> | 2013-03-10 12:13:49 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2013-03-10 12:13:49 +0100 |
| commit | 9c0f862749f30800837a45aff5abdcb529867dbc (patch) | |
| tree | b0ca51fff64f12fac03aea4afaa1fa722376844b /Makefile | |
| parent | 33b79c725448efd2c9a72e2ae9a1fb04270492f5 (diff) | |
| parent | cea5039322781f6085dd47954af5584ca3f78911 (diff) | |
Merge branch 'schulung'
updates from current linutronix schulung.git
Conflicts:
Makefile
configpres.tex
flash-memory/ubi/handout_ubi_de.tex
handout.tex
index.txt
pres_master.tex
vorl.tex
vorl1.tex
vorl2.tex
vorl3.tex
vorl4.tex
vorl5.tex
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -1,12 +1,14 @@ -SUBDIRS = application-devel flash-memory frameworks kernel-devel linux-basics protocols realtime +SUBDIRS = application-devel flash-memory frameworks kernel-devel linux-basics protocols realtime security misc distribution default: make all -all clean:: +all: for dir in $(SUBDIRS) ; do \ (cd $$dir && make $@); \ done + +clean: rm -rf pdf rm -f *.aux rm -f *.log @@ -49,8 +51,7 @@ vorlesung:: mv _confighandout.tex confighandout.tex mv _tailhandout.tex tailhandout.tex - -pres:: +pres: mv configpres.tex _configpres.tex touch configpres.tex mv tailpres.tex _tailpres.tex @@ -59,10 +60,10 @@ pres:: bibtex pres_master.aux pdflatex pres_master.tex pdflatex pres_master.tex - rm configpres.tex tailpres.tex mv _configpres.tex configpres.tex mv _tailpres.tex tailpres.tex -book:: + rm configpres.tex tailpres.tex +book: mv confighandout.tex _confighandout.tex touch confighandout.tex mv tailhandout.tex _tailhandout.tex @@ -74,7 +75,7 @@ book:: rm confighandout.tailhandout.tex mv _confighandout.tex confighandout.tex mv _tailhandout.tex tailhandout.tex -pdf:: +pdf: rm -rf pdf mkdir -p pdf/pres mkdir -p pdf/handout |
