doc/Makefile
changeset 10093 a43ae5777221
parent 10001 3fb77d6cb9e5
parent 10092 f1bf64abcb1b
child 10555 091dddf05764
equal deleted inserted replaced
10087:b1982715c435 10093:a43ae5777221
     4 GENDOC=gendoc.py ../mercurial/commands.py ../mercurial/help.py ../mercurial/help/*.txt
     4 GENDOC=gendoc.py ../mercurial/commands.py ../mercurial/help.py ../mercurial/help/*.txt
     5 PREFIX=/usr/local
     5 PREFIX=/usr/local
     6 MANDIR=$(PREFIX)/share/man
     6 MANDIR=$(PREFIX)/share/man
     7 INSTALL=install -c -m 644
     7 INSTALL=install -c -m 644
     8 PYTHON=python
     8 PYTHON=python
     9 RST2HTML=$(shell which rst2html 2> /dev/null || which rst2html.py)
     9 RST2HTML=$(shell which rst2html 2> /dev/null || echo rst2html.py)
    10 
    10 
    11 export LC_ALL=C
    11 export LC_ALL=C
    12 
    12 
    13 all: man html
    13 all: man html
    14 
    14