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 5e3b2c6 commit 281bcffCopy full SHA for 281bcff
Makefile
@@ -22,6 +22,11 @@ website: docs/sphinx/web/templates/base.html
22
installwebsite: website
23
(cd docs/website/html && rsync --rsh=ssh --archive --delete --verbose . www.doughellmann.com:/var/www/doughellmann/DocumentRoot/docs/virtualenvwrapper2/)
24
25
+# Register the new version on pypi
26
+.PHONY: register
27
+register:
28
+ python setup.py register
29
+
30
# Copy the base template from my website build directory
31
docs/sphinx/web/templates/base.html: ~/Devel/doughellmann/doughellmann/templates/base.html
32
cp $< $@
0 commit comments