diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..2420491 --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +all: clean pdf html + +pdf: + pdflatex gitt.tex + +html: + latex2html -html 4.0,unicode,latin1,utf8 -split 2 gitt.tex + +clean: + rm gitt -Rf