From 0893bc249cc4d4ad396ec537649ea9397f12ff15 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. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/embryo@37726 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.7.4