From: kaethorn Date: Fri, 21 Nov 2008 10:38:21 +0000 (+0000) Subject: fix Debian rule to properly build doc. X-Git-Tag: 2.0_alpha~11^2~176 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0893bc249cc4d4ad396ec537649ea9397f12ff15;p=framework%2Fuifw%2Fembryo.git fix Debian rule to properly build doc. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/embryo@37726 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/debian/rules b/debian/rules index a093759..f871221 100644 --- a/debian/rules +++ b/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)