comparison doc/Makefile @ 43736:640bae94f2f3

cleanup: update references to /help/ that should now be /helptext/ I noticed this only because the WiX build was broken after 2e017696181f. I haven't tested this change with WiX, but it seems pretty obvious by inspection this should fix it. Differential Revision: https://phab.mercurial-scm.org/D7472
author Augie Fackler <augie@google.com>
date Thu, 21 Nov 2019 23:35:29 -0500
parents ec7b478f1bf8
children eb9026a84e83
comparison
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=