Add available versions to generated package list documentation.

This commit is contained in:
Todd Gamblin
2014-10-08 14:08:11 -07:00
parent 4c614ac768
commit dd2cea4107
2 changed files with 6 additions and 1 deletions

View File

@@ -42,12 +42,14 @@ gh-pages: _build/html
touch .nojekyll && \
git init && \
git add . && \
git commit -m "Initial commit" && \
git commit -m "Spack Documentation" && \
git push -f $$root master:gh-pages && \
rm -rf .git
upload:
rsync -avz --rsh=ssh --delete _build/html/ cab:/usr/global/web-pages/lc/www/adept/docs/spack
git push -f origin gh-pages
git push -f github gh-pages
apidoc:
sphinx-apidoc -T -o . $(PYTHONPATH)/spack