diff options
author | James Turner <jturner@gemini.edu> | 2017-02-23 09:48:32 -0500 |
---|---|---|
committer | James Turner <jturner@gemini.edu> | 2017-02-23 09:48:32 -0500 |
commit | b43c07f68bf7ee7d2d729a0299a41687d538ac44 (patch) | |
tree | 48893bdefe6c86872a4f62e930cb6d1d7643d3da /gemini.disco_stu/build.sh | |
parent | 3e691e50f50cca830fd0243a807415d7f85fb8a8 (diff) | |
download | astroconda-iraf-b43c07f68bf7ee7d2d729a0299a41687d538ac44.tar.gz |
Rename gemini.disco_stu to disco_stu, for consistency with the python package (until such time as we actually use a namespace package).
Diffstat (limited to 'gemini.disco_stu/build.sh')
-rw-r--r-- | gemini.disco_stu/build.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gemini.disco_stu/build.sh b/gemini.disco_stu/build.sh deleted file mode 100644 index ee4a3eb..0000000 --- a/gemini.disco_stu/build.sh +++ /dev/null @@ -1,6 +0,0 @@ -(cd doc/ && make html && make latexpdf) || exit 1 - -python setup.py install || exit 1 - -cp -p LICENSE ${PREFIX}/share/disco_stu/ - |