aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2014-01-01 20:20:04 -0500
committercslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2014-01-01 20:20:04 -0500
commit9fc35273c6f7564f61e81f6cefec5f999b4c6a82 (patch)
treec20cbca2a75ab06de65bc1554ceaed91ef269764
parent8f83d5763aeb485be0ebadd8bcd8129d35a26571 (diff)
downloadsteuermann-9fc35273c6f7564f61e81f6cefec5f999b4c6a82.tar.gz
update dist_dev.sm to build the dev version of docs (not x)
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1157 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rw-r--r--sm_new/dist_dev.sm4
1 files changed, 2 insertions, 2 deletions
diff --git a/sm_new/dist_dev.sm b/sm_new/dist_dev.sm
index b8058a5..54ebb69 100644
--- a/sm_new/dist_dev.sm
+++ b/sm_new/dist_dev.sm
@@ -2,13 +2,13 @@
TABLE build_docs HOST arzach
IF ssbdev_dist:
- CMD stsci_python_x_docs RUN "build_sphinxdocs x"
+ CMD stsci_python_dev_docs RUN "build_sphinxdocs dev"
AFTER init/*
TABLE build_docs HOST jwcalibdev
IF ssbdev_dist:
- CMD jwst_x_docs RUN "build_jwst_docs x"
+ CMD jwst_dev_docs RUN "build_jwst_docs dev"
AFTER init/*