2002-11-04 Aaron Weber <aaron@ximian.com> * C/*.sgml: All sgml files replaced with xml files. XML files validated. Two new XML files added: apx-fdl.xml and legal.xml * C/evolution-C.omf: Altered to fit the GDP template. This may now work with the GNOME 2.0 DTD, although I could be wrong. * sgmldocs.make: removed and replaced with xmldocs.make. This will break all translations until they are also ported to XML. I will probably begin doing that tomorrow, since it's just markup and not language stuff. * C/Makefile.am: added two files to the list. Does this Makefile get included in another, somewhere, or is it just detected? svn path=/trunk/; revision=18538
57 lines
1.3 KiB
Makefile
57 lines
1.3 KiB
Makefile
figs = \
|
|
figures/calendar.png \
|
|
figures/config-cal.png \
|
|
figures/config-mail.png \
|
|
figures/contact-editor.png \
|
|
figures/contact.png \
|
|
figures/exchange-identity.png \
|
|
figures/exchange-receive-options.png \
|
|
figures/exchange-receive.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/mail-threaded.png \
|
|
figures/mainwindow-pic.png \
|
|
figures/newmsg.png \
|
|
figures/print-dest.png \
|
|
figures/print-preview.png \
|
|
figures/replymsg.png \
|
|
figures/schedule.png \
|
|
figures/small_desktop.png \
|
|
figures/summary.png \
|
|
figures/vfolder-createrule-fig.png
|
|
figdir = figures
|
|
docname = evolution
|
|
lang = C
|
|
omffile = evolution-C.omf
|
|
entities = \
|
|
apx-authors.xml \
|
|
apx-bugs.xml \
|
|
apx-gloss.xml \
|
|
config-prefs.xml \
|
|
config-sync.xml \
|
|
menuref.xml \
|
|
preface.xml \
|
|
usage-calendar.xml \
|
|
usage-contact.xml \
|
|
usage-exec-summary.xml \
|
|
usage-exchange.xml \
|
|
usage-mail-org.xml \
|
|
usage-mail.xml \
|
|
usage-mainwindow.xml \
|
|
usage-print.xml \
|
|
usage-sync.xml \
|
|
legal.xml \
|
|
apx-fdl.xml \
|
|
include $(top_srcdir)/help/xmldocs.make
|
|
dist-hook: app-dist-hook
|