summaryrefslogtreecommitdiff
path: root/linux-basics/filesystem-structure/Makefile
diff options
context:
space:
mode:
authorHans J. Koch <hjk@linutronix.de>2009-06-17 22:53:34 +0200
committerHans J. Koch <hjk@linutronix.de>2009-06-17 22:53:34 +0200
commit4cf35b9e1368f3b36c780e62eb397950983acc0d (patch)
tree0cc6cdfa69a4f9eeb05120412679b06ea7c11e8d /linux-basics/filesystem-structure/Makefile
parent60a7cc5df57e39f5ea34f76f3464741192686ad2 (diff)
handout/hints for linux-basics/filesystem-structure
Diffstat (limited to 'linux-basics/filesystem-structure/Makefile')
-rw-r--r--linux-basics/filesystem-structure/Makefile9
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
+