PappyProxy/Makefile
2016-01-19 18:00:34 -06:00

7 lines
155 B
Makefile

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