fix makeinstall
This commit is contained in:
parent
cf02fb60c1
commit
59b8ea1746
|
@ -40,7 +40,7 @@ clean:
|
||||||
-rm -rf $(BUILDDIR)/*
|
-rm -rf $(BUILDDIR)/*
|
||||||
|
|
||||||
install: html
|
install: html
|
||||||
-avz _build/html/ pytest.org:/www/pytest.org/latest
|
rsync -avz _build/html/ pytest.org:/www/pytest.org/latest
|
||||||
|
|
||||||
installpdf: latexpdf
|
installpdf: latexpdf
|
||||||
@scp $(BUILDDIR)/latex/pytest.pdf pytest.org:/www/pytest.org/latest
|
@scp $(BUILDDIR)/latex/pytest.pdf pytest.org:/www/pytest.org/latest
|
||||||
|
|
Loading…
Reference in New Issue