Makefile
changeset 10134 821793e3049c
parent 10073 25919ebaba01
child 10961 ce6d56b95f2e
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')