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.
severity: minor
-status: open
+status: fixed
summary: Set default user paths according to PEP370
#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