We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0340455 commit 1d58dabCopy full SHA for 1d58dab
Makefile
@@ -1,7 +1,16 @@
1
# Get the version of the app. This is used in the doc build.
2
export VERSION=$(shell python setup.py --version)
3
4
-# Default target is to build the source distribution.
+# Default target is to show help
5
+help:
6
+ @echo "sdist - Source distribution"
7
+ @echo "html - HTML documentation"
8
+ @echo "register - register a new release on PyPI"
9
+ @echo "website - build web version of docs"
10
+ @echo "installwebsite - deploy web version of docs"
11
+ @echo "develop - install development version"
12
+
13
14
.PHONY: sdist
15
sdist: html
16
python setup.py sdist
0 commit comments