summaryrefslogtreecommitdiff
path: root/pandeia-engine/build.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2016-04-03 00:21:58 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2016-04-19 11:17:29 -0400
commitde099b6ee015d6ab9930d615c948c0b78629c902 (patch)
tree9e874c82cb6812593c80b192deb2946986bacb90 /pandeia-engine/build.sh
parent25d4d41850ffeb0ba15f60b4760f9f98e6837b5b (diff)
downloadastroconda-dev-de099b6ee015d6ab9930d615c948c0b78629c902.tar.gz
No point in keeping this around
Diffstat (limited to 'pandeia-engine/build.sh')
-rw-r--r--pandeia-engine/build.sh10
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