[bijiben] autotools: fix makedistcheck for files we do not want to watch



commit d562e4333ca7e4054482b35e241687b1a429c857
Author: Pierre-Yves Luyten <py luyten fr>
Date:   Fri Dec 7 21:02:13 2012 +0100

    autotools: fix makedistcheck for files we do not want to watch
    
    Ignore theme cache (from ephy) and create POTFILES.skip

 Makefile.am      |    6 ++++--
 po/POTFILES.skip |    1 +
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 4c20e9b..58879ac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,13 +12,15 @@ bijibendoc = \
 
 DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
 
+# Ignore gtk theme cache files on distcheck
+distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache'
+
 INTLTOOL_FILES = intltool-extract.in \
 	intltool-merge.in \
 	intltool-update.in
 
 EXTRA_DIST = $(bijibendoc) \
-	$(INTLTOOL_FILES) \
-	gnome-doc-utils.make
+	$(INTLTOOL_FILES)
 
 DISTCLEANFILES = intltool-extract \
 	intltool-merge \
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
new file mode 100644
index 0000000..339260e
--- /dev/null
+++ b/po/POTFILES.skip
@@ -0,0 +1 @@
+data/bijiben.desktop.in



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