Code

Add the presentation slides for the intro and gRPC talks.
[go-talk.git] / tex / Makefile
diff --git a/tex/Makefile b/tex/Makefile
new file mode 100644 (file)
index 0000000..fb8859c
--- /dev/null
@@ -0,0 +1,13 @@
+TOKKEEBEAMER = tokkeebeamer
+include $(TOKKEEBEAMER)/tokkeebeamer.mk
+
+all: go-intro.pdf go-grpc.pdf
+
+go-intro.pdf: go-intro.tex tokkeebeamer/*.sty Makefile
+go-grpc.pdf: go-grpc.tex tokkeebeamer/*.sty Makefile
+
+clean:
+       rm -f *.aux *.log *.nav *.out *.snm *.toc *.vrb
+       rm -f go-intro.pdf go-grpc.pdf
+
+.PHONY: all clean