summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Traut <manut@linutronix.de>2010-10-13 16:56:37 +0200
committerManuel Traut <manut@linutronix.de>2010-10-13 16:56:37 +0200
commit8befecfca01c0675ed5c645bc280f2dba47f8cba (patch)
treee7e10000a71c7f84a7119ea5fa3582d856bd92f2 /Makefile
parentbb4eefa52e5a886f9ad2a09583be3014f8e5993d (diff)
simplify makefiles
Signed-off-by: Manuel Traut <manut@linutronix.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e2ed503..639333d 100644
--- a/Makefile
+++ b/Makefile
@@ -8,3 +8,7 @@ all clean::
(cd $$dir && make $@); \
done
+pdf::
+ rm -rf pdf
+ mkdir pdf
+ find . -name *.pdf | xargs cp -t pdf/