Files
evolution/doc/C/Makefile.am
T
Jon Trowbridge 2c8b221e77 Changed dependency for install-data-local from "evolution" to
2001-04-23  Jon Trowbridge  <trow@ximian.com>

        * C/Makefile.am (install-data-local): Changed dependency for
        install-data-local from "evolution" to "evolution-guide".

svn path=/trunk/; revision=9529
2001-04-23 23:29:00 +00:00

59 lines
1.5 KiB
Makefile

evolution_helpdir = $(datadir)/gnome/help/evolution/C
SGML_FILES = \
evolution.sgml \
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 $(srcdir)/evolution.sgml
dist-hook:
mkdir $(distdir)/evolution
-cp evolution/*.html evolution/*.css $(distdir)/evolution
mkdir $(distdir)/fig
-cp fig/*.png $(distdir)/fig
mkdir $(distdir)/evolution/stylesheet-images
-cp evolution/stylesheet-images/* $(distdir)/evolution/stylesheet-images
install-data-local: evolution-guide
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)
-for file in $(srcdir)/evolution/*.html $(srcdir)/evolution/*.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/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 $<