diff options
Diffstat (limited to 'doc')
-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 |