[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Wed Mar 19 11:54:08 PDT 2014
autogen.sh | 1 +
docs/reference/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
New commits:
commit b934b0f9d1b39fc7a06c812bea3d79ca5424e278
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Wed Mar 19 11:52:40 2014 -0700
Yet another try to make build without gtk-doc succeed
diff --git a/autogen.sh b/autogen.sh
index 9f99018..10a0e8a 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -24,6 +24,7 @@ if which gtkdocize ; then
gtkdocize --copy || exit 1
else
echo "*** No gtkdocize found, skipping documentation ***"
+ > gtk-doc.make
fi
echo -n "checking for autoreconf... "
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 4bdc48e..f7a4ad6 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -88,7 +88,7 @@ GTKDOC_LIBS+=$(top_builddir)/src/libharfbuzz-gobject.la
endif
# This includes the standard gtk-doc make rules, copied by gtkdocize.
--include $(top_srcdir)/gtk-doc.make
+include $(top_srcdir)/gtk-doc.make
# Other files to distribute
# e.g. EXTRA_DIST += version.xml.in
More information about the HarfBuzz
mailing list