diff options
-rw-r--r-- | doc/C/Makefile.am | 19 | ||||
-rw-r--r-- | doc/ChangeLog | 12 | ||||
-rw-r--r-- | help/C/Makefile.am | 19 | ||||
-rw-r--r-- | help/ChangeLog | 12 |
4 files changed, 50 insertions, 12 deletions
diff --git a/doc/C/Makefile.am b/doc/C/Makefile.am index cdf9d47dbe..67b44d27b3 100644 --- a/doc/C/Makefile.am +++ b/doc/C/Makefile.am @@ -38,23 +38,30 @@ dist-hook: mkdir $(distdir)/evolution/stylesheet-images -cp evolution/stylesheet-images/* $(distdir)/evolution/stylesheet-images +# FIXME really messy here install-data-local: evolution-guide evolution-faq - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir) + $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/evolution-guide -for file in $(srcdir)/evolution/*.html $(srcdir)/evolution/*.css; do \ basefile=`basename $$file`; \ - $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/$$basefile; \ + $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/evolution-guide/$$basefile; \ done - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/fig + $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/evolution-faq + -for file in $(srcdir)/evolution-faq/*.html $(srcdir)/evolution-faq/*.css; do \ + basefile=`basename $$file`; \ + $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/evolution-faq/$$basefile; \ + done + + $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/evolution-guide/fig -for file in $(srcdir)/fig/*.png; do \ basefile=`basename $$file`; \ - $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/fig/$$basefile; \ + $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/evolution-guide/fig/$$basefile; \ done - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/stylesheet-images + $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/evolution-guide/stylesheet-images -for file in $(srcdir)/evolution/stylesheet-images/*; do \ basefile=`basename $$file`; \ - $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/stylesheet-images/$$basefile; \ + $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/evolution-guide/stylesheet-images/$$basefile; \ done evolution.ps: evolution.sgml diff --git a/doc/ChangeLog b/doc/ChangeLog index 1b5327ee46..4e0f87ac70 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,15 @@ +2001-05-15 Ettore Perazzoli <ettore@ximian.com> + + * C/Makefile.am (SGML_FILES): Renamed to `GUIDE_SGML_FILES'. + (EXTRA_DIST): Add `$(FAQ_SGML_FILES)'. + (all): Depend on `evolution-faq' too. + (evolution-faq): New. + (install-data-local): Depend on `evolution-faq' too. Install the + FAQ into `$(evolution_helpdir)/evolution-faq' and the guide into + `$(evolution_helpdir)/evolution-guide'. + + * C/evolution-faq.sgml: New. + 2001-04-23 Jon Trowbridge <trow@ximian.com> * C/Makefile.am (install-data-local): Changed dependency for diff --git a/help/C/Makefile.am b/help/C/Makefile.am index cdf9d47dbe..67b44d27b3 100644 --- a/help/C/Makefile.am +++ b/help/C/Makefile.am @@ -38,23 +38,30 @@ dist-hook: mkdir $(distdir)/evolution/stylesheet-images -cp evolution/stylesheet-images/* $(distdir)/evolution/stylesheet-images +# FIXME really messy here install-data-local: evolution-guide evolution-faq - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir) + $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/evolution-guide -for file in $(srcdir)/evolution/*.html $(srcdir)/evolution/*.css; do \ basefile=`basename $$file`; \ - $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/$$basefile; \ + $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/evolution-guide/$$basefile; \ done - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/fig + $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/evolution-faq + -for file in $(srcdir)/evolution-faq/*.html $(srcdir)/evolution-faq/*.css; do \ + basefile=`basename $$file`; \ + $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/evolution-faq/$$basefile; \ + done + + $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/evolution-guide/fig -for file in $(srcdir)/fig/*.png; do \ basefile=`basename $$file`; \ - $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/fig/$$basefile; \ + $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/evolution-guide/fig/$$basefile; \ done - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/stylesheet-images + $(top_srcdir)/mkinstalldirs $(DESTDIR)$(evolution_helpdir)/evolution-guide/stylesheet-images -for file in $(srcdir)/evolution/stylesheet-images/*; do \ basefile=`basename $$file`; \ - $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/stylesheet-images/$$basefile; \ + $(INSTALL_DATA) $$file $(DESTDIR)$(evolution_helpdir)/evolution-guide/stylesheet-images/$$basefile; \ done evolution.ps: evolution.sgml diff --git a/help/ChangeLog b/help/ChangeLog index 1b5327ee46..4e0f87ac70 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,15 @@ +2001-05-15 Ettore Perazzoli <ettore@ximian.com> + + * C/Makefile.am (SGML_FILES): Renamed to `GUIDE_SGML_FILES'. + (EXTRA_DIST): Add `$(FAQ_SGML_FILES)'. + (all): Depend on `evolution-faq' too. + (evolution-faq): New. + (install-data-local): Depend on `evolution-faq' too. Install the + FAQ into `$(evolution_helpdir)/evolution-faq' and the guide into + `$(evolution_helpdir)/evolution-guide'. + + * C/evolution-faq.sgml: New. + 2001-04-23 Jon Trowbridge <trow@ximian.com> * C/Makefile.am (install-data-local): Changed dependency for |