summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2010-12-06 16:26:00 -0500
committerBehdad Esfahbod <behdad@behdad.org>2010-12-06 16:26:00 -0500
commitd4a36df5f2e1a1487d7e9f7e966c16bb167a5b96 (patch)
tree7dac7b8df247e68d8f34aa903168aa2a19d0e28d
parent588847fe4b5ed905f3a035825567e08a3b4d516d (diff)
downloadpango-d4a36df5f2e1a1487d7e9f7e966c16bb167a5b96.tar.gz
[git.mk] Support Mallard docs
-rw-r--r--git.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/git.mk b/git.mk
index 894adb47..abd6c0a2 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, gsettings.
+# gnome-doc-utils, mallard, intltool, gsettings.
#
#
# KNOWN ISSUES:
@@ -52,6 +52,10 @@
# And add those files to git. See vte/gnome-pty-helper/git.mk for
# example.
#
+# ChangeLog
+#
+# - 2010-12-06 Add support for Mallard docs
+# - 2010-12-06 Start this change log
git-all: git-mk-install
@@ -93,7 +97,7 @@ $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
xml html \
; do echo /$$x; done; \
fi; \
- if test "x$(DOC_MODULE)" = x -o "x$(DOC_LINGUAS)" = x; then :; else \
+ if test "x$(DOC_MODULE)$(DOC_ID)" = x -o "x$(DOC_LINGUAS)" = x; then :; else \
for x in \
$(_DOC_C_DOCS) \
$(_DOC_LC_DOCS) \