summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lyttle <wilddev@src.gnome.org>2003-02-02 20:03:35 +0000
committerChris Lyttle <wilddev@src.gnome.org>2003-02-02 20:03:35 +0000
commit26614cf65aee94fec9364ded00bd9118bf9d714e (patch)
tree2c1beac8d85fde7d97c26ccee2b0753c416fbceb
parentd52b9efd54e370e37501c08672c7b41172fb9210 (diff)
downloadgnome-user-docs-26614cf65aee94fec9364ded00bd9118bf9d714e.tar.gz
gnome-user-docs-26614cf65aee94fec9364ded00bd9118bf9d714e.tar.xz
gnome-user-docs-26614cf65aee94fec9364ded00bd9118bf9d714e.zip
add more docs to build
-rw-r--r--ChangeLog13
-rw-r--r--Makefile.am2
-rw-r--r--configure.in7
-rw-r--r--gnome2-accessibility-guide/C/Makefile.am7
-rw-r--r--gnome2-accessibility-guide/Makefile.am2
-rw-r--r--gnome2-system-admin-guide/C/Makefile.am7
-rw-r--r--gnome2-system-admin-guide/Makefile.am2
-rw-r--r--gnome2-user-guide/Makefile.am2
-rw-r--r--gnome2-user-guide/hu/Makefile.am33
9 files changed, 73 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 856d25b..818a8d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2003-01-19 Chris Lyttle <chris@wilddev.net>
+
+ * configure.in: updated to release 2.0.4, added hu translation,
+ system-admin guide and accessibility guide.
+ * Makefile.am: added gnome2-system-admin-guide and
+ gnome2-accessibility-guide to subdirs
+ * gnome2-accessibility-guide/Makefile.am: added
+ * gnome2-accessibility-guide/C/Makefile.am: added
+ * gnome2-system-admin-guide/Makefile.am: added
+ * gnome2-system-admin-guide/C/Makefile.am: added
+ * gnome2-user-guide/Makefile.am: added
+ * gnome2-user-guide/hu/Makefile.am: added
+
2003-01-15 Marius Andreiana <marius galuna.ro>
* configure.in: added gnome2-user-guide/ro/Makefile
diff --git a/Makefile.am b/Makefile.am
index 43b8298..a48378a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,7 @@
SUBDIRS = \
gnome2-user-guide \
+ gnome2-accessibility-guide \
+ gnome2-system-admin-guide \
introduction-to-gnome
EXTRA_DIST = gnome-user-docs.spec COPYING-DOCS xmldocs.make omf.make
diff --git a/configure.in b/configure.in
index d33ad01..8b55147 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ AC_INIT(gnome2-user-guide)
SCROLLKEEPER_REQUIRED=0.3.11
AC_SUBST(SCROLLKEEPER_REQUIRED)
-AM_INIT_AUTOMAKE(gnome2-user-docs, 2.0.3)
+AM_INIT_AUTOMAKE(gnome2-user-docs, 2.0.4)
AM_MAINTAINER_MODE
@@ -40,6 +40,11 @@ gnome-user-docs.spec
gnome2-user-guide/Makefile
gnome2-user-guide/C/Makefile
gnome2-user-guide/ro/Makefile
+gnome2-user-guide/hu/Makefile
+gnome2-accessibility-guide/Makefile
+gnome2-accessibility-guide/C/Makefile
+gnome2-system-admin-guide/Makefile
+gnome2-system-admin-guide/C/Makefile
introduction-to-gnome/Makefile
introduction-to-gnome/C/Makefile
])
diff --git a/gnome2-accessibility-guide/C/Makefile.am b/gnome2-accessibility-guide/C/Makefile.am
new file mode 100644
index 0000000..07ae237
--- /dev/null
+++ b/gnome2-accessibility-guide/C/Makefile.am
@@ -0,0 +1,7 @@
+figdir = figures
+docname = GNOMESOLACCESS
+lang = C
+omffile = GNOMESOLACCESS-C.omf
+entities = legal.xml accessintro.xml dtconfig.xml keynav.xml preface.xml themes.xml
+include $(top_srcdir)/xmldocs.make
+dist-hook: app-dist-hook
diff --git a/gnome2-accessibility-guide/Makefile.am b/gnome2-accessibility-guide/Makefile.am
new file mode 100644
index 0000000..1487d19
--- /dev/null
+++ b/gnome2-accessibility-guide/Makefile.am
@@ -0,0 +1,2 @@
+SUBDIRS = C
+
diff --git a/gnome2-system-admin-guide/C/Makefile.am b/gnome2-system-admin-guide/C/Makefile.am
new file mode 100644
index 0000000..f840890
--- /dev/null
+++ b/gnome2-system-admin-guide/C/Makefile.am
@@ -0,0 +1,7 @@
+docname = system-admin-guide
+lang = C
+omffile = system-admin-guide-C.omf
+entities = legal.xml gconf.xml glossary.xml menustructure.xml
+include $(top_srcdir)/xmldocs.make
+dist-hook: app-dist-hook
+
diff --git a/gnome2-system-admin-guide/Makefile.am b/gnome2-system-admin-guide/Makefile.am
new file mode 100644
index 0000000..1487d19
--- /dev/null
+++ b/gnome2-system-admin-guide/Makefile.am
@@ -0,0 +1,2 @@
+SUBDIRS = C
+
diff --git a/gnome2-user-guide/Makefile.am b/gnome2-user-guide/Makefile.am
index 572a32b..dd319fe 100644
--- a/gnome2-user-guide/Makefile.am
+++ b/gnome2-user-guide/Makefile.am
@@ -1,2 +1,2 @@
-SUBDIRS = C ro
+SUBDIRS = C ro hu
diff --git a/gnome2-user-guide/hu/Makefile.am b/gnome2-user-guide/hu/Makefile.am
new file mode 100644
index 0000000..e027745
--- /dev/null
+++ b/gnome2-user-guide/hu/Makefile.am
@@ -0,0 +1,33 @@
+figdir = figures
+docname = user-guide
+lang = hu
+extraomf = gosbasic-hu.omf goscustaccess-hu.omf goscustdesk-hu.omf goscustlookandfeel-hu.omf gosdeskback-hu.omf goseditmainmenu-hu.omf gosmetacity-hu.omf gosnautilus-hu.omf gosoverview-hu.omf gospanel-hu.omf gosstartsession-hu.omf
+omffile = user-guide-hu.omf
+entities = legal.xml front.xml gosbasic.xml goscustaccess.xml goscustdesk.xml goscustlookandfeel.xml gosdeskback.xml goseditmainmenu.xml gosmetacity.xml gosnautilus.xml gosoverview.xml gospanel.xml gosstartsession.xml part1.xml part2.xml wgoscustdesk.xml wgoscustlookandfeel.xml wgosnautilus.xml wgospanel.xml glossary.xml wgosbasic.xml wgosmetacity.xml wgosoverview.xml wgoseditmainmenu.xml wgoscustaccess.xml wgosdeskback.xml wgosstartsession.xml
+include $(top_srcdir)/xmldocs.make
+omf_dest_dir=$(datadir)/omf/$(docname)
+#
+# This is copy-paste from ../../omf.make and changed to actually
+# do something sensible in this instance
+#
+omf_timestamp: $(omffile)
+ -for file in $(omffile); do \
+ scrollkeeper-preinstall $(docdir)/$(docname).xml $(srcdir)/$$file $$file.out; \
+ done
+ -for file in $(extraomf); do \
+ scrollkeeper-preinstall $(docdir)/w`echo $$file | cut -f1 -d -`.xml $(srcdir)/$$file $$file.out; \
+ done
+ touch omf_timestamp
+#
+# Oh, and this one aswell - they need to get installed. omf.make is so primitive 8-(
+#
+install-data-hook-omf:
+ $(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)
+ for file in $(extraomf); do \
+ $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \
+ done
+ -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir)
+
+dist-hook: app-dist-hook
+
+EXTRA_DIST += $(extraomf)