make docs now also builds html
This commit is contained in:
parent
2f3de6060b
commit
2ed8b7f86e
4
Makefile
4
Makefile
@ -42,7 +42,7 @@ tag:
|
|||||||
git tag -f $(TAG)
|
git tag -f $(TAG)
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
$(MAKE) -C docs apidoc
|
$(MAKE) -C docs apidoc html
|
||||||
|
|
||||||
archive:
|
archive:
|
||||||
@git archive --format=tar --prefix=$(PKGNAME)-$(VERSION)/ $(TAG) > $(PKGNAME)-$(VERSION).tar
|
@git archive --format=tar --prefix=$(PKGNAME)-$(VERSION)/ $(TAG) > $(PKGNAME)-$(VERSION).tar
|
||||||
@ -62,3 +62,5 @@ local:
|
|||||||
@echo "The archive is in $(PKGNAME)-$(VERSION).tar.gz"
|
@echo "The archive is in $(PKGNAME)-$(VERSION).tar.gz"
|
||||||
|
|
||||||
ci: check test
|
ci: check test
|
||||||
|
|
||||||
|
.PHONY: docs
|
||||||
|
Loading…
Reference in New Issue
Block a user