grim/guifications3

added introduction.sgml to our included sources
org.guifications.gf3
2009-10-11, Gary Kramlich
2f1ad7588ca8
Parents 80051d90602e
Children 613f891e25af
added introduction.sgml to our included sources
--- a/gflib/doc/gflib/Makefile.am Sun Oct 11 00:53:52 2009 -0500
+++ b/gflib/doc/gflib/Makefile.am Sun Oct 11 01:49:50 2009 -0500
@@ -3,11 +3,6 @@
# We require automake 1.6 at least.
AUTOMAKE_OPTIONS = 1.6
-# This is a blank Makefile.am for using gtk-doc.
-# Copy this to your project's API docs directory and modify the variables to
-# suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples
-# of using the various options.
-
# The name of the module, e.g. 'glib'.
DOC_MODULE=gflib
@@ -55,12 +50,16 @@
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
-content_files=building.sgml
+content_files=\
+ building.sgml \
+ introduction.sgml
# SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
# These files must be listed here *and* in content_files
# e.g. expand_content_files=running.sgml
-expand_content_files=building.sgml
+expand_content_files=\
+ building.sgml \
+ introduction.sgml
# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
# Only needed if you are using gtkdoc-scangobj to dynamically query widget