Skip to content

Commit

Permalink
Added Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cbx33 committed Mar 2, 2011
1 parent 7aa86b0 commit 507bfdf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 507bfdf

Please sign in to comment.