diff options
author | W. Trevor King <wking@drexel.edu> | 2011-11-08 07:14:43 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2011-11-08 07:14:43 -0500 |
commit | 1512c0e2a64e19c8d4e5697257a4df5ddd8bc727 (patch) | |
tree | adad804ba4fc7a5178f7708f800c252a0b0fd826 /doc/install.txt | |
parent | 231dc0a3570f74f63b538544bdc805b71f5f6af0 (diff) | |
download | bugseverywhere-1512c0e2a64e19c8d4e5697257a4df5ddd8bc727.tar.gz |
Correct doc/install.txt to refer to INSTALL_OPTIONS instead of PREFIX.
This catches the docs up with the changes made in:
commit a7ad89a6ad7da55089e6f9a4cdd645b7079ee04e
Author: W. Trevor King <wking@drexel.edu>
Date: Sat Apr 16 21:26:02 2011 -0400
Diffstat (limited to 'doc/install.txt')
-rw-r--r-- | doc/install.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install.txt b/doc/install.txt index fd2bcaf..bd82ee6 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -41,8 +41,8 @@ to build some auto-generated files (e.g. :mod:`libbe._version`), and:: $ make install to install BE. By default BE will install into your home directory, -but you can tweak the ``PREFIX`` variable in ``Makefile`` to install -to another location. +but you can tweak the ``INSTALL_OPTIONS`` variable in ``Makefile`` to +install to another location. By default, ``make`` builds both a man page for ``be`` and the HTML Sphinx documentation (:doc:`doc`). You can customize the |