2002-02-06 Aaron Weber <aaron@ximian.com> * C/Makefile.am: added C/figures/schedule.png,exchange-identity.png exchange-receive.png, exchange-receive-options.png * C/usage-exchange.sgml: expanded note about active directory server. added screenshot for Free/Busy feature. Doubled the size of the config instructions. * C/figures/exchange-*: New file, screenshot for free/busy feature. svn path=/trunk/; revision=15579
54 lines
1.2 KiB
Makefile
54 lines
1.2 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 \
|
|
figures/schedule.png \
|
|
figures/exchange-identity.png \
|
|
figures/exchange-receive.png \
|
|
figures/exchange-receive-options.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
|