aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sm_new/dist_dev.sm13
-rw-r--r--sm_new/dist_x.sm13
-rw-r--r--sm_new/test_dev.sm1
3 files changed, 27 insertions, 0 deletions
diff --git a/sm_new/dist_dev.sm b/sm_new/dist_dev.sm
index 3df95d8..b8058a5 100644
--- a/sm_new/dist_dev.sm
+++ b/sm_new/dist_dev.sm
@@ -1,4 +1,17 @@
+TABLE build_docs HOST arzach
+
+ IF ssbdev_dist:
+ CMD stsci_python_x_docs RUN "build_sphinxdocs x"
+ AFTER init/*
+
+TABLE build_docs HOST jwcalibdev
+
+ IF ssbdev_dist:
+ CMD jwst_x_docs RUN "build_jwst_docs x"
+ AFTER init/*
+
+
TABLE distribute HOST nott
IF ssbdev_dist:
diff --git a/sm_new/dist_x.sm b/sm_new/dist_x.sm
index f2deeb8..9ea09d2 100644
--- a/sm_new/dist_x.sm
+++ b/sm_new/dist_x.sm
@@ -1,4 +1,17 @@
+TABLE build_docs HOST arzach
+
+ IF ssbx_dist:
+ CMD stsci_python_dev_docs RUN "build_sphinxdocs dev"
+ AFTER init/*
+
+TABLE build_docs HOST jwcalibdev
+
+ IF ssbx_dist:
+ CMD jwst_dev_docs RUN "build_jwst_docs dev"
+ AFTER init/*
+
+
TABLE distribute HOST nott
IF ssbx_dist:
diff --git a/sm_new/test_dev.sm b/sm_new/test_dev.sm
index 6948d58..abb9aff 100644
--- a/sm_new/test_dev.sm
+++ b/sm_new/test_dev.sm
@@ -4,6 +4,7 @@ TABLE test_dev HOST arzach banana cadeau nott jwcalibdev
IF ssbdev_test:
CMD install_dev RUN "install_ssb_ureka dev"
AFTER init/*
+ AFTER OPT build_docs/*
TABLE test_dev HOST cadeau