summaryrefslogtreecommitdiff
path: root/linux-basics/networking/Makefile
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2011-01-24 18:09:41 +0100
committerManuel Traut <manut@linutronix.de>2011-01-24 18:09:41 +0100
commit95577aa82d409b2a5d6c34a0b48ea3354ed96b6e (patch)
treecbf8e6d40ce2eebc2e808aa98ace9c11f342daa5 /linux-basics/networking/Makefile
parent831c9a7ca5e20ee79a90d970769f7b362a7e3626 (diff)
parent115bace1e4e376c602ac27c9eff699ef68e9be90 (diff)
Merge branches 'master' and 'updates' of ssh://tglx.de/home/jan/git/schulung into jan
Diffstat (limited to 'linux-basics/networking/Makefile')
-rw-r--r--linux-basics/networking/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/linux-basics/networking/Makefile b/linux-basics/networking/Makefile
new file mode 100644
index 0000000..4663d52
--- /dev/null
+++ b/linux-basics/networking/Makefile
@@ -0,0 +1,9 @@
+all:
+ for pdf in `ls -1 *.tex` ; do \
+ pdflatex $$pdf; \
+ pdflatex $$pdf; \
+ done
+
+clean:
+ rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out
+