Re: GNOME User Guide
- From: Shaun McCance <shaunm gnome org>
- To: "Eugene O'Connor" <Eugene Oconnor Sun COM>
- Cc: GNOME Doc List <gnome-doc-list gnome org>
- Subject: Re: GNOME User Guide
- Date: 22 Jan 2004 16:18:52 -0600
On Thu, 2004-01-22 at 12:01, Eugene O'Connor wrote:
> I have removed the following files from the User Guide:
>
> - The w*.xml wrapper files
> - front.xml, which was part of the wrapper implementation
> - The OMF files that referred to the w*.xml files
>
> So the UG should now display as one book.
>
> Attached is a list of Help buttons that will now need to change.
>
> Shaun, I am assuming that the names need to change to user-guide.xml -
> if that's not the case, let me know.
Rock! Thanks for this. We need some changes to Makefile.am for this to
work. I've attached a diff.
So I'm not entirely sure who's responsible for making releases of this,
but I really need a development release to tell maintainers to change
the target of Help buttons. I can roll a release, if nobody objects.
Also, do you (or anybody else) know the status of the translations that
are in CVS? It looks like they're not built, so I'm assuming that they
aren't up to date. Obviously, these changes should be made to each of
the languages. Even if they're not being built and installed, we don't
want some ambitious translator to come along only to find out that his
language's build is wrong.
--
Shaun
Index: Makefile.am
===================================================================
RCS file: /cvs/gnome/gnome-user-docs/gnome2-user-guide/C/Makefile.am,v
retrieving revision 1.7
diff -u -r1.7 Makefile.am
--- Makefile.am 18 Apr 2003 05:38:11 -0000 1.7
+++ Makefile.am 22 Jan 2004 22:12:51 -0000
@@ -1,33 +1,10 @@
figdir = figures
docname = user-guide
lang = C
-extraomf = gosbasic-C.omf goscustaccess-C.omf goscustdesk-C.omf goscustlookandfeel-C.omf gosdeskback-C.omf goseditmainmenu-C.omf gosmetacity-C.omf gosnautilus-C.omf gosoverview-C.omf gospanel-C.omf gosstartsession-C.omf
omffile = user-guide-C.omf
-entities = legal.xml front.xml glossary.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 wgosbasic.xml wgoscustaccess.xml wgoscustdesk.xml wgoscustlookandfeel.xml wgosdeskback.xml wgoseditmainmenu.xml wgosmetacity.xml wgosnautilus.xml wgosoverview.xml wgospanel.xml wgosstartsession.xml
+entities = legal.xml glossary.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
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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]