]> git.k1024.org Git - debian-pylibacl.git/blob - Makefile
Merge commit 'upstream/0.4.0'
[debian-pylibacl.git] / Makefile
1 .PHONY: doc test
2
3 all: doc test
4
5 posix1e.so: acl.c
6         ./setup.py build_ext --inplace
7
8 doc: posix1e.so
9         epydoc -q -o html --name pylibacl \
10                 --url http://pylibacl.sourceforge.net/ \
11                 --show-frames \
12                 --docformat epytext \
13                 --no-sourcecode \
14                 posix1e
15
16 test:
17         python2.4 ./setup.py test
18         python2.5 ./setup.py test