diff options
| author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-03-19 11:22:10 -0400 |
|---|---|---|
| committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-03-19 13:17:13 -0400 |
| commit | 3f9386a4359219991dba3fd5f770f348270e178b (patch) | |
| tree | 41d6f08ca791a5ff7fcfef088e1837d02fe80a3b /Makefile | |
| parent | ae08cbfe1101c452bcd98726bcfbafbc1a5e5b9f (diff) | |
| download | python-systemd-3f9386a4359219991dba3fd5f770f348270e178b.tar.gz | |
Makefile: add "doc" target for convenience
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -55,6 +55,8 @@ sphinx-%: build PYTHONPATH=$(builddir) $(SPHINX_BUILD) -b $* $(SPHINXOPTS) docs build/$* @echo Output has been generated in build/$* +doc: sphinx-html + check: build (cd $(builddir) && $(PYTHON) -m pytest . ../../docs $(TESTFLAGS)) @@ -68,4 +70,4 @@ upload: dist/systemd-python-$(VERSION).tar.gz dist/systemd-python-$(VERSION).tar TAGS: $(shell git ls-files systemd/*.[ch]) $(ETAGS) $+ -.PHONY: build install dist sign upload clean distclean TAGS doc-sync +.PHONY: build install dist sign upload clean distclean TAGS doc doc-sync |
