##// END OF EJS Templates
make: drop the `-c` arg to `install` in the documentation makefile...
Matt Harbison -
r45215:eb9026a8 default
parent child Browse files
Show More
@@ -5,7 +5,7 b' GENDOC=gendoc.py ../mercurial/commands.p'
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
General Comments 0
You need to be logged in to leave comments. Login now