fix Debian rule to properly build doc.

SVN revision: 37726
This commit is contained in:
kaethorn 2008-11-21 10:38:21 +00:00 committed by kaethorn
parent 5da71a34cd
commit d39ef21f2f
1 changed files with 1 additions and 1 deletions

View File

@ -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)