diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -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 |
