Makefile
branchstable
changeset 29005 51f5fae84e43
parent 29004 145cdc45b0df
child 29009 c05cc1b95848
equal deleted inserted replaced
29004:145cdc45b0df 29005:51f5fae84e43
     4 #
     4 #
     5 # % make PREFIX=/opt/ install
     5 # % make PREFIX=/opt/ install
     6 
     6 
     7 export PREFIX=/usr/local
     7 export PREFIX=/usr/local
     8 PYTHON=python
     8 PYTHON=python
     9 $(eval HGROOT := $(shell pwd))
     9 HGROOT != pwd
    10 HGPYTHONS ?= $(HGROOT)/build/pythons
    10 HGPYTHONS ?= $(HGROOT)/build/pythons
    11 PURE=
    11 PURE=
    12 PYFILES:=$(shell find mercurial hgext doc -name '*.py')
    12 PYFILES:=$(shell find mercurial hgext doc -name '*.py')
    13 DOCFILES=mercurial/help/*.txt
    13 DOCFILES=mercurial/help/*.txt
    14 export LANGUAGE=C
    14 export LANGUAGE=C