File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ include systemd/*.h
22exclude systemd/id128-constants.h
33include README.md
44include LICENSE.txt
5+ include Makefile
56graft docs
Original file line number Diff line number Diff line change @@ -19,9 +19,15 @@ systemd/id128-constants.h: $(INCLUDE_DIR)/systemd/sd-messages.h
1919build : systemd/id128-constants.h
2020 $(PYTHON ) setup.py build
2121
22+ install :
23+ $(PYTHON ) setup.py install --skip-build $(if $(DESTDIR ) ,--root $(DESTDIR ) )
24+
25+ dist :
26+ $(PYTHON ) setup.py sdist
27+
2228SPHINXOPTS = -D version=$(VERSION ) -D release=$(VERSION )
2329sphinx-% : build
2430 PYTHONPATH=$(builddir ) $(SPHINX_BUILD ) -b $* $(SPHINXOPTS ) docs build/docs
2531 @echo Output has been generated in build/docs
2632
27- .PHONY : build
33+ .PHONY : build install dist
You can’t perform that action at this time.
0 commit comments