debian-python-pyexcel-io/Makefile

9 lines
149 B
Makefile
Raw Normal View History

2014-12-07 13:57:07 +01:00
all: test
test:
bash test.sh
document:
2017-06-13 09:53:57 +02:00
sphinx-autogen -o docs/source/generated/ docs/source/*.rst
sphinx-build -b html docs/source/ docs/build/