diff options
| author | Manuel Traut <manut@linutronix.de> | 2018-04-09 15:23:03 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2018-04-09 15:23:03 +0200 |
| commit | cc7a7b51d062e4b11b4f53bc5b515b424f4e37e9 (patch) | |
| tree | 669e1a1fe7e1867fb7bee261c2fc359219248d2a | |
| parent | f8d19fe169ea855a528a224dba69768cb40ff2e2 (diff) | |
vorl2
Signed-off-by: Manuel Traut <manut@linutronix.de>
| -rw-r--r-- | Makefile | 8 | ||||
| -rw-r--r-- | vorl2.tex | 9 |
2 files changed, 4 insertions, 13 deletions
@@ -116,10 +116,10 @@ vorlesung:: touch configpres.tex mv tailpres.tex _tailpres.tex touch tailpres.tex - pdflatex vorl1.tex - pdflatex vorl1.tex - #pdflatex vorl2.tex - #pdflatex vorl2.tex + #pdflatex vorl1.tex + #pdflatex vorl1.tex + pdflatex vorl2.tex + pdflatex vorl2.tex #pdflatex vorl3.tex #pdflatex vorl3.tex #pdflatex vorl4.tex @@ -1,13 +1,4 @@ \input{configmasterpres} \input{./linux-basics/section} -\input{./linux-basics/boot-process/pres_boot-process_de.tex} -\input{./linux-basics/fromscratch_vs_debian/pres_fromscatch_vs_debian_en.tex} \input{./application-devel/cross-devel/pres_cross-devel_de.tex} -\input{./linux-basics/udev-basics/pres_udev_en.tex} -\input{./kernel-devel/section} -\input{./kernel-devel/linux-device/pres_linux-device_en.tex} -\input{./flash-memory/section} -\input{./linux-basics/filesystems/pres_filesystems_en.tex} -\input{./flash-memory/mtd/pres_mtd_en.tex} -\input{./flash-memory/ubi/pres_ubi_en.tex} \input{tailmasterpres} |
