Files
deb-python-daemonize/Makefile
Ilya Otyutskiy 584014dae2 Add "docs" target to Makefile.
Closes #37.
2015-12-20 22:14:25 +03:00

11 lines
155 B
Makefile

all: clean upload
clean:
rm -rf dist daemonize.egg-info
upload:
python setup.py sdist bdist_wheel upload
docs:
sphinx-build -b html docs docs/_build