From 256c42a34ccb19efdaca2771bfdcd52ca22ef77d Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Wed, 18 Dec 2013 11:18:11 -0800 Subject: Added a target to upload docs automatically. --- lib/spack/docs/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/spack/docs/Makefile b/lib/spack/docs/Makefile index 99d1cbaff6..0781fcb8ad 100644 --- a/lib/spack/docs/Makefile +++ b/lib/spack/docs/Makefile @@ -21,6 +21,9 @@ I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . all: html +upload: + rsync -avz --rsh=ssh --delete _build/html/ cab:/usr/global/web-pages/lc/www/adept/docs/spack + apidoc: sphinx-apidoc -T -o . $(PYTHONPATH)/spack -- cgit v1.2.3-60-g2f50