aboutsummaryrefslogtreecommitdiff
path: root/sm/dist_dev.sm
blob: 0dff1fee030b4ba41c3da623ae9e231afe6a9c38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

TABLE build_docs HOST cadeau

    IF ssbdev_dist:
    CMD stsci_python_dev_docs RUN "build_sphinxdocs dev"
        AFTER OPT test_dev/install_dev

TABLE build_docs HOST jwcalibdev

    IF ssbdev_dist:
    CMD jwst_dev_docs RUN "build_jwst_docs dev"
        AFTER OPT test_dev/install_dev


TABLE distribute HOST nott

    IF ssbdev_dist:
    CMD sync_ssbdev RUN "synctool - ssbdev"
        AFTER nott:test_dev/install_dev

    IF ssbdev_dist:
    CMD sync_envconfig RUN "synctool - envconfig.mac"
        AFTER sync_ssbdev