mirror of https://github.com/celery/kombu.git
Fix make docs target
This commit is contained in:
parent
9de4785dd9
commit
fb520a0643
8
Makefile
8
Makefile
|
@ -64,11 +64,13 @@ bump-major:
|
|||
release:
|
||||
python setup.py register sdist bdist_wheel upload --sign --identity="$(PGPIDENT)"
|
||||
|
||||
Documentation:
|
||||
build-docs:
|
||||
(cd "$(SPHINX_DIR)"; $(MAKE) html)
|
||||
mv "$(SPHINX_HTMLDIR)" $(DOCUMENTATION)
|
||||
|
||||
docs: Documentation
|
||||
Documentation:
|
||||
ln -sf "$(SPHINX_HTMLDIR)" $@
|
||||
|
||||
docs: build-docs Documentation
|
||||
|
||||
clean-docs:
|
||||
-rm -rf "$(SPHINX_BUILDDIR)"
|
||||
|
|
Loading…
Reference in New Issue