Changeset 3120 for website

Show
Ignore:
Timestamp:
10/15/09 09:32:05 (3 years ago)
Author:
dcorpataux
Message:

allow to set the variables from outside of the Makefile, see http://bitbucket.org/birkenfeld/sphinx/issue/270/

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • website/trunk/Makefile

    r2868 r3120  
    44# You can set these variables from the command line. 
    55SPHINXOPTS    = 
    6 SPHINXBUILD   = sphinx-build 
     6SPHINXBUILD  ?= sphinx-build 
    77PAPER         = 
    8 BUILDDIR      = _build 
     8BUILDDIR     ?= _build 
    99 
    1010# Internal variables.