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 0cf37b3 commit 418aa8fCopy full SHA for 418aa8f
Makefile
@@ -29,7 +29,7 @@ website: docs/sphinx/web/templates/base.html
29
(cd docs && $(MAKE) html SPHINXOPTS="-c sphinx/web" BUILDDIR="website")
30
31
installwebsite: website
32
- (cd docs/website/html && rsync --rsh=ssh --archive --delete --verbose . www.doughellmann.com:/var/www/doughellmann/DocumentRoot/docs/virtualenvwrapper2/)
+ (cd docs/website/html && rsync --rsh=ssh --archive --delete --verbose . www.doughellmann.com:/var/www/doughellmann/DocumentRoot/docs/virtualenvwrapper/)
33
34
# Register the new version on pypi
35
.PHONY: register
0 commit comments