7 lines
155 B
Makefile
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
|