File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ PAPEROPT_a4 = -D latex_paper_size=a4
1212PAPEROPT_letter = -D latex_paper_size=letter
1313ALLSPHINXOPTS = -d $(BUILDDIR ) /doctrees $(PAPEROPT_$(PAPER ) ) $(SPHINXOPTS ) .
1414
15- SITETARGET =latest
1615
1716.PHONY : help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
1817
@@ -43,11 +42,15 @@ help:
4342clean :
4443 -rm -rf $(BUILDDIR ) /*
4544
45+ SITETARGET =dev
46+
4647install : html
47- rsync -avz _build/html/ pytest.org:/www/pytest.org/$(SITETARGET )
48+ # for access talk to someone with login rights to
49+ # [email protected] to add your ssh key 50+ rsync -avz _build/html/
[email protected] :/www/pytest.org/
$(SITETARGET ) 4851
4952installpdf : latexpdf
50- @scp $(BUILDDIR ) /latex/pytest.pdf pytest.org:/www/pytest.org/$(SITETARGET )
53+ @scp $(BUILDDIR ) /latex/pytest.pdf pytest-dev@pytest .org:/www/pytest.org/$(SITETARGET )
5154
5255installall : clean install installpdf
5356 @echo " done"
You can’t perform that action at this time.
0 commit comments