diff options
| author | Manuel Traut <manut@linutronix.de> | 2011-01-26 18:49:31 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2011-01-26 18:49:31 +0100 |
| commit | 6fb0950420424ff27f6aa89429a763409b088ed6 (patch) | |
| tree | 3f981148144a4f5e2ddfc66a00134e3158867d7e /Makefile | |
| parent | f020c2ca1ef336cee116ec3df47a984289c2c18e (diff) | |
added kernel devel
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ -SUBDIRS = application-devel flash-memory frameworks -#kernel-devel linux-basics realtime protocols +SUBDIRS = application-devel flash-memory frameworks kernel-devel +#linux-basics realtime protocols default: make all @@ -18,8 +18,8 @@ book:: touch tailpres.tex mv tailhandout.tex _tailhandout.tex touch tailhandout.tex - #pdflatex pres_master.tex - #pdflatex pres_master.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 |
