diff options
author | Shaun McCance <shaunm@src.gnome.org> | 2004-01-30 22:25:32 +0000 |
---|---|---|
committer | Shaun McCance <shaunm@src.gnome.org> | 2004-01-30 22:25:32 +0000 |
commit | 13d06d175573c18af36845b6438d9140c9f622e4 (patch) | |
tree | 557556f446c4a318f90bc95da1bf25e43d84a352 | |
parent | 469cd44dd14beb570e31b33eb1c85debbbb1494c (diff) | |
download | gnome-user-docs-13d06d175573c18af36845b6438d9140c9f622e4.tar.gz gnome-user-docs-13d06d175573c18af36845b6438d9140c9f622e4.tar.xz gnome-user-docs-13d06d175573c18af36845b6438d9140c9f622e4.zip |
- Changes for as-a-whole user guide, instead of by-chapter.
* Makefile.am:
- Changes for as-a-whole user guide, instead of by-chapter.
-rw-r--r-- | gnome2-user-guide/C/ChangeLog | 5 | ||||
-rw-r--r-- | gnome2-user-guide/C/Makefile.am | 27 |
2 files changed, 7 insertions, 25 deletions
diff --git a/gnome2-user-guide/C/ChangeLog b/gnome2-user-guide/C/ChangeLog index 4cf1d2d..3086c2d 100644 --- a/gnome2-user-guide/C/ChangeLog +++ b/gnome2-user-guide/C/ChangeLog @@ -1,3 +1,8 @@ +2004-01-30 Shaun McCance <shaunm@gnome.org> + + * Makefile.am: + - Changes for as-a-whole user guide, instead of by-chapter. + 2004-01-22 Eugene O'Connor <eugene.oconnor@sun.com> * Removed w*.xml wrapper files, front.xml, and all OMF files that refer to w*.xml files. This is to remove the implementation of the UG in Yelp whereby each chapter is displayed as an individual book. diff --git a/gnome2-user-guide/C/Makefile.am b/gnome2-user-guide/C/Makefile.am index b6fbd9a..39d91db 100644 --- a/gnome2-user-guide/C/Makefile.am +++ b/gnome2-user-guide/C/Makefile.am @@ -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) |