Makefile
branchstable
changeset 15379 3ca419fb435e
parent 14815 5b7dc16b331b
child 16126 0c4bec9596d8
equal deleted inserted replaced
15378:fbebc039687c 15379:3ca419fb435e
    16 	@echo '  all          - build program and documentation'
    16 	@echo '  all          - build program and documentation'
    17 	@echo '  install      - install program and man pages to PREFIX ($(PREFIX))'
    17 	@echo '  install      - install program and man pages to PREFIX ($(PREFIX))'
    18 	@echo '  install-home - install with setup.py install --home=HOME ($(HOME))'
    18 	@echo '  install-home - install with setup.py install --home=HOME ($(HOME))'
    19 	@echo '  local        - build for inplace usage'
    19 	@echo '  local        - build for inplace usage'
    20 	@echo '  tests        - run all tests in the automatic test suite'
    20 	@echo '  tests        - run all tests in the automatic test suite'
    21 	@echo '  test-foo     - run only specified tests (e.g. test-merge1)'
    21 	@echo '  test-foo     - run only specified tests (e.g. test-merge1.t)'
    22 	@echo '  dist         - run all tests and create a source tarball in dist/'
    22 	@echo '  dist         - run all tests and create a source tarball in dist/'
    23 	@echo '  clean        - remove files created by other targets'
    23 	@echo '  clean        - remove files created by other targets'
    24 	@echo '                 (except installed files or dist source tarball)'
    24 	@echo '                 (except installed files or dist source tarball)'
    25 	@echo '  update-pot   - update i18n/hg.pot'
    25 	@echo '  update-pot   - update i18n/hg.pot'
    26 	@echo
    26 	@echo