comparison Makefile @ 10134:821793e3049c

Makefile: added instructions on how to override PREFIX
author Martin Geisler <mg@lazybytes.net>
date Wed, 23 Dec 2009 23:28:53 +0100
parents 25919ebaba01
children ce6d56b95f2e
comparison
equal deleted inserted replaced
10133:8cb482a0d39e 10134:821793e3049c
1 # If you want to change PREFIX, do not just edit it below. The changed
2 # value wont get passed on to recursive make calls. You should instead
3 # override the variable on the command like:
4 #
5 # % make PREFIX=/opt/ install
6
1 PREFIX=/usr/local 7 PREFIX=/usr/local
2 export PREFIX 8 export PREFIX
3 PYTHON=python 9 PYTHON=python
4 PURE= 10 PURE=
5 PYTHON_FILES:=$(shell find mercurial hgext doc -name '*.py') 11 PYTHON_FILES:=$(shell find mercurial hgext doc -name '*.py')