diff options
| author | Hans J. Koch <hjk@linutronix.de> | 2009-06-18 18:34:59 +0200 |
|---|---|---|
| committer | Hans J. Koch <hjk@linutronix.de> | 2009-06-18 18:34:59 +0200 |
| commit | 8d11296c895e62df3029f0c2861b4671ec8b80ee (patch) | |
| tree | 5d65f8f43e31cdb8d688c07bfeb72208eb4bec4f /linux-basics/boot-process/Makefile | |
| parent | d947110b203e880febd6e21fe56805d469b42925 (diff) | |
Added Presentation linux-basics/boot-process
Diffstat (limited to 'linux-basics/boot-process/Makefile')
| -rw-r--r-- | linux-basics/boot-process/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linux-basics/boot-process/Makefile b/linux-basics/boot-process/Makefile new file mode 100644 index 0000000..46df0b2 --- /dev/null +++ b/linux-basics/boot-process/Makefile @@ -0,0 +1,9 @@ +all: + pdflatex pres_boot-process_de.tex + pdflatex hints_boot-process_de.tex + pdflatex handout_boot-process_de.tex + pdflatex handout_boot-process_de.tex + +clean: + rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out + |
