From 9633dda5d7685d374f2a38e74bb7b55c4a983ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=27Morty=27=20Str=C3=BCbe?= Date: Fri, 23 Aug 2013 16:35:44 +0200 Subject: [PATCH] Makefile to generate documentation --- documentation/Makefile | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 documentation/Makefile diff --git a/documentation/Makefile b/documentation/Makefile new file mode 100644 index 0000000..e2032b7 --- /dev/null +++ b/documentation/Makefile @@ -0,0 +1,28 @@ + +all: rs.pdf iwsn.pdf snaa.pdf + +rs.pdf:rs/rs-documentation.pdf + cp $< $@ + +iwsn.pdf:iwsn/apis.pdf + cp $< $@ + +snaa.pdf:snaa/snaa-documentation.pdf + cp $< $@ + +%.pdf:%.tex + cd $(