Fixed debian/rules to build source code documentation for the -doc package.
This commit is contained in:
parent
686a7a0576
commit
67d6d01f7f
3
debian/rules
vendored
3
debian/rules
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user