From fbbedf048a3ad65a33f74e63d810428717a08785 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Sat, 16 Jan 2010 03:08:03 +0000 Subject: add make webup --- doc/numpy.scipy.org/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/numpy.scipy.org') diff --git a/doc/numpy.scipy.org/Makefile b/doc/numpy.scipy.org/Makefile index 4d73b08f1..c8c29de7f 100644 --- a/doc/numpy.scipy.org/Makefile +++ b/doc/numpy.scipy.org/Makefile @@ -110,3 +110,7 @@ doctest: $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) build/doctest @echo "Testing of doctests in the sources finished, look at the " \ "results in build/doctest/output.txt." + +webup: + @echo "Copying html files to numpy.scipy.org..." + rsync -avH -e ssh _build/html/ jarrod.millman@numpy.scipy.org:/srv/www/numpy -- cgit v1.2.1