diff --git a/Makefile b/Makefile index 7650be7..4eed6ea 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/docs/Makefile b/docs/Makefile index 09d7d1d..df31074 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -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: