summaryrefslogblamecommitdiff
path: root/Makefile
blob: 0a15b166da9130e1631be15cd2c55db43589dbfe (plain) (tree)
1
2
3
4
5
6
7






                                                                     
all: arfnet2.html arfnet2.pdf

arfnet2.html: arfnet2.md template.html
	pandoc --template template.html -s arfnet2.md -o arfnet2.html

arfnet2.pdf: arfnet2.md
	pandoc -s arfnet2.md -o arfnet2.pdf