comparison doc/installation.txt @ 3949:29dfb873b32e

Small documentation cleanup Tweak the doc makefile to make it easier to build just the HTML docs and add a note to README.txt explaining how to do this for users that would prefer to read local docs in their web browser.
author Justus Pendleton <jpend@users.sourceforge.net>
date Fri, 23 Nov 2007 20:56:02 +0000
parents 1dab48842cbd
children 248c3a7bc94d
comparison
equal deleted inserted replaced
3948:81531a2aed59 3949:29dfb873b32e
1 ================== 1 ==================
2 Installing Roundup 2 Installing Roundup
3 ================== 3 ==================
4 4
5 :Version: $Revision: 1.128 $ 5 :Version: $Revision: 1.129 $
6 6
7 .. contents:: 7 .. contents::
8 :depth: 2 8 :depth: 2
9 9
10 10
158 158
159 python setup.py install 159 python setup.py install
160 160
161 If you would like to place the Roundup scripts in a directory other 161 If you would like to place the Roundup scripts in a directory other
162 than ``/usr/bin``, then specify the preferred location with 162 than ``/usr/bin``, then specify the preferred location with
163 ``--install-script``. For example, to install them in 163 ``--install-scripts``. For example, to install them in
164 ``/opt/roundup/bin``:: 164 ``/opt/roundup/bin``::
165 165
166 python setup.py install --install-scripts=/opt/roundup/bin 166 python setup.py install --install-scripts=/opt/roundup/bin
167 167
168 You can also use the ``--prefix`` option to use a completely different 168 You can also use the ``--prefix`` option to use a completely different

Roundup Issue Tracker: http://roundup-tracker.org/