doc/Makefile
changeset 43736 640bae94f2f3
parent 42058 ec7b478f1bf8
child 44721 eb9026a84e83
equal deleted inserted replaced
43735:7eb701e355bd 43736:640bae94f2f3
     1 SOURCES=$(notdir $(wildcard ../mercurial/help/*.[0-9].txt))
     1 SOURCES=$(notdir $(wildcard ../mercurial/helptext/*.[0-9].txt))
     2 MAN=$(SOURCES:%.txt=%)
     2 MAN=$(SOURCES:%.txt=%)
     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/help/*.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 -c -m 644
     9 PYTHON?=python
     9 PYTHON?=python
    10 RSTARGS=
    10 RSTARGS=