From 67d6d01f7f84585fdaf112a124caf4e1e2e8d1df Mon Sep 17 00:00:00 2001 From: einarr Date: Tue, 16 Oct 2007 21:20:26 +0000 Subject: [PATCH] Fixed debian/rules to build source code documentation for the -doc package. --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 3845a6c..926ec5f 100755 --- a/debian/rules +++ b/debian/rules @@ -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