diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-03 00:21:58 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 11:17:29 -0400 |
commit | de099b6ee015d6ab9930d615c948c0b78629c902 (patch) | |
tree | 9e874c82cb6812593c80b192deb2946986bacb90 /pandeia-engine/build.sh | |
parent | 25d4d41850ffeb0ba15f60b4760f9f98e6837b5b (diff) | |
download | astroconda-dev-de099b6ee015d6ab9930d615c948c0b78629c902.tar.gz |
No point in keeping this around
Diffstat (limited to 'pandeia-engine/build.sh')
-rw-r--r-- | pandeia-engine/build.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pandeia-engine/build.sh b/pandeia-engine/build.sh deleted file mode 100644 index 51c2412..0000000 --- a/pandeia-engine/build.sh +++ /dev/null @@ -1,10 +0,0 @@ - - -( cd engine && \ -(python setup.py install || exit 1 ) ) && \ -( cd ui && \ -(python setup.py install || exit 1 ) ) - -DOCDIR="$PREFIX/share/doc/pandeia-engine" -mkdir -p $DOCDIR -cp -a doc/{api_overview,user,install} $DOCDIR
\ No newline at end of file |