Skip to content

Commit 281bcff

Browse files
committed
add register rule
1 parent 5e3b2c6 commit 281bcff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ website: docs/sphinx/web/templates/base.html
2222
installwebsite: website
2323
(cd docs/website/html && rsync --rsh=ssh --archive --delete --verbose . www.doughellmann.com:/var/www/doughellmann/DocumentRoot/docs/virtualenvwrapper2/)
2424

25+
# Register the new version on pypi
26+
.PHONY: register
27+
register:
28+
python setup.py register
29+
2530
# Copy the base template from my website build directory
2631
docs/sphinx/web/templates/base.html: ~/Devel/doughellmann/doughellmann/templates/base.html
2732
cp $< $@

0 commit comments

Comments
 (0)