## Process this file with automake to create Makefile.in. AUTOMAKE_OPTIONS = 1.6 # The name of the module. DOC_MODULE=pango # The top-level SGML file. DOC_MAIN_SGML_FILE=pango-docs.sgml # Extra options to supply to gtkdoc-scan SCAN_OPTIONS= # The directory containing the source code. Relative to $(srcdir) DOC_SOURCE_DIR=../pango # Used for dependencies HFILE_GLOB=$(top_srcdir)/pango/*.h CFILE_GLOB=$(top_srcdir)/pango/*.c # Headers to ignore IGNORE_HFILES= \ mini-fribidi \ mini-xft \ opentype \ modules.h \ pango-intset.h \ pango-utils.h \ pangoft2-private.h \ pangowin32-private.h \ pangox-private.h \ pangoxft-private.h # CFLAGS and LDFLAGS for compiling scan program. Only needed # if $(DOC_MODULE).types is non-empty. INCLUDES = \ -DPANGO_ENABLE_BACKEND \ -I$(top_srcdir) \ $(GLIB_CFLAGS) GTKDOC_LIBS = $(top_builddir)/pango/libpango-1.0.la # Extra options to supply to gtkdoc-mkdb MKDB_OPTIONS=--sgml-mode --output-format=xml # Non-autogenerated SGML files to be included in $(DOC_MAIN_SGML_FILE) content_files = \ pango_markup.sgml \ version.xml # Images to copy into HTML directory HTML_IMAGES = \ layout.gif # Extra options to supply to gtkdoc-fixref FIXXREF_OPTIONS= include $(top_srcdir)/gtk-doc.make EXTRA_DIST += \ layout.fig \ layout.eps \ version.xml.in dist-hook-local: mkdir $(distdir)/TEXT; \ for f in $(srcdir)/TEXT/* ; do \ test -f $$f && cp -p $$f $(distdir)/TEXT; \ done