Imported Upstream version 2.6.4
[platform/upstream/harfbuzz.git] / docs / Makefile.in
index 3fa4a70..c4c2902 100644 (file)
@@ -119,6 +119,7 @@ subdir = docs
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_link_flag.m4 \
        $(top_srcdir)/m4/ax_code_coverage.m4 \
+       $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
        $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/gtk-doc.m4 \
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
@@ -202,6 +203,8 @@ FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
 FREETYPE_DEPS = @FREETYPE_DEPS@
 FREETYPE_LIBS = @FREETYPE_LIBS@
 GCOV = @GCOV@
+GDI_CFLAGS = @GDI_CFLAGS@
+GDI_LIBS = @GDI_LIBS@
 GENHTML = @GENHTML@
 GIT = @GIT@
 GLIB_CFLAGS = @GLIB_CFLAGS@
@@ -220,6 +223,7 @@ GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
 GTKDOC_MKPDF = @GTKDOC_MKPDF@
 GTKDOC_REBASE = @GTKDOC_REBASE@
+HAVE_CXX11 = @HAVE_CXX11@
 HB_LIBTOOL_VERSION_INFO = @HB_LIBTOOL_VERSION_INFO@
 HB_VERSION = @HB_VERSION@
 HB_VERSION_MAJOR = @HB_VERSION_MAJOR@
@@ -374,7 +378,7 @@ SCAN_OPTIONS = --rebuild-types --deprecated-guards="HB_DISABLE_DEPRECATED" \
 
 # Header files or dirs to ignore when scanning. Use base file/dir names
 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h private_code
-IGNORE_HFILES = `cd $(top_srcdir)/src; find . -path './hb-*/*.h' | sed \
+IGNORE_HFILES = `cd $(top_srcdir)/src; find . -path './*/*.h' | sed \
        's@^.*/@@'` $(am__append_1)
 
 # Extra options to supply to gtkdoc-mkdb.
@@ -414,12 +418,14 @@ content_files = \
        usermanual-what-is-harfbuzz.xml \
        usermanual-install-harfbuzz.xml \
        usermanual-getting-started.xml \
+       usermanual-glyph-information.xml \
        usermanual-shaping-concepts.xml \
+       usermanual-object-model.xml \
        usermanual-buffers-language-script-and-direction.xml \
        usermanual-fonts-and-faces.xml \
-       usermanual-clusters.xml \
        usermanual-opentype-features.xml \
-       usermanual-glyph-information.xml \
+       usermanual-clusters.xml \
+       usermanual-utilities.xml \
        version.xml