Skip to content

Commit 3f9386a

Browse files
committed
Makefile: add "doc" target for convenience
1 parent ae08cbf commit 3f9386a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ sphinx-%: build
5555
PYTHONPATH=$(builddir) $(SPHINX_BUILD) -b $* $(SPHINXOPTS) docs build/$*
5656
@echo Output has been generated in build/$*
5757

58+
doc: sphinx-html
59+
5860
check: build
5961
(cd $(builddir) && $(PYTHON) -m pytest . ../../docs $(TESTFLAGS))
6062

@@ -68,4 +70,4 @@ upload: dist/systemd-python-$(VERSION).tar.gz dist/systemd-python-$(VERSION).tar
6870
TAGS: $(shell git ls-files systemd/*.[ch])
6971
$(ETAGS) $+
7072

71-
.PHONY: build install dist sign upload clean distclean TAGS doc-sync
73+
.PHONY: build install dist sign upload clean distclean TAGS doc doc-sync

0 commit comments

Comments
 (0)