diff options
| author | Manuel Traut <manut@linutronix.de> | 2009-06-18 00:58:35 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2009-06-18 00:58:35 +0200 |
| commit | f796210d48012d552f0a7f5ac5d218086c7f9f0a (patch) | |
| tree | 738d83a412a43b1c2bb0de95ce507690dd0186b8 /linux-basics/filesystem-structure/Makefile | |
| parent | ebf3d4d999db7ccd8449db6d093b396bb704d214 (diff) | |
| parent | 9084eb6077a05ffa21d8d48692b3ee826f6d3510 (diff) | |
Merge branch 'master' of ssh://tglx.de/home/linutronix/git/schulung
Diffstat (limited to 'linux-basics/filesystem-structure/Makefile')
| -rw-r--r-- | linux-basics/filesystem-structure/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linux-basics/filesystem-structure/Makefile b/linux-basics/filesystem-structure/Makefile new file mode 100644 index 0000000..1e609fd --- /dev/null +++ b/linux-basics/filesystem-structure/Makefile @@ -0,0 +1,9 @@ +all: + pdflatex pres_file-system-structure_de.tex + pdflatex hints_file-system-structure_de.tex + pdflatex handout_file-system-structure_de.tex + pdflatex handout_file-system-structure_de.tex + +clean: + rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out + |
