[nautilus-actions/file-manager-actions] Do not check io-gconf/ headers
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions/file-manager-actions] Do not check io-gconf/ headers
- Date: Thu, 10 Sep 2015 10:25:49 +0000 (UTC)
commit 4112e9837cd807edfe958958bc4d580ca86546b0
Author: Pierre Wieser <pwieser trychlos org>
Date: Thu Sep 10 12:24:07 2015 +0200
Do not check io-gconf/ headers
Nonetheless, I plan to fully remove GConf support some day...
Makefile.am | 1 +
maintainer/check-headers.sh | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 1d711ba..50985d0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -60,6 +60,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
$(NULL)
EXTRA_DIST = \
+ fma_required_versions \
intltool-extract.in \
intltool-merge.in \
intltool-update.in \
diff --git a/maintainer/check-headers.sh b/maintainer/check-headers.sh
index 0914b3a..cb97195 100755
--- a/maintainer/check-headers.sh
+++ b/maintainer/check-headers.sh
@@ -315,7 +315,7 @@ fi
# ---------------------------------------------------------------------
# MAIN CODE
-for f in $(git ls-files src | grep '\.h$' | grep -v '^src/test'); do
+for f in $(git ls-files src | grep '\.h$' | grep -vE '^src/test|^src/io-gconf'); do
msg "checking for $f..." " "
tmpc="${maintainer_dir}/check-header.c"
cat <<! >${tmpc}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]