##// 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 @echo "pdf latex and then runs the PDF generation"
34 @echo "pdf latex and then runs the PDF generation"
35 @echo "all html and pdf"
35 @echo "all html and pdf"
36 @echo "dist all, and then puts the results in dist/"
36 @echo "dist all, and then puts the results in dist/"
37 @echo "gitwash-update update git workflow from source repo"
38
37
39 clean_api:
38 clean_api:
40 -rm -rf $(SRCDIR)/api/generated
39 -rm -rf $(SRCDIR)/api/generated
@@ -135,9 +134,6 b' linkcheck:'
135 @echo "Link check complete; look for any errors in the above output " \
134 @echo "Link check complete; look for any errors in the above output " \
136 "or in build/linkcheck/output.rst."
135 "or in build/linkcheck/output.rst."
137
136
138 gitwash-update:
139 python ../tools/gitwash_dumper.py source/development ipython
140
141 nightly: dist
137 nightly: dist
142 rsync -avH --delete dist/ ipython:www/doc/nightly
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