diff options
author | nobody <nobody@localhost> | 2001-02-08 06:53:06 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-02-08 06:53:06 +0800 |
commit | 5d532c59ad71fb170bdceed22ff5b3c46566603b (patch) | |
tree | 67c941166f37e99129f73ab28bd0d83bf566f06c /help/C/Makefile.am | |
parent | 2132c038545393a9d81ddc87cb8e1bde13445b80 (diff) | |
download | gsoc2013-evolution-5d532c59ad71fb170bdceed22ff5b3c46566603b.tar.gz gsoc2013-evolution-5d532c59ad71fb170bdceed22ff5b3c46566603b.tar.zst gsoc2013-evolution-5d532c59ad71fb170bdceed22ff5b3c46566603b.zip |
This commit was manufactured by cvs2svn to create tag 'BONOBO_0_36'.BONOBO_0_36
svn path=/tags/BONOBO_0_36/; revision=8067
Diffstat (limited to 'help/C/Makefile.am')
-rw-r--r-- | help/C/Makefile.am | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/help/C/Makefile.am b/help/C/Makefile.am deleted file mode 100644 index 15f1e047b6..0000000000 --- a/help/C/Makefile.am +++ /dev/null @@ -1,59 +0,0 @@ -evolution_helpdir = $(datadir)/gnome/help/evolution/C - -SGML_FILES = \ - apx-authors.sgml \ - apx-bugs.sgml \ - apx-fdl.sgml \ - apx-gloss.sgml \ - config-prefs.sgml \ - config-setupassist.sgml \ - config-sync.sgml \ - evolution-guide.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 $< |