summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Herzberg <herzi@gnome-de.org>2006-04-23 22:44:38 +0000
committerSven Herzberg <herzi@src.gnome.org>2006-04-23 22:44:38 +0000
commit70d97c85c6a83c5014e085c565c0045e3ffea246 (patch)
tree78d6d2acd60ac1922b1828f3e35a816254907834
parent3c324f1bff2b42d4d716578fba9e481583bb069d (diff)
downloadgnome-doc-utils-70d97c85c6a83c5014e085c565c0045e3ffea246.tar.gz
install new files template-document.xml, template.make, added template
2006-04-24 Sven Herzberg <herzi@gnome-de.org> * Makefile.am: install new files * template-document.xml, * template.make, * template.omf.in: added template files (fixes bug 170483)
-rw-r--r--ChangeLog7
-rw-r--r--Makefile.am6
-rw-r--r--template-document.xml41
-rw-r--r--template.make8
-rw-r--r--template.omf.in9
5 files changed, 71 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 57d897e..f64d14a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-04-24 Sven Herzberg <herzi@gnome-de.org>
+
+ * Makefile.am: install new files
+ * template-document.xml,
+ * template.make,
+ * template.omf.in: added template files (fixes bug 170483)
+
2006-04-18 Vladimer Sichinava <alinux@siena.linux.it>
* configure.in: Added "ka" (Georgian) to ALL_LINGUAS
diff --git a/Makefile.am b/Makefile.am
index 4bd9fbd..01a0754 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,6 +19,11 @@ share_DATA = gnome-doc-utils.make
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gnome-doc-utils.pc
+pkgdata_DATA=\
+ template.omf.in \
+ template.make \
+ template-document.xml
+
bin_SCRIPTS = gnome-doc-prepare
endif
@@ -29,6 +34,7 @@ EXTRA_DIST = \
$(aclocal_DATA) \
$(share_DATA) \
$(pkgconfig_DATA) \
+ $(pkgdata_DATA) \
COPYING.GPL \
COPYING.LGPL \
bootstrap.make \
diff --git a/template-document.xml b/template-document.xml
new file mode 100644
index 0000000..bd0a614
--- /dev/null
+++ b/template-document.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML 4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
+<article id="@DOCUMENT@">
+ <articleinfo>
+ <title>Document title</title>
+ <authorgroup>
+ <author>
+ <firstname>My name</firstname> <surname>Last name</surname>
+ <affiliation>
+ <address>
+ <email>@USERNAME@@@DOMAIN@</email>
+ </address>
+ </affiliation>
+ </author>
+ </authorgroup>
+ <copyright>
+ <year>@YEAR@</year> <holder>My Full Name</holder>
+ </copyright>
+ <publisher>
+ <publishername>GNOME Documentation Project</publishername>
+ </publisher>
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+ <revhistory>
+ <revision>
+ <revnumber>0.1</revnumber>
+ <date>@DATE@</date>
+ </revision>
+ </revhistory>
+ </articleinfo>
+
+ <section id="intro">
+ <title>Introduction.</title>
+ <para>Foo.</para>
+ </section>
+
+ <section id="end">
+ <title>The End.</title>
+ <para>Bar.</para>
+ </section>
+
+</article>
diff --git a/template.make b/template.make
new file mode 100644
index 0000000..fb3cbbd
--- /dev/null
+++ b/template.make
@@ -0,0 +1,8 @@
+include $(top_srcdir)/gnome-doc-utils.make
+dist-hook: doc-dist-hook
+
+DOC_MODULE = @DOCUMENT@
+DOC_INCLUDES = legal.xml
+
+DOC_LINGUAS =
+
diff --git a/template.omf.in b/template.omf.in
new file mode 100644
index 0000000..64ba046
--- /dev/null
+++ b/template.omf.in
@@ -0,0 +1,9 @@
+<?xml version='1.0' encoding='utf-8'?>
+<omf>
+ <resource>
+ <date>@DATE@</date>
+ <subject category="System|Other"/>
+ <type>manual</type>
+ <relation seriesid="@SERIESID@"/>
+ </resource>
+</omf>