aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2011-04-16 21:26:02 -0400
committerW. Trevor King <wking@drexel.edu>2011-04-16 21:26:15 -0400
commita7ad89a6ad7da55089e6f9a4cdd645b7079ee04e (patch)
tree8e7b603098c3b435ed5b5fd5f6b1fa16b0114c47 /Makefile
parent54890dcdeb3d81c2674bf4429f968852b361f949 (diff)
downloadbugseverywhere-a7ad89a6ad7da55089e6f9a4cdd645b7079ee04e.tar.gz
Fix /64c by installing with `--user` by default (vs. --prefix=${HOME}).
This way users don't need to mess with PYTHONPATH. They'll still need to tweak PATH so they can find the be entry script.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fce6060..ca8e735 100644
--- a/Makefile
+++ b/Makefile
@@ -32,9 +32,8 @@ RST2HTML = /usr/bin/rst2html
#PATH = /usr/bin:/bin # must include sphinx-build for 'sphinx' target.
-#PREFIX = /usr/local
-PREFIX = ${HOME}
-INSTALL_OPTIONS = "--prefix=${PREFIX}"
+#INSTALL_OPTIONS = "--prefix=/usr/local"
+INSTALL_OPTIONS = "--user"
# Select the documentation you wish to build
DOC = sphinx man