fix makeinstall

This commit is contained in:
holger krekel 2011-11-18 21:28:14 +00:00
parent cf02fb60c1
commit 59b8ea1746
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ clean:
-rm -rf $(BUILDDIR)/*
install: html
-avz _build/html/ pytest.org:/www/pytest.org/latest
rsync -avz _build/html/ pytest.org:/www/pytest.org/latest
installpdf: latexpdf
@scp $(BUILDDIR)/latex/pytest.pdf pytest.org:/www/pytest.org/latest