From: Mike McCormack Date: Wed, 5 Oct 2011 06:22:03 +0000 (+0900) Subject: Disable building docs X-Git-Tag: accepted/2.0/20130306.224007~162 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c4ffcfd187744067f82857fc20bbbe87646a551b;p=profile%2Fivi%2Fecore.git Disable building docs --- diff --git a/debian/rules b/debian/rules index 214d210..eb4d50f 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-ecore-fb \ --disable-openssl \ --disable-gnutls \ --disable-tslib \ - --enable-doc \ + --disable-doc \ --enable-simple-x11 \ --enable-ecore-evas-opengl-x11 \ --disable-ecore-evas-xrender-x11 \ @@ -28,12 +28,12 @@ DEB_MAKE_CLEAN_TARGET := distclean CFLAGS += -fvisibility=hidden -fPIC LDFLAGS += -fvisibility=hidden -Wl,--hash-style=both -Wl,--as-needed -build/libecore-doc:: - cd $(DEB_SRCDIR)/doc && make doc +#build/libecore-doc:: +# cd $(DEB_SRCDIR)/doc && make doc -install/libecore-doc:: - mkdir -p debian/libecore-doc/usr/share/doc/libecore-doc - cp -R $(DEB_SRCDIR)/doc/html debian/libecore-doc/usr/share/doc/libecore-doc/ +#install/libecore-doc:: +# mkdir -p debian/libecore-doc/usr/share/doc/libecore-doc +# cp -R $(DEB_SRCDIR)/doc/html debian/libecore-doc/usr/share/doc/libecore-doc/ clean:: [ ! -f Makefile ] || make distclean