From d39ef21f2faf8d07a0e75a934633855309d80095 Mon Sep 17 00:00:00 2001 From: kaethorn Date: Fri, 21 Nov 2008 10:38:21 +0000 Subject: [PATCH] fix Debian rule to properly build doc. SVN revision: 37726 --- legacy/embryo/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/embryo/debian/rules b/legacy/embryo/debian/rules index a093759237..f871221f3f 100644 --- a/legacy/embryo/debian/rules +++ b/legacy/embryo/debian/rules @@ -10,7 +10,7 @@ DEB_SOURCE_VERSION := $(shell grep AC_INIT $(DEB_SRCDIR)/configure.ac|sed -e 's/ CFLAGS += -fvisibility=hidden build/libembryo-doc:: - cd $(DEB_SRCDIR)/doc && make + cd $(DEB_SRCDIR)/doc && make doc install/libembryo-doc:: tar jxf embryo-*-doc.tar.bz2 -C $(DEB_SRCDIR)