Files
evolution/help/C/Makefile.am
Gediminas Paulauskas 1e9f8b5d12 create doc/devel/executive-summary/Makefile
2001-03-14  Gediminas Paulauskas <menesis@delfi.lt>

	* configure.in: create doc/devel/executive-summary/Makefile

	* doc/C/Makefile.am: there's no apx-fdl.sgml and evolution-guide.sgml
	anymore

	* filter/filter-system-flag.c: translate status flag title.

svn path=/trunk/; revision=8714
2001-03-14 22:50:55 +00:00

58 lines
1.6 KiB
Makefile

evolution_helpdir = $(datadir)/gnome/help/evolution/C
SGML_FILES = \
apx-authors.sgml \
apx-bugs.sgml \
apx-gloss.sgml \
config-prefs.sgml \
config-setupassist.sgml \
config-sync.sgml \
preface.sgml \
usage-calendar.sgml \
usage-contact.sgml \
usage-mail.sgml \
usage-mainwindow.sgml \
usage-sync.sgml
EXTRA_DIST = \
$(SGML_FILES)
all: evolution-guide
evolution-guide: $(SGML_FILES)
-db2html evolution-guide.sgml
dist-hook:
mkdir $(distdir)/evolution-guide
-cp evolution-guide/*.html evolution-guide/*.css $(distdir)/evolution-guide
mkdir $(distdir)/fig
-cp fig/*.png $(distdir)/fig
mkdir $(distdir)/evolution-guide/stylesheet-images
-cp evolution-guide/stylesheet-images/* $(distdir)/evolution-guide/stylesheet-images
install-data-local: evolution-guide
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)
-for file in $(srcdir)/evolution-guide/*.html $(srcdir)/evolution-guide/*.css; do \
basefile=`basename $$file`; \
$(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/$$basefile; \
done
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/fig
-for file in $(srcdir)/fig/*.png; do \
basefile=`basename $$file`; \
$(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/fig/$$basefile; \
done
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/stylesheet-images
-for file in $(srcdir)/evolution-guide/stylesheet-images/*; do \
basefile=`basename $$file`; \
$(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/stylesheet-images/$$basefile; \
done
evolution.ps: evolution.sgml
-db2ps $<
evolution.rtf: evolution.sgml
-db2rtf $<