2001-11-27 Aaron Weber <aaron@ximian.com> * C/usage-mail.sgml: Touched. Minor changes to IMAP section, to make sure links worked, etc. * C/config-prefs.sgml: Expanded IMAP options. * C/usage-mainwindow.sgml: Added note about more options available. 2001-11-26 Aaron Weber <aaron@ximian.com> * C/usage-exchange.sgml: removed FIXMES, made valid within larger <book> context. 2001-11-19 Aaron Weber <aaron@ximian.com> * C/usage-mail-org.sgml: changed Unmatched vfolder description. Removed note about how it behaves when you have no vFolders. 2001-11-15 Aaron Weber <aaron@ximian.com> * C/apx-authors.sgml: Removed authorlist, point people to "About" box, since there's no point in having so many lists in so many places. 2001-11-02 Aaron Weber <aaron@ximian.com> * C/usage-mainwindow.sgml: Connector. * C/config-prefs.sgml: Connector. * C/usage-exchange.sgml: Connector. 2001-10-31 Aaron Weber <aaron@ximian.com> * C/usage-exchange.sgml: More working on this file today. Nearly done. * C/topic.dat: Added Connector info. * C/usage-mainwindow.sgml: Added mention of Connector to configuration options. * C/config-prefs.sgml: Added mention of Connector to configuration options. 2001-10-30 Aaron Weber <aaron@ximian.com> * C/evolution.sgml: Cleaned up comments. Added Exchange entity. * C/Makefile.am: added exchange.sgml file svn path=/trunk/; revision=14851
48 lines
1.1 KiB
Makefile
48 lines
1.1 KiB
Makefile
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
|
|
lang = C
|
|
omffile = evolution-C.omf
|
|
sgml_ents = \
|
|
apx-authors.sgml \
|
|
apx-bugs.sgml \
|
|
apx-gloss.sgml \
|
|
config-prefs.sgml \
|
|
config-sync.sgml \
|
|
evolution-faq.sgml \
|
|
menuref.sgml \
|
|
preface.sgml \
|
|
usage-calendar.sgml \
|
|
usage-contact.sgml \
|
|
usage-exec-summary.sgml \
|
|
usage-mail-org.sgml \
|
|
usage-mail.sgml \
|
|
usage-exchange.sgml \
|
|
usage-mainwindow.sgml \
|
|
usage-print.sgml \
|
|
usage-sync.sgml
|
|
include $(top_srcdir)/help/sgmldocs.make
|
|
dist-hook: app-dist-hook
|