~free.ekanayaka/storm/any-expr

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: James Henstridge
  • Date: 2009-11-02 11:11:20 UTC
  • mfrom: (337 trunk)
  • mto: This revision was merged to the branch mainline in revision 338.
  • Revision ID: james@jamesh.id.au-20091102111120-02m5bsh4d09zw86z
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
PYTHON ?= python
 
2
PYDOCTOR ?= pydoctor
2
3
 
3
4
TEST_COMMAND = $(PYTHON) test
4
5
 
21
22
        # Run the tests once with cextensions and once without them.
22
23
        $(TEST_COMMAND) && STORM_CEXTENSIONS=1 $(TEST_COMMAND)
23
24
 
 
25
doc:
 
26
        $(PYDOCTOR) --make-html --html-output apidoc --add-package storm
 
27
 
24
28
release:
25
29
        $(PYTHON) setup.py sdist --formats bztar
26
30