diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-07-30 23:10:09 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-07-30 23:10:09 +0800 |
commit | 628f227cd1b69fea40cefaee0ea00aba3c9729a9 (patch) | |
tree | 01dbbd88065eacdfb94ef19d1abb6b3f23ff2094 /help/Makefile.am | |
parent | d420d5c626405e18f0fc56c8d36ce8597cbf8ca8 (diff) | |
download | gsoc2013-evolution-628f227cd1b69fea40cefaee0ea00aba3c9729a9.tar.gz gsoc2013-evolution-628f227cd1b69fea40cefaee0ea00aba3c9729a9.tar.zst gsoc2013-evolution-628f227cd1b69fea40cefaee0ea00aba3c9729a9.zip |
** This was preventing dblatex from working correctly. I use dblatex to
2007-07-30 Matthew Barnes <mbarnes@redhat.com>
** This was preventing dblatex from working correctly.
I use dblatex to generate a PDF for the website.
* xx/figures/attach_reminder_a.png:
Rename attach_reminder_a.png.png to attach_reminder_a.png.
* Makefile.am:
* xx/evolution.xml:
Update accordingly.
svn path=/trunk/; revision=35869
Diffstat (limited to 'help/Makefile.am')
-rw-r--r-- | help/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help/Makefile.am b/help/Makefile.am index c16e167445..86c763dcb8 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -9,7 +9,7 @@ DOC_INCLUDES = DOC_FIGURES = \ figures/account_editor_a.png \ figures/addrs_book_a.png \ - figures/attach_reminder_a.png.png \ + figures/attach_reminder_a.png \ figures/calendar.png \ figures/categories_a.png \ figures/collap_head_a.png \ |