We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd87e4 commit b5bf72dCopy full SHA for b5bf72d
Makefile
@@ -14,7 +14,6 @@ help:
14
@echo ' make doc Generate the documentation '
15
@echo ' make dist Generate a distributable package '
16
@echo ' make minify Minify Django.js with yuglify '
17
- @echo ' make release Bump a version and publish it on PyPI '
18
@echo ' make clean Remove all temporary and generated artifacts'
19
@echo ' '
20
@@ -44,11 +43,6 @@ dist:
44
43
minify:
45
@./minify.sh
46
47
-release: minify
48
- @echo 'Bumping version and publishing it'
49
- @./release.sh
50
- @echo 'Done'
51
-
52
clean:
53
rm -fr $(DISTDIR)
54
0 commit comments