A => .hgignore +10 -0
@@ 0,0 1,10 @@
+syntax: glob
+
+*~
+
+presentation/byocm.aux
+presentation/byocm.log
+presentation/byocm.nav
+presentation/byocm.out
+presentation/byocm.pdf
+presentation/byocm.toc
No newline at end of file
A => Makefile +6 -0
@@ 0,0 1,6 @@
+.PHONY: all presentation
+
+all: presentation
+
+presentation:
+ $(MAKE) -C presentation
A => presentation/Makefile +8 -0
@@ 0,0 1,8 @@
+.PHONY: all
+
+all: byocm.pdf
+
+byocm.pdf: byocm.tex
+ pdflatex byocm.tex
+ pdflatex byocm.tex
+ pdflatex byocm.tex