diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2013-12-18 11:18:11 -0800 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2013-12-18 11:18:11 -0800 |
commit | 256c42a34ccb19efdaca2771bfdcd52ca22ef77d (patch) | |
tree | 31971c3baeef5478cde4e38dd2724fff9ea7f430 /lib | |
parent | 7be511a352d2bd84a7dbceb7a9a94c43ad77683b (diff) | |
download | spack-256c42a34ccb19efdaca2771bfdcd52ca22ef77d.tar.gz spack-256c42a34ccb19efdaca2771bfdcd52ca22ef77d.tar.bz2 spack-256c42a34ccb19efdaca2771bfdcd52ca22ef77d.tar.xz spack-256c42a34ccb19efdaca2771bfdcd52ca22ef77d.zip |
Added a target to upload docs automatically.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/docs/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |