-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1914 from RonnyPfannschmidt/docs-remove-getdoctarget
docs: remove the need for special scripts
- Loading branch information
Showing
3 changed files
with
3 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,10 +19,9 @@ REGENDOC_ARGS := \ | |
--normalize "@/tmp/pytest-of-.*/pytest-\d+@PYTEST_TMPDIR@" \ | ||
|
||
|
||
|
||
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest | ||
|
||
|
||
help: | ||
@echo "Please use \`make <target>' where <target> is one of" | ||
@echo " html to make standalone HTML files" | ||
|
@@ -36,22 +35,6 @@ help: | |
clean: | ||
-rm -rf $(BUILDDIR)/* | ||
|
||
SITETARGET=$(shell ./_getdoctarget.py) | ||
|
||
showtarget: | ||
@echo $(SITETARGET) | ||
|
||
install: html | ||
# for access talk to someone with login rights to | ||
# [email protected] to add your ssh key | ||
rsync -avz _build/html/ [email protected]:pytest.org/$(SITETARGET) | ||
|
||
installpdf: latexpdf | ||
@scp $(BUILDDIR)/latex/pytest.pdf [email protected]:pytest.org/$(SITETARGET) | ||
|
||
installall: clean install installpdf | ||
@echo "done" | ||
|
||
regen: | ||
PYTHONDONTWRITEBYTECODE=1 COLUMNS=76 regendoc --update *.rst */*.rst ${REGENDOC_ARGS} | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters