diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-04-03 15:24:46 -0400 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-04-03 15:24:46 -0400 |
commit | 74ceda1dce32fb9541f489080eb9729500369e37 (patch) | |
tree | e2fe984bf0a40a5a0efb23e7bb08dc1740852f13 | |
parent | 5653b3bf69d9e879ffa8675483f01b17381e245d (diff) | |
download | steuermann-74ceda1dce32fb9541f489080eb9729500369e37.tar.gz |
don't build docs until after installing new build
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1215 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rw-r--r-- | sm/dist_dev.sm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sm/dist_dev.sm b/sm/dist_dev.sm index ec9d8de..33eb310 100644 --- a/sm/dist_dev.sm +++ b/sm/dist_dev.sm @@ -4,12 +4,14 @@ TABLE build_docs HOST cadeau IF ssbdev_dist: CMD stsci_python_dev_docs RUN "build_sphinxdocs dev" AFTER init/* + AFTER OPT test_dev/install_dev TABLE build_docs HOST jwcalibdev IF ssbdev_dist: CMD jwst_dev_docs RUN "build_jwst_docs dev" AFTER init/* + AFTER OPT test_dev/install_dev TABLE distribute HOST nott |