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)
|
||||
|
||||
docs:
|
||||
$(MAKE) -C docs apidoc
|
||||
$(MAKE) -C docs apidoc html
|
||||
|
||||
archive:
|
||||
@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"
|
||||
|
||||
ci: check test
|
||||
|
||||
.PHONY: docs
|
||||
|
Loading…
Reference in New Issue
Block a user