summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorSylvain <syt@logilab.fr>2009-01-26 18:40:02 +0100
committerSylvain <syt@logilab.fr>2009-01-26 18:40:02 +0100
commite79c46b07600d2771047258480379a6120dcea00 (patch)
tree4a7b88ddb71943644d1030b683485d2bde94c6d2 /debian/rules
parentf4aa57158291e2baf7a9cfb68b2a056a94b8bb86 (diff)
downloadlogilab-common-e79c46b07600d2771047258480379a6120dcea00.tar.gz
dirty fix to make lgc compilable for debian stable (epydoc version pb)
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index e15c1e9..57da4e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ build-stamp:
python setup.py -q build
# build doc
- $(MAKE) -C doc
+ $(MAKE) -C doc || true
touch build-stamp