39 lines
825 B
Makefile
39 lines
825 B
Makefile
figs = \
|
|
figures/calendar.png \
|
|
figures/config-cal.png \
|
|
figures/config-mail.png \
|
|
figures/filter-assist-fig.png \
|
|
figures/filter-new-fig.png \
|
|
figures/mail-composer.png \
|
|
figures/print-dest.png \
|
|
figures/print-preview.png
|
|
docname = evolution
|
|
lang = no
|
|
omffile = evolution-no.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
|
|
|
|
include $(top_srcdir)/help/sgmldocs.make
|
|
dist-hook: app-dist-hook
|
|
|
|
EXTRA_DIST = ChangeLog.pre-1-4
|
|
|
|
-include $(top_srcdir)/git.mk
|