From d4c1ddcc90c1e2e8660598fc36b3772d2bff6816 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 15 May 2008 23:08:33 +0000 Subject: 1 Moved the stuff to trunk! --- docs/VS2007/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/VS2007/Makefile (limited to 'docs/VS2007/Makefile') diff --git a/docs/VS2007/Makefile b/docs/VS2007/Makefile new file mode 100644 index 0000000..65ce517 --- /dev/null +++ b/docs/VS2007/Makefile @@ -0,0 +1,9 @@ +all: + rubber -d verteilte-systeme.tex +touch: + touch verteilte-systeme.tex + rubber -d verteilte-systeme.tex +pdf: all + xpdf verteilte-systeme.pdf +clean: + rm -f *.{pdf,aux,log,tec} -- cgit v1.2.3