2 # this is just a convenience for developers, and to automate the release
3 # process a little bit. This Makefile is not included in the source tarball.
8 T
=~
/stuff
/python
/twisted
/Twisted
9 TRIALARGS
=--reporter
=verbose
14 T
=~
/stuff
/python
/twisted
/Twisted-1.3
.0
17 PP
= PYTHONPATH
=$(BBBASE
):$(T
)
23 $(PP
) $(TRIAL
) $(TRIALARGS
) $(TEST
)
29 debchange
--newversion
`PYTHONPATH=. python -c "import buildbot; print buildbot.version"`.
`date +%Y.%m.%d.%H.%M.%S` \
33 .PHONY
: docs apidocs some-apidocs paper
35 $(MAKE
) -C docs buildbot.
info buildbot.html
38 PYTHONPATH
=.
:$(T
) python docs
/epyrun
-o docs
/reference
40 PYTHONPATH
=.
:$(T
) python docs
/epyrun
-o docs
/reference
--modules
$(EPYDOCS
)
42 $(MAKE
) -C docs
/PyCon-2003
all
46 find buildbot contrib docs
-type d
-exec chmod
0755 {} \
;
47 find bin buildbot contrib docs
-type f
-exec chmod
0644 {} \
;
48 chmod
0644 ChangeLog MANIFEST
* NEWS README
* setup.py
49 chmod a
+x bin
/buildbot contrib
/*.py contrib
/windows
/*.py
51 python .
/setup.py
clean
53 python .
/setup.py sdist
--formats gztar
,zip