PappyProxy/Makefile
Rob Glew f4bbd15c68 Release 0.0.2
Soooo much stuff. Features, bugfixes, all that.
2015-12-28 22:38:17 -06:00

6 lines
118 B
Makefile

docs:
pandoc --from=markdown --to=rst --output=docs/source/overview.rst README.md
cd docs; make html
.PHONY: docs