summaryrefslogtreecommitdiff
path: root/protocols/socketcan/Makefile
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2010-12-01 12:08:10 +0100
committerManuel Traut <manut@linutronix.de>2010-12-01 12:08:10 +0100
commitff17613cf37db72955edd0b6bfaeecf573791736 (patch)
tree2a1bb0a67720215d6dc08ff52c183c30e9754af2 /protocols/socketcan/Makefile
parent9634fb0c75c4c3f227772ec9ddf22f992f35013c (diff)
parent4cfb9eb272daf14b7975018df0aa9332971f8d5f (diff)
Merge branch 'continental' of tglx.de:/home/jan/git/schulung into jan
Diffstat (limited to 'protocols/socketcan/Makefile')
-rw-r--r--protocols/socketcan/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/protocols/socketcan/Makefile b/protocols/socketcan/Makefile
new file mode 100644
index 0000000..4663d52
--- /dev/null
+++ b/protocols/socketcan/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
+