Fixed debian/rules to build source code documentation for the -doc package.

This commit is contained in:
Einar Ryeng 2007-10-16 21:20:26 +00:00
parent 686a7a0576
commit 67d6d01f7f
1 changed files with 2 additions and 1 deletions

3
debian/rules vendored
View File

@ -46,7 +46,8 @@ install-python%:
# Build architecture-independent files here.
binary-indep: build install
# We have nothing to do by default.
mkdir -p $(CURDIR)/debian/python-pyblm-doc/usr/share/doc/python-pyblm-doc/html
epydoc --html -o $(CURDIR)/debian/python-pyblm-doc/usr/share/doc/python-pyblm-doc/html pyblm
# Build architecture-dependent files here.
binary-arch: build install