re-arrange modules, preparing for python-package-index

This commit is contained in:
2014-12-19 00:28:47 +01:00
parent 54ef179788
commit 871600312c
31 changed files with 37 additions and 332 deletions

View File

@@ -10,9 +10,10 @@ pep8:
test:
python3 ./tests/test_cli.py
.PHONY: doc
doc:
$(MAKE) -C docs html
@echo "xdg-open docs/build/html/index.html"
$(MAKE) -C doc html
@echo "xdg-open doc/build/html/index.html"
clean:
$(MAKE) -C docs clean