Mercurial > evolve
comparison Makefile @ 1769:38d1463f3e0f
makefile: fix documentation
The only available rules is 'deb-prepare' we fix the documentation.
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Wed, 02 Nov 2016 18:49:19 +0100 |
parents | bfbd99b50f8f |
children | 143c8e4dc22d |
comparison
equal
deleted
inserted
replaced
1768:e036dfc8cfcc | 1769:38d1463f3e0f |
---|---|
1 VERSION=$(shell python setup.py --version) | 1 VERSION=$(shell python setup.py --version) |
2 | 2 |
3 | 3 |
4 help: | 4 help: |
5 @echo 'Commonly used make targets:' | 5 @echo 'Commonly used make targets:' |
6 @echo ' tests - run all tests in the automatic test suite' | 6 @echo ' deb-prepare - prepare the build of a debian package' |
7 @echo ' all-version-tests - run all tests against many hg versions' | |
8 @echo ' tests-%s - run all tests in the specified hg version' | |
9 | 7 |
10 all: help | 8 all: help |
11 | 9 |
12 deb-prepare: | 10 deb-prepare: |
13 python setup.py sdist --dist-dir .. | 11 python setup.py sdist --dist-dir .. |