diff options
author | James Turner <jturner@gemini.edu> | 2017-02-22 19:33:59 -0500 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2017-02-22 19:33:59 -0500 |
commit | 2f0224f0855298cf74c45b1c3b1bbf108a2673e3 (patch) | |
tree | b59c1632e9aca8dc49622d6e93fdad40074f3846 /gemini.disco_stu/build.sh | |
parent | bfb364c96d98f950b03d27556ee347efe0023547 (diff) | |
download | astroconda-iraf-2f0224f0855298cf74c45b1c3b1bbf108a2673e3.tar.gz |
Update disco_stu (test) version, build the docs as part of the conda package and include the LICENSE file.
Diffstat (limited to 'gemini.disco_stu/build.sh')
-rw-r--r-- | gemini.disco_stu/build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gemini.disco_stu/build.sh b/gemini.disco_stu/build.sh index 0b6fbde..46308bd 100644 --- a/gemini.disco_stu/build.sh +++ b/gemini.disco_stu/build.sh @@ -1,2 +1,4 @@ +(cd doc/ && make html && make latexpdf) || exit 1 + python setup.py install |