all: ../adt_view
	pandoc -f markdown -t html -H src/header.txt src/index.txt -o index.html
	perl ./gen_ex.pl ../examples




