##// END OF EJS Templates
Merge pull request #8516 from takluyver/make-no-gitwash...
Matthias Bussonnier -
r21436:db282c7a merge
parent child Browse files
Show More
@@ -34,7 +34,6 b' help:'
34 34 @echo "pdf latex and then runs the PDF generation"
35 35 @echo "all html and pdf"
36 36 @echo "dist all, and then puts the results in dist/"
37 @echo "gitwash-update update git workflow from source repo"
38 37
39 38 clean_api:
40 39 -rm -rf $(SRCDIR)/api/generated
@@ -135,9 +134,6 b' linkcheck:'
135 134 @echo "Link check complete; look for any errors in the above output " \
136 135 "or in build/linkcheck/output.rst."
137 136
138 gitwash-update:
139 python ../tools/gitwash_dumper.py source/development ipython
140
141 137 nightly: dist
142 138 rsync -avH --delete dist/ ipython:www/doc/nightly
143 139
General Comments 0
You need to be logged in to leave comments. Login now