[totem] Modify git.mk to support GSettings and improve support for gnome-doc-utils
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] Modify git.mk to support GSettings and improve support for gnome-doc-utils
- Date: Sat, 4 Sep 2010 23:25:41 +0000 (UTC)
commit 04e00fdd59a12cdaa8e7799328ff1a5ff747ca81
Author: Philip Withnall <philip tecnocode co uk>
Date: Sat Sep 4 20:26:06 2010 +0100
Modify git.mk to support GSettings and improve support for gnome-doc-utils
These modifications have been e-mailed to Behdad Esfahbod so that they get
into the upstream (Pango) git.mk.
git.mk | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/git.mk b/git.mk
index 5ab41ba..f244116 100644
--- a/git.mk
+++ b/git.mk
@@ -40,7 +40,7 @@
# build dir.
#
# This file knows how to handle autoconf, automake, libtool, gtk-doc,
-# gnome-doc-utils, intltool.
+# gnome-doc-utils, intltool, GSettings.
#
#
# KNOWN ISSUES:
@@ -101,10 +101,18 @@ $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
$(_DOC_DSK_ALL) \
$(_DOC_HTML_ALL) \
$(_DOC_POFILES) \
+ $(_DOC_MOFILES) \
+ $(DOC_H_FILE) \
"*/.xml2po.mo" \
"*/*.omf.out" \
; do echo /$$x; done; \
fi; \
+ if test "x$(gsettings_SCHEMAS)" = x; then :; else \
+ for x in \
+ $(gsettings_SCHEMAS:.xml=.valid) \
+ $(gsettings__enum_file) \
+ ; do echo /$$x; done; \
+ fi; \
if test -f $(srcdir)/po/Makefile.in.in; then \
for x in \
po/Makefile.in.in \
@@ -159,6 +167,7 @@ $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
"*.bak" \
"*~" \
".*.sw[nop]" \
+ ".dirstamp" \
; do echo /$$x; done; \
} | \
sed "s ^/`echo "$(srcdir)" | sed 's/\(.\)/[\1]/g'`/@/@" | \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]