From 5940a821b2279f7d82ffee4c12845132ee041193 Mon Sep 17 00:00:00 2001 From: Jorn Baayen Date: Sat, 26 May 2007 18:16:09 +0000 Subject: [PATCH] 2007-05-26 Jorn Baayen * configure.ac: * doc/Makefile.am: * doc/gssdp-docs.sgml: Added doc preamble. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gssdp@228 d8cb91d7-bff9-0310-92b9-80b65e4482b2 --- ChangeLog | 8 ++++++++ configure.ac | 1 + doc/Makefile.am | 2 +- doc/gssdp-docs.sgml | 33 ++++++++++++++++++++++++++++++++- doc/version.xml.in | 1 + 5 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 doc/version.xml.in diff --git a/ChangeLog b/ChangeLog index 7f04572..c6f89d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-05-26 Jorn Baayen + + * configure.ac: + * doc/Makefile.am: + * doc/gssdp-docs.sgml: + + Added doc preamble. + 2007-05-21 Jorn Baayen * libgssdp/gssdp-client.c: (gssdp_client_class_init): diff --git a/configure.ac b/configure.ac index 5d9ee6d..95274fa 100644 --- a/configure.ac +++ b/configure.ac @@ -77,6 +77,7 @@ tests/Makefile po/Makefile.in po/Makefile doc/Makefile +doc/version.xml gssdp-1.0.pc gssdp-1.0-uninstalled.pc ]) diff --git a/doc/Makefile.am b/doc/Makefile.am index 47f3ce0..c04e017 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -78,4 +78,4 @@ include $(top_srcdir)/gtk-doc.make # Other files to distribute # e.g. EXTRA_DIST += version.xml.in -EXTRA_DIST += +EXTRA_DIST += version.xml.in diff --git a/doc/gssdp-docs.sgml b/doc/gssdp-docs.sgml index c84f06f..d55d715 100644 --- a/doc/gssdp-docs.sgml +++ b/doc/gssdp-docs.sgml @@ -1,9 +1,40 @@ + "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ + +]> GSSDP Reference Manual + + Version &version; + + + 2007 + OpenedHand LTD + + + + + Permission is granted to copy, distribute and/or modify this + document under the terms of the GNU Free + Documentation License, Version 1.1 or any later + version published by the Free Software Foundation with no + Invariant Sections, no Front-Cover Texts, and no Back-Cover + Texts. You may obtain a copy of the GNU Free + Documentation License from the Free Software + Foundation by visiting their Web site or by writing + to: + +
+ The Free Software Foundation, Inc., + 59 Temple Place - Suite 330, + Boston, MA 02111-1307, + USA +
+
+
diff --git a/doc/version.xml.in b/doc/version.xml.in new file mode 100644 index 0000000..d78bda9 --- /dev/null +++ b/doc/version.xml.in @@ -0,0 +1 @@ +@VERSION@ -- 2.7.4