blob: 33eb310223d55484207ca9c5c57222aab3c70443 (
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
25
26
|
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
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
|