[gnome-hello] build-sys: remove unused USE_COMMON_DOC_BUILD



commit 3f36694f4922875f437f011bdc37b3efae547402
Author: Marc-André Lureau <marcandre lureau gmail com>
Date:   Mon Dec 22 15:24:04 2014 +0100

    build-sys: remove unused USE_COMMON_DOC_BUILD
    
    Remove from gnome-hello since eaa2917 and gnome-common since a912a74b.

 Makefile.am |   10 +++-------
 autogen.sh  |    2 --
 2 files changed, 3 insertions(+), 9 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index b6da5dd..c2d493f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,15 +10,11 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
 @INTLTOOL_DESKTOP_RULE@
 
-distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper
-
 EXTRA_DIST = \
-       autogen.sh              \
-       gnome-doc-utils.make    \
-       $(desktop_in_files)     
+       autogen.sh \
+       $(desktop_in_files)
 
-CLEANFILES = \
-       $(desktop_DATA)
+CLEANFILES = $(desktop_DATA)
 
 DISTCLEANFILES =
 
diff --git a/autogen.sh b/autogen.sh
index 750a9ab..e9219aa 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -18,6 +18,4 @@ which gnome-autogen.sh || {
     exit 1
 }
 
-USE_COMMON_DOC_BUILD=yes
-
 . gnome-autogen.sh


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]