doc/Makefile
changeset 44721 eb9026a84e83
parent 43736 640bae94f2f3
child 46817 dc101c236219
equal deleted inserted replaced
44720:601ce5392cb0 44721:eb9026a84e83
     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