Makefile
changeset 19427 80983af366b5
parent 18598 4723ccb62282
child 19991 ce5d711475a3
equal deleted inserted replaced
19426:e43184680461 19427:80983af366b5
     8 export PREFIX
     8 export PREFIX
     9 PYTHON=python
     9 PYTHON=python
    10 PURE=
    10 PURE=
    11 PYFILES:=$(shell find mercurial hgext doc -name '*.py')
    11 PYFILES:=$(shell find mercurial hgext doc -name '*.py')
    12 DOCFILES=mercurial/help/*.txt
    12 DOCFILES=mercurial/help/*.txt
       
    13 export LANGUAGE=C
       
    14 export LC_ALL=C
    13 
    15 
    14 # Set this to e.g. "mingw32" to use a non-default compiler.
    16 # Set this to e.g. "mingw32" to use a non-default compiler.
    15 COMPILER=
    17 COMPILER=
    16 
    18 
    17 help:
    19 help: