From 9b249e6568b86180e210525ba10600f6805a3dc1 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 31 Aug 2005 05:00:49 +0000 Subject: fix e-import.c not to be included twice & added invocation of xsltproc to 2005-08-31 Not Zed * build-eplugin-manual.pl: fix e-import.c not to be included twice & added invocation of xsltproc to build the html. * evolution-plugin-manual.xml: fixed some syntax errors. svn path=/trunk/; revision=30297 --- doc/devel/ChangeLog | 5 +++++ doc/devel/build-eplugin-manual.pl | 5 +++-- doc/devel/evolution-plugin-manual.xml | 3 ++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/doc/devel/ChangeLog b/doc/devel/ChangeLog index a9801493b0..a4c70a70c1 100644 --- a/doc/devel/ChangeLog +++ b/doc/devel/ChangeLog @@ -1,5 +1,10 @@ 2005-08-31 Not Zed + * build-eplugin-manual.pl: fix e-import.c not to be included twice + & added invocation of xsltproc to build the html. + + * evolution-plugin-manual.xml: fixed some syntax errors. + * evolution-plugin-manual.xml: added missing localedir thing. 2005-07-12 Not Zed diff --git a/doc/devel/build-eplugin-manual.pl b/doc/devel/build-eplugin-manual.pl index 1ddcb795d9..3a99e90223 100755 --- a/doc/devel/build-eplugin-manual.pl +++ b/doc/devel/build-eplugin-manual.pl @@ -25,7 +25,7 @@ 'module' => 'e-util' }, 'e-import.xml' => - { 'files' => [ 'e-import.c', 'e-import.c' ], + { 'files' => [ 'e-import.h', 'e-import.c' ], 'module' => 'e-util' }, 'em-popup.xml' => @@ -268,4 +268,5 @@ foreach $out (keys %hooks) { &buildxml($data{'type'}, $out, \%data); } - +# this works on my system; you need the docbook-xsl-stylesheets package and xsltproc +system("xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/current/html/tldp-sections.xsl evolution-plugin-manual.xml"); diff --git a/doc/devel/evolution-plugin-manual.xml b/doc/devel/evolution-plugin-manual.xml index c25743e315..2046910a41 100644 --- a/doc/devel/evolution-plugin-manual.xml +++ b/doc/devel/evolution-plugin-manual.xml @@ -1760,6 +1760,7 @@ x-evolution/message/rfc822 and invokes it to begin message formatting. The default handler displays the message headers and then formats the message contents. + Using the mime-type of the content object (whether @@ -2483,7 +2484,7 @@ it is finished. - x-evolution/message/rfc822 + x-evolution/message/rfc822 This handler is called to output messages, including attached messages. The default handler will output the user-desired message headers and then render the message -- cgit v1.2.3