[seed] [docs] Forgot to include one of the files in the last commit



commit 5cde0e6cfab39b52a917940f6f4f461f198b7ab5
Author: Tim Horton <hortont424 gmail com>
Date:   Mon Aug 10 09:42:08 2009 -0800

    [docs] Forgot to include one of the files in the last commit

 .gitignore                        |    2 ++
 configure.ac                      |    1 +
 doc/Makefile.am                   |    2 +-
 doc/{index.html => index.html.in} |    2 +-
 doc/modules/version.xml.in        |    1 +
 5 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3a8ec47..6dcb4bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -201,3 +201,5 @@ libseed/seed-path.h
 modules/cairo/._seed-cairo.c
 modules/gettext/._gettext.c
 po/Makefile.in.in
+
+version.xml
diff --git a/configure.ac b/configure.ac
index 124b403..db5f517 100644
--- a/configure.ac
+++ b/configure.ac
@@ -402,6 +402,7 @@ AC_CONFIG_FILES([
 seed.pc
 Makefile
 
+doc/index.html
 doc/conventions.html
 doc/runtime.html
 doc/tutorial-standalone/tutorial.html
diff --git a/doc/Makefile.am b/doc/Makefile.am
index fddd7ec..f2614a5 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,7 +1,7 @@
 SUBDIRS = tutorial-standalone modules mapping reference
 
 EXTRA_DIST = \
-	index.html \
+	index.html.in \
 	runtime.html.in \
 	style.css \
 	conventions.html.in \
diff --git a/doc/index.html b/doc/index.html.in
similarity index 99%
rename from doc/index.html
rename to doc/index.html.in
index f1f71ca..4fb5e65 100644
--- a/doc/index.html
+++ b/doc/index.html.in
@@ -11,7 +11,7 @@
 </head>
 <body onload="sh_highlightDocument();">
 <div id="header">Seed Documentation</div>
-<div id="subheader">v.0.8</div>
+<div id="subheader">v  VERSION@</div>
 <div class="section"><b>Tutorial</b></div>
 <p>
 There is a (very) introductory tutorial to Seed, covering the creation of a small GTK+ WebKit browser,  <a href="tutorial-standalone/tutorial.html">here</a>.
diff --git a/doc/modules/version.xml.in b/doc/modules/version.xml.in
new file mode 100644
index 0000000..d78bda9
--- /dev/null
+++ b/doc/modules/version.xml.in
@@ -0,0 +1 @@
+ VERSION@



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