summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2003-11-29 20:52:43 +0000
committerShaun McCance <shaunm@src.gnome.org>2003-11-29 20:52:43 +0000
commit60b87f30a06864923bde16503fd714f7f5847bf1 (patch)
tree27079e898f9feaf946c63e9faedaa8db0e06a790
parentb97cbb74254e5b1bbd3e8046ac77c7f8ae936fc0 (diff)
downloadyelp-60b87f30a06864923bde16503fd714f7f5847bf1.tar.gz
- Added the TOC XML file.
* data/Makefile.am: * data/toc.xml: * po/POTFILES.in: - Added the TOC XML file.
-rw-r--r--ChangeLog7
-rw-r--r--data/Makefile.am11
-rw-r--r--data/toc.xml.in11
-rw-r--r--po/POTFILES.in1
4 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c637a86a..d7e4725a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2003-11-29 Shaun McCance <shaunm@gnome.org>
+ * data/Makefile.am:
+ * data/toc.xml:
+ * po/POTFILES.in:
+ - Added the TOC XML file.
+
+2003-11-29 Shaun McCance <shaunm@gnome.org>
+
* src/yelp-window.c:
- Don't leak GErrors.
- Report an error in the error signal callback.
diff --git a/data/Makefile.am b/data/Makefile.am
index c3f1ae2f..2e972a06 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1 +1,12 @@
SUBDIRS = images ui
+
+@INTLTOOL_XML_RULE@
+
+tocdir = $(datadir)/yelp
+
+toc_DATA = \
+ toc.xml
+
+EXTRADIST := \
+ toc.xml.in \
+ toc.xml
diff --git a/data/toc.xml.in b/data/toc.xml.in
new file mode 100644
index 00000000..c2326fbd
--- /dev/null
+++ b/data/toc.xml.in
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<toc id="index">
+ <_title>Help Contents</_title>
+
+ <toc id="internet">
+ <_title>Internet Applications</_title>
+ </toc>
+</toc>
+
+
+
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 0a244131..e0fa7305 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,5 +1,6 @@
# Add files with translateable strings here.
# Please keep this file sorted alphabetically.
+data/toc.xml.in
data/ui/yelp.glade
src/GNOME_Yelp.server.in
src/yelp-base.c