diff options
| author | Manuel Traut <manut@linutronix.de> | 2010-10-13 05:07:23 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2010-10-13 05:07:23 +0200 |
| commit | 533c32df10d6dcd42d0d3701c03c571ad6839b6f (patch) | |
| tree | 8bb13210eba3f5535ed388ff617e980f03cf1f05 /linux-basics/linux-mm-basics/Makefile | |
| parent | c9cbceab01d4afa983dbfa7ee12c5d5e438b78f5 (diff) | |
| parent | 5c4103df94f354dc37e8b2f072336b71e46e1921 (diff) | |
Merge branch 'master' of ssh://tglx.de/home/linutronix/git/schulung
Diffstat (limited to 'linux-basics/linux-mm-basics/Makefile')
| -rw-r--r-- | linux-basics/linux-mm-basics/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linux-basics/linux-mm-basics/Makefile b/linux-basics/linux-mm-basics/Makefile new file mode 100644 index 0000000..5a7cfbe --- /dev/null +++ b/linux-basics/linux-mm-basics/Makefile @@ -0,0 +1,9 @@ +all: + pdflatex pres_linux-mm-basics_en.tex + pdflatex hints_linux-mm-basics_en.tex + pdflatex handout_linux-mm-basics_en.tex + pdflatex handout_linux-mm-basics_en.tex + +clean: + rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out + |
