From c43f2b9a56d4472bc3fd2bb83ab57f779221bf0c Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Wed, 15 Aug 2001 20:09:57 +0000 Subject: s/fig/figures/ Make it use the sgmldocs.make framework. 2001-08-15 Kjartan Maraas * C/*.sgml: s/fig/figures/ * C/Makefile.am: Make it use the sgmldocs.make framework. svn path=/trunk/; revision=12067 --- doc/C/.cvsignore | 6 +-- doc/C/Makefile.am | 106 ++++++++++++++++--------------------------- doc/C/config-prefs.sgml | 4 +- doc/C/evolution-C.omf | 2 +- doc/C/usage-calendar.sgml | 8 ++-- doc/C/usage-contact.sgml | 6 +-- doc/C/usage-mail-org.sgml | 2 +- doc/C/usage-mail.sgml | 10 ++-- doc/C/usage-mainwindow.sgml | 12 ++--- doc/C/usage-print.sgml | 4 +- doc/ChangeLog | 5 ++ help/C/.cvsignore | 6 +-- help/C/Makefile.am | 106 ++++++++++++++++--------------------------- help/C/config-prefs.sgml | 4 +- help/C/evolution-C.omf | 2 +- help/C/usage-calendar.sgml | 8 ++-- help/C/usage-contact.sgml | 6 +-- help/C/usage-mail-org.sgml | 2 +- help/C/usage-mail.sgml | 10 ++-- help/C/usage-mainwindow.sgml | 12 ++--- help/C/usage-print.sgml | 4 +- help/ChangeLog | 5 ++ 22 files changed, 138 insertions(+), 192 deletions(-) diff --git a/doc/C/.cvsignore b/doc/C/.cvsignore index 548121644a..d124a07e3e 100644 --- a/doc/C/.cvsignore +++ b/doc/C/.cvsignore @@ -1,11 +1,9 @@ Makefile Makefile.in -*.junk *.log *.ps *.dvi *.tex -DBTOHTML_OUTPUT_DIR* evolution -evolution-faq -fig/*.eps +index.html +omf_timestamp diff --git a/doc/C/Makefile.am b/doc/C/Makefile.am index f7bbc970ac..3cc8816ead 100644 --- a/doc/C/Makefile.am +++ b/doc/C/Makefile.am @@ -1,79 +1,49 @@ -evolution_helpdir = $(datadir)/gnome/help/evolution/C - -GUIDE_SGML_FILES = \ - evolution.sgml \ +figs = \ + figures/calendar.png \ + figures/config-cal.png \ + figures/config-mail.png \ + figures/contact-editor.png \ + figures/contact.png \ + figures/filter-assist-fig.png \ + figures/filter-new-fig.png \ + figures/full-1.png \ + figures/full-2.png \ + figures/full-3.png \ + figures/full-4.png \ + figures/full-5.png \ + figures/full-6.png \ + figures/full-7.png \ + figures/mail-composer.png \ + figures/mail-druid-pic.png \ + figures/mail-inbox.png \ + figures/mainwindow-pic.png \ + figures/newmsg.png \ + figures/print-dest.png \ + figures/print-preview.png \ + figures/replymsg.png \ + figures/vfolder-createrule-fig.png +docname=evolution-guide +lang = C +omffile=evolution-C.omf +sgml_ents = \ apx-authors.sgml \ apx-bugs.sgml \ apx-gloss.sgml \ + config-encryption.sgml \ config-prefs.sgml \ config-sync.sgml \ + evolution-faq.sgml \ + menuref.sgml \ preface.sgml \ usage-calendar.sgml \ usage-contact.sgml \ + usage-encryption.sgml \ + usage-exec-summary.sgml \ + usage-mail-org.sgml \ usage-mail.sgml \ usage-mainwindow.sgml \ + usage-print.sgml \ usage-sync.sgml - -FAQ_SGML_FILES = \ - evolution-faq.sgml - -EXTRA_DIST = \ - $(FAQ_SGML_FILES) \ - $(GUIDE_SGML_FILES) - -all: evolution-guide evolution-faq - -evolution-guide: $(GUIDE_SGML_FILES) - -db2html $(srcdir)/evolution.sgml - -evolution-faq: $(FAQ_SGML_FILES) - -db2html $(srcdir)/evolution-faq.sgml - -dist-hook: - mkdir $(distdir)/fig - mkdir $(distdir)/evolution - mkdir $(distdir)/evolution/stylesheet-images - files=`echo $(srcdir)/evolution/*.html` ; \ - test '$(srcdir)/evolution/*.html' = "$$files" \ - || cp $$files $(distdir)/evolution - files=`echo $(srcdir)/evolution/*.css` ; \ - test '$(srcdir)/evolution/*.css' = "$$files" \ - || cp $$files $(distdir)/evolution - files=`echo $(srcdir)/fig/*.png` ; \ - test '$(srcdir)/fig/*.png' = "$$files" \ - || cp $$files $(distdir)/evolution - files=`echo $(srcdir)/evolution/stylesheet-images/*` ; \ - test '$(srcdir)/evolution/stylesheet-images/*' = "$$files" \ - || cp $$files $(distdir)/evolution - -# FIXME really messy here -install-data-local: evolution-guide evolution-faq - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/evolution-guide - -for file in $(srcdir)/evolution/*.html $(srcdir)/evolution/*.css; do \ - basefile=`basename $$file`; \ - $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/evolution-guide/$$basefile; \ - done - - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/evolution-faq - -for file in $(srcdir)/evolution-faq/*.html $(srcdir)/evolution-faq/*.css; do \ - basefile=`basename $$file`; \ - $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/evolution-faq/$$basefile; \ - done - - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/evolution-guide/fig - -for file in $(srcdir)/fig/*.png; do \ - basefile=`basename $$file`; \ - $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/evolution-guide/fig/$$basefile; \ - done - - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/evolution-guide/stylesheet-images - -for file in $(srcdir)/evolution/stylesheet-images/*; do \ - basefile=`basename $$file`; \ - $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/evolution-guide/stylesheet-images/$$basefile; \ - done - -evolution.ps: evolution.sgml - -db2ps $< - -evolution.rtf: evolution.sgml - -db2rtf $< + +include $(top_srcdir)/doc/sgmldocs.make +dist-hook: app-dist-hook diff --git a/doc/C/config-prefs.sgml b/doc/C/config-prefs.sgml index e3debd0ab6..b3e27fce98 100644 --- a/doc/C/config-prefs.sgml +++ b/doc/C/config-prefs.sgml @@ -65,7 +65,7 @@ Mail Preferences Dialog Setting mail preferences - + @@ -389,7 +389,7 @@ Calendar Preferences Dialog If this worked on my job as well as my calendar... - + diff --git a/doc/C/evolution-C.omf b/doc/C/evolution-C.omf index f6e003a25b..e80b88c418 100644 --- a/doc/C/evolution-C.omf +++ b/doc/C/evolution-C.omf @@ -8,7 +8,7 @@ GNOME|PIM - + diff --git a/doc/C/usage-calendar.sgml b/doc/C/usage-calendar.sgml index 98f11e1bca..3aeb9b23e2 100644 --- a/doc/C/usage-calendar.sgml +++ b/doc/C/usage-calendar.sgml @@ -19,7 +19,7 @@ Evolution Calendar View Evolution Contact Manager Window - + @@ -28,7 +28,7 @@ - + Event List @@ -39,7 +39,7 @@ - + Todo List @@ -51,7 +51,7 @@ - + Calendar Window diff --git a/doc/C/usage-contact.sgml b/doc/C/usage-contact.sgml index 91ac0c708c..a168ef1087 100644 --- a/doc/C/usage-contact.sgml +++ b/doc/C/usage-contact.sgml @@ -42,13 +42,13 @@ Evolution Contact Interface Evolution Contact List Window - + - + Contact List @@ -150,7 +150,7 @@ Evolution Contact Editor Evolution Contact Editor - + diff --git a/doc/C/usage-mail-org.sgml b/doc/C/usage-mail-org.sgml index ed54a88d13..19ad87ca12 100644 --- a/doc/C/usage-mail-org.sgml +++ b/doc/C/usage-mail-org.sgml @@ -766,7 +766,7 @@ Selecting a Virtual Folder Rule Creating a Virtual Folder Rule - + diff --git a/doc/C/usage-mail.sgml b/doc/C/usage-mail.sgml index 12ad3fdab8..b3579fb5d8 100644 --- a/doc/C/usage-mail.sgml +++ b/doc/C/usage-mail.sgml @@ -85,14 +85,14 @@ Evolution Mail Inbox - + - + Email Viewer @@ -101,7 +101,7 @@ - + Email List @@ -434,7 +434,7 @@ New Message Window Evolution Main Window - + @@ -675,7 +675,7 @@ with quoted materials and the relevant replies interspersed--> Reply Message Window Evolution Main Window - + diff --git a/doc/C/usage-mainwindow.sgml b/doc/C/usage-mainwindow.sgml index 9dc0c62a35..fe8f3458eb 100644 --- a/doc/C/usage-mainwindow.sgml +++ b/doc/C/usage-mainwindow.sgml @@ -289,13 +289,13 @@ The Evolution Main Window Inbox - + - + Menubar @@ -305,7 +305,7 @@ - + Toolbar @@ -315,7 +315,7 @@ - + Shortcut Bar @@ -325,7 +325,7 @@ - + Status Bar @@ -337,7 +337,7 @@ - + Search Bar diff --git a/doc/C/usage-print.sgml b/doc/C/usage-print.sgml index b73636f37e..747b6838d0 100644 --- a/doc/C/usage-print.sgml +++ b/doc/C/usage-print.sgml @@ -44,7 +44,7 @@ Print Preview Print Preview - + @@ -73,7 +73,7 @@ Choosing a Printer Choosing a Printer - + diff --git a/doc/ChangeLog b/doc/ChangeLog index 8b3380007a..6e725e7411 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2001-08-15 Kjartan Maraas + + * C/*.sgml: s/fig/figures/ + * C/Makefile.am: Make it use the sgmldocs.make framework. + 2001-08-14 Aaron Weber * C/usage-mainwindow.sgml: Commented out menuref. diff --git a/help/C/.cvsignore b/help/C/.cvsignore index 548121644a..d124a07e3e 100644 --- a/help/C/.cvsignore +++ b/help/C/.cvsignore @@ -1,11 +1,9 @@ Makefile Makefile.in -*.junk *.log *.ps *.dvi *.tex -DBTOHTML_OUTPUT_DIR* evolution -evolution-faq -fig/*.eps +index.html +omf_timestamp diff --git a/help/C/Makefile.am b/help/C/Makefile.am index f7bbc970ac..3cc8816ead 100644 --- a/help/C/Makefile.am +++ b/help/C/Makefile.am @@ -1,79 +1,49 @@ -evolution_helpdir = $(datadir)/gnome/help/evolution/C - -GUIDE_SGML_FILES = \ - evolution.sgml \ +figs = \ + figures/calendar.png \ + figures/config-cal.png \ + figures/config-mail.png \ + figures/contact-editor.png \ + figures/contact.png \ + figures/filter-assist-fig.png \ + figures/filter-new-fig.png \ + figures/full-1.png \ + figures/full-2.png \ + figures/full-3.png \ + figures/full-4.png \ + figures/full-5.png \ + figures/full-6.png \ + figures/full-7.png \ + figures/mail-composer.png \ + figures/mail-druid-pic.png \ + figures/mail-inbox.png \ + figures/mainwindow-pic.png \ + figures/newmsg.png \ + figures/print-dest.png \ + figures/print-preview.png \ + figures/replymsg.png \ + figures/vfolder-createrule-fig.png +docname=evolution-guide +lang = C +omffile=evolution-C.omf +sgml_ents = \ apx-authors.sgml \ apx-bugs.sgml \ apx-gloss.sgml \ + config-encryption.sgml \ config-prefs.sgml \ config-sync.sgml \ + evolution-faq.sgml \ + menuref.sgml \ preface.sgml \ usage-calendar.sgml \ usage-contact.sgml \ + usage-encryption.sgml \ + usage-exec-summary.sgml \ + usage-mail-org.sgml \ usage-mail.sgml \ usage-mainwindow.sgml \ + usage-print.sgml \ usage-sync.sgml - -FAQ_SGML_FILES = \ - evolution-faq.sgml - -EXTRA_DIST = \ - $(FAQ_SGML_FILES) \ - $(GUIDE_SGML_FILES) - -all: evolution-guide evolution-faq - -evolution-guide: $(GUIDE_SGML_FILES) - -db2html $(srcdir)/evolution.sgml - -evolution-faq: $(FAQ_SGML_FILES) - -db2html $(srcdir)/evolution-faq.sgml - -dist-hook: - mkdir $(distdir)/fig - mkdir $(distdir)/evolution - mkdir $(distdir)/evolution/stylesheet-images - files=`echo $(srcdir)/evolution/*.html` ; \ - test '$(srcdir)/evolution/*.html' = "$$files" \ - || cp $$files $(distdir)/evolution - files=`echo $(srcdir)/evolution/*.css` ; \ - test '$(srcdir)/evolution/*.css' = "$$files" \ - || cp $$files $(distdir)/evolution - files=`echo $(srcdir)/fig/*.png` ; \ - test '$(srcdir)/fig/*.png' = "$$files" \ - || cp $$files $(distdir)/evolution - files=`echo $(srcdir)/evolution/stylesheet-images/*` ; \ - test '$(srcdir)/evolution/stylesheet-images/*' = "$$files" \ - || cp $$files $(distdir)/evolution - -# FIXME really messy here -install-data-local: evolution-guide evolution-faq - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/evolution-guide - -for file in $(srcdir)/evolution/*.html $(srcdir)/evolution/*.css; do \ - basefile=`basename $$file`; \ - $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/evolution-guide/$$basefile; \ - done - - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/evolution-faq - -for file in $(srcdir)/evolution-faq/*.html $(srcdir)/evolution-faq/*.css; do \ - basefile=`basename $$file`; \ - $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/evolution-faq/$$basefile; \ - done - - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/evolution-guide/fig - -for file in $(srcdir)/fig/*.png; do \ - basefile=`basename $$file`; \ - $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/evolution-guide/fig/$$basefile; \ - done - - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/evolution-guide/stylesheet-images - -for file in $(srcdir)/evolution/stylesheet-images/*; do \ - basefile=`basename $$file`; \ - $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/evolution-guide/stylesheet-images/$$basefile; \ - done - -evolution.ps: evolution.sgml - -db2ps $< - -evolution.rtf: evolution.sgml - -db2rtf $< + +include $(top_srcdir)/doc/sgmldocs.make +dist-hook: app-dist-hook diff --git a/help/C/config-prefs.sgml b/help/C/config-prefs.sgml index e3debd0ab6..b3e27fce98 100644 --- a/help/C/config-prefs.sgml +++ b/help/C/config-prefs.sgml @@ -65,7 +65,7 @@ Mail Preferences Dialog Setting mail preferences - + @@ -389,7 +389,7 @@ Calendar Preferences Dialog If this worked on my job as well as my calendar... - + diff --git a/help/C/evolution-C.omf b/help/C/evolution-C.omf index f6e003a25b..e80b88c418 100644 --- a/help/C/evolution-C.omf +++ b/help/C/evolution-C.omf @@ -8,7 +8,7 @@ GNOME|PIM - + diff --git a/help/C/usage-calendar.sgml b/help/C/usage-calendar.sgml index 98f11e1bca..3aeb9b23e2 100644 --- a/help/C/usage-calendar.sgml +++ b/help/C/usage-calendar.sgml @@ -19,7 +19,7 @@ Evolution Calendar View Evolution Contact Manager Window - + @@ -28,7 +28,7 @@ - + Event List @@ -39,7 +39,7 @@ - + Todo List @@ -51,7 +51,7 @@ - + Calendar Window diff --git a/help/C/usage-contact.sgml b/help/C/usage-contact.sgml index 91ac0c708c..a168ef1087 100644 --- a/help/C/usage-contact.sgml +++ b/help/C/usage-contact.sgml @@ -42,13 +42,13 @@ Evolution Contact Interface Evolution Contact List Window - + - + Contact List @@ -150,7 +150,7 @@ Evolution Contact Editor Evolution Contact Editor - + diff --git a/help/C/usage-mail-org.sgml b/help/C/usage-mail-org.sgml index ed54a88d13..19ad87ca12 100644 --- a/help/C/usage-mail-org.sgml +++ b/help/C/usage-mail-org.sgml @@ -766,7 +766,7 @@ Selecting a Virtual Folder Rule Creating a Virtual Folder Rule - + diff --git a/help/C/usage-mail.sgml b/help/C/usage-mail.sgml index 12ad3fdab8..b3579fb5d8 100644 --- a/help/C/usage-mail.sgml +++ b/help/C/usage-mail.sgml @@ -85,14 +85,14 @@ Evolution Mail Inbox - + - + Email Viewer @@ -101,7 +101,7 @@ - + Email List @@ -434,7 +434,7 @@ New Message Window Evolution Main Window - + @@ -675,7 +675,7 @@ with quoted materials and the relevant replies interspersed--> Reply Message Window Evolution Main Window - + diff --git a/help/C/usage-mainwindow.sgml b/help/C/usage-mainwindow.sgml index 9dc0c62a35..fe8f3458eb 100644 --- a/help/C/usage-mainwindow.sgml +++ b/help/C/usage-mainwindow.sgml @@ -289,13 +289,13 @@ The Evolution Main Window Inbox - + - + Menubar @@ -305,7 +305,7 @@ - + Toolbar @@ -315,7 +315,7 @@ - + Shortcut Bar @@ -325,7 +325,7 @@ - + Status Bar @@ -337,7 +337,7 @@ - + Search Bar diff --git a/help/C/usage-print.sgml b/help/C/usage-print.sgml index b73636f37e..747b6838d0 100644 --- a/help/C/usage-print.sgml +++ b/help/C/usage-print.sgml @@ -44,7 +44,7 @@ Print Preview Print Preview - + @@ -73,7 +73,7 @@ Choosing a Printer Choosing a Printer - + diff --git a/help/ChangeLog b/help/ChangeLog index 8b3380007a..6e725e7411 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,8 @@ +2001-08-15 Kjartan Maraas + + * C/*.sgml: s/fig/figures/ + * C/Makefile.am: Make it use the sgmldocs.make framework. + 2001-08-14 Aaron Weber * C/usage-mainwindow.sgml: Commented out menuref. -- cgit v1.2.3