Skip to content

Commit 418aa8f

Browse files
committed
fix install dir for web docs
1 parent 0cf37b3 commit 418aa8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ website: docs/sphinx/web/templates/base.html
2929
(cd docs && $(MAKE) html SPHINXOPTS="-c sphinx/web" BUILDDIR="website")
3030

3131
installwebsite: website
32-
(cd docs/website/html && rsync --rsh=ssh --archive --delete --verbose . www.doughellmann.com:/var/www/doughellmann/DocumentRoot/docs/virtualenvwrapper2/)
32+
(cd docs/website/html && rsync --rsh=ssh --archive --delete --verbose . www.doughellmann.com:/var/www/doughellmann/DocumentRoot/docs/virtualenvwrapper/)
3333

3434
# Register the new version on pypi
3535
.PHONY: register

0 commit comments

Comments
 (0)