summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 30caa1f3b..03b327079 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -17,7 +17,7 @@ PAPEROPT_letter = -D latex_paper_size=letter
ALLSPHINXOPTS = -d build/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
.PHONY: help clean html web pickle htmlhelp latex changes linkcheck \
- dist dist-build
+ dist dist-build gitwash-update
#------------------------------------------------------------------------------
@@ -31,10 +31,18 @@ help:
@echo " linkcheck to check all external links for integrity"
@echo " dist PYVER=... to make a distribution-ready tree"
@echo " upload USER=... to upload results to docs.scipy.org"
+ @echo " gitwash-update GITWASH=path/to/gitwash update gitwash developer docs"
clean:
-rm -rf build/* source/reference/generated
+gitwash-update:
+ rm -rf source/dev/gitwash
+ install -d source/dev/gitwash
+ python $(GITWASH)/gitwash_dumper.py source/dev NumPy \
+ --repo-name=numpy \
+ --github-user=numpy
+ cat source/dev/gitwash_links.txt >> source/dev/gitwash/git_links.inc
#------------------------------------------------------------------------------
# Automated generation of all documents