The following commit has been merged in the master branch:
commit e7338c8b92a04f4ca0824b17eef35f160dcb65a3
Author: Tomas Di Domenico <[email protected]>
Date:   Tue Dec 11 19:17:03 2012 +0100

    Added rule to build docs

diff --git a/debian/rules b/debian/rules
index cf2e807..3cc473f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,7 @@ override_dh_auto_build:
        for py in $(PYVERS) $(PY3VERS); do \
                $$py -B setup.py build; \
        done
+       epydoc --html -o $(CURDIR)/docs/api --name CSB --no-private 
--introspect-only --exclude csb.test.cases --css $(CURDIR)/docs/api/epydoc.css 
--fail-on-error --fail-on-warning --fail-on-docstring-warning $(CURDIR)/csb
 
 .PHONY: override_dh_auto_clean
 override_dh_auto_clean:

-- 
Packaging of python-csb

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to