equal
deleted
inserted
replaced
|
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') |