From c4ffcfd187744067f82857fc20bbbe87646a551b Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Wed, 5 Oct 2011 15:22:03 +0900 Subject: [PATCH] Disable building docs --- debian/rules | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -- 2.7.4