
.PHONY: hsdocs

hsdocs:
	haddock -h ../Text/Parsers/Frisby.hs -o hsdocs

publish: hsdocs
	cp hsdocs/* /home/john/public_html/computer/frisby/hsdocs
