[med-svn] [SCM] python-csb branch, master, updated. f6f3d2a954bfa39de3ce77316af644ffaf143fbe

Tomas Di Domenico tdido at tdido.com.ar
Sun Dec 16 17:54:27 UTC 2012


The following commit has been merged in the master branch:
commit 3751e1fefb13380327b7861f8082642b4ebd2bd0
Author: Tomas Di Domenico <tdido at tdido.com.ar>
Date:   Sun Dec 16 18:15:44 2012 +0100

    More fixes for the docs generation

diff --git a/debian/rules b/debian/rules
index 622cbc7..9cb30a7 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
+	mkdir -p $(CURDIR)/docs/api
 	epydoc --html -o $(CURDIR)/docs/api --name CSB --no-private --introspect-only --exclude csb.test.cases --fail-on-error --fail-on-warning --fail-on-docstring-warning $(CURDIR)/csb
 
 .PHONY: override_dh_auto_clean

-- 
Packaging of python-csb



More information about the debian-med-commit mailing list