[seed] [docs] Add introduction (from README)



commit 22775e447fef732fb5af5165b3a2fea556e2666f
Author: Tim Horton <hortont svn gnome org>
Date:   Sat Jul 4 23:16:18 2009 -0400

    [docs] Add introduction (from README)

 doc/reference/Makefile.am    |    2 +-
 doc/reference/seed-docs.sgml |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 30087a8..76b3afe 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -75,7 +75,7 @@ include $(top_srcdir)/gtk-doc.make
 
 # Other files to distribute
 # e.g. EXTRA_DIST += version.xml.in
-EXTRA_DIST += seed-docs.sgml seed-sections.txt
+EXTRA_DIST += seed-docs.sgml seed-sections.txt building.sgml introduction.sgml
 
 # Files not to distribute
 # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
diff --git a/doc/reference/seed-docs.sgml b/doc/reference/seed-docs.sgml
index 4774115..8fcb16d 100644
--- a/doc/reference/seed-docs.sgml
+++ b/doc/reference/seed-docs.sgml
@@ -14,6 +14,7 @@
   <chapter id="seed">
     <title>Seed Overview</title>
     <para>This is the documentation for the C API of Seed, used for embedding, and creating native C modules. For documentation on the JavaScript interface of Seed, see <ulink role="online-location" url="http://www.gnome.org/~racarr/seed";>http://www.gnome.org/~racarr/seed/</ulink>.</para>
+    <xi:include href="introduction.sgml"/>
     <xi:include href="building.sgml"/>
   </chapter>
   



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]