Yet more name change stuff.
This commit is contained in:
parent
53e766b41f
commit
2ad2b0e4fa
8
Makefile
8
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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue