diff options
author | Aaron Weber <aaron@ximian.com> | 2001-10-02 11:08:34 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2001-10-02 11:08:34 +0800 |
commit | 40c8393cd7b784b3c1bdd06e91cd6049ddb13e6a (patch) | |
tree | 2a5edd188534c791fa832afd360faab1cd4440ef /help | |
parent | c23b30b3bc35a1312b6ee0cffe79d99585835ed5 (diff) | |
download | gsoc2013-evolution-40c8393cd7b784b3c1bdd06e91cd6049ddb13e6a.tar gsoc2013-evolution-40c8393cd7b784b3c1bdd06e91cd6049ddb13e6a.tar.gz gsoc2013-evolution-40c8393cd7b784b3c1bdd06e91cd6049ddb13e6a.tar.bz2 gsoc2013-evolution-40c8393cd7b784b3c1bdd06e91cd6049ddb13e6a.tar.lz gsoc2013-evolution-40c8393cd7b784b3c1bdd06e91cd6049ddb13e6a.tar.xz gsoc2013-evolution-40c8393cd7b784b3c1bdd06e91cd6049ddb13e6a.tar.zst gsoc2013-evolution-40c8393cd7b784b3c1bdd06e91cd6049ddb13e6a.zip |
removed an extraneous tab.
2001-10-01 Aaron Weber <aaron@ximian.com>
* help/C/Makefile.am: removed an extraneous tab.
* C/usage-mail.sgml: missing directory for figure file ref.
svn path=/trunk/; revision=13294
Diffstat (limited to 'help')
-rw-r--r-- | help/C/Makefile.am | 1 | ||||
-rw-r--r-- | help/C/usage-mail.sgml | 6 | ||||
-rw-r--r-- | help/ChangeLog | 4 |
3 files changed, 5 insertions, 6 deletions
diff --git a/help/C/Makefile.am b/help/C/Makefile.am index c8610fd947..96b00881c8 100644 --- a/help/C/Makefile.am +++ b/help/C/Makefile.am @@ -44,6 +44,5 @@ sgml_ents = \ usage-mainwindow.sgml \ usage-print.sgml \ usage-sync.sgml - include $(top_srcdir)/help/sgmldocs.make dist-hook: app-dist-hook diff --git a/help/C/usage-mail.sgml b/help/C/usage-mail.sgml index a1e1df466b..b78a9edcb4 100644 --- a/help/C/usage-mail.sgml +++ b/help/C/usage-mail.sgml @@ -1,6 +1,3 @@ -<!-- -<!DOCTYPE Chapter PUBLIC "-//GNOME//DTD DocBook PNG Variant V1.1//EN"> ---> <chapter id="usage-mail"> <title>Using Evolution for Email</title> @@ -89,12 +86,11 @@ message with the original, so you can follow the thread of a conversation from one message to the next. </para> - <figure> <title>Threaded Mail View</title> <screenshot> <screeninfo>Threaded Mail View</screeninfo> -<mediaobject><imageobject><imagedata format="png" fileref="mail-threaded" srccredit="Aaron Weber"> +<mediaobject><imageobject><imagedata format="png" fileref="figures/mail-threaded" srccredit="Aaron Weber"> </imageobject></mediaobject> </screenshot> </figure> diff --git a/help/ChangeLog b/help/ChangeLog index 8fa891d0ed..63c1785903 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,7 @@ +2001-10-01 Aaron Weber <aaron@ximian.com> + + * C/usage-mail.sgml: missing directory for figure file ref. + 2001-09-29 Kevin Breit <battery841@mediaone.net> * C/usage-mail.sgml: Slightly improved encryption documentation. |