Add spec document in progress

This commit is contained in:
Kristian Høgsberg 2010-06-07 12:22:48 -04:00
parent 1292383025
commit a7f258221a
3 changed files with 253 additions and 1 deletions

9
spec/Makefile Normal file
View file

@ -0,0 +1,9 @@
include ../config.mk
all : main.pdf
main.pdf : main.tex
pdflatex main.tex
clean :
rm -f main.pdf main.aux main.log