Yet more name change stuff.

This commit is contained in:
Elf M. Sternberg 2016-06-04 18:05:16 -07:00
parent 53e766b41f
commit 2ad2b0e4fa
2 changed files with 8 additions and 8 deletions

View File

@ -46,7 +46,7 @@ clean-test:
rm -fr htmlcov/
lint:
flake8 py-polymorphic-loader tests
flake8 polyloader tests
test:
py.test
@ -56,15 +56,15 @@ test-all:
tox
coverage:
coverage run --source py-polymorphic-loader py.test
coverage run --source polyloader py.test
coverage report -m
coverage html
$(BROWSER) htmlcov/index.html
docs:
rm -f docs/py-polymorphic-loader.rst
rm -f docs/polyloader.rst
rm -f docs/modules.rst
sphinx-apidoc -o docs/ py-polymorphic-loader
sphinx-apidoc -o docs/ polyloader
$(MAKE) -C docs clean
$(MAKE) -C docs html
$(BROWSER) docs/_build/html/index.html

View File

@ -85,17 +85,17 @@ qthelp:
@echo
@echo "Build finished; now you can run "qcollectiongenerator" with the" \
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/py-polymorphic-loader.qhcp"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/polyloader.qhcp"
@echo "To view the help file:"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/py-polymorphic-loader.qhc"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/polyloader.qhc"
devhelp:
$(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
@echo
@echo "Build finished."
@echo "To view the help file:"
@echo "# mkdir -p $$HOME/.local/share/devhelp/py-polymorphic-loader"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/py-polymorphic-loader"
@echo "# mkdir -p $$HOME/.local/share/devhelp/polyloader"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/polyloader"
@echo "# devhelp"
epub: