doc/Makefile
branchstable
changeset 44729 26ce8e751503
parent 44721 eb9026a84e83
child 46817 dc101c236219
equal deleted inserted replaced
44692:539490756a72 44729:26ce8e751503
     3 HTML=$(SOURCES:%.txt=%.html)
     3 HTML=$(SOURCES:%.txt=%.html)
     4 GENDOC=gendoc.py ../mercurial/commands.py ../mercurial/help.py \
     4 GENDOC=gendoc.py ../mercurial/commands.py ../mercurial/help.py \
     5 	../mercurial/helptext/*.txt ../hgext/*.py ../hgext/*/__init__.py
     5 	../mercurial/helptext/*.txt ../hgext/*.py ../hgext/*/__init__.py
     6 PREFIX=/usr/local
     6 PREFIX=/usr/local
     7 MANDIR=$(PREFIX)/share/man
     7 MANDIR=$(PREFIX)/share/man
     8 INSTALL=install -c -m 644
     8 INSTALL=install -m 644
     9 PYTHON?=python
     9 PYTHON?=python
    10 RSTARGS=
    10 RSTARGS=
    11 
    11 
    12 export HGENCODING=UTF-8
    12 export HGENCODING=UTF-8
    13 
    13