diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-04-03 21:18:00 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-04-03 21:18:00 +0800 |
commit | ed89b5e1814d6c9498647a8650e4f09a1cea217b (patch) | |
tree | 4beb7260e264d4395c29f3e28acc01c61a9e4064 /help | |
parent | f606d0b8d030a1a4ac928c283ccfe0507d0fbc6b (diff) | |
download | gsoc2013-empathy-ed89b5e1814d6c9498647a8650e4f09a1cea217b.tar gsoc2013-empathy-ed89b5e1814d6c9498647a8650e4f09a1cea217b.tar.gz gsoc2013-empathy-ed89b5e1814d6c9498647a8650e4f09a1cea217b.tar.bz2 gsoc2013-empathy-ed89b5e1814d6c9498647a8650e4f09a1cea217b.tar.lz gsoc2013-empathy-ed89b5e1814d6c9498647a8650e4f09a1cea217b.tar.xz gsoc2013-empathy-ed89b5e1814d6c9498647a8650e4f09a1cea217b.tar.zst gsoc2013-empathy-ed89b5e1814d6c9498647a8650e4f09a1cea217b.zip |
Remove empathy-new-account.png from makefile, it is not used anymore. Fixes bug #576375
From: Xavier Claessens <xclaesse@gmail.com>
svn path=/trunk/; revision=2760
Diffstat (limited to 'help')
-rw-r--r-- | help/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/help/Makefile.am b/help/Makefile.am index e5dfa615c..f51965b59 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -3,7 +3,6 @@ include $(top_srcdir)/gnome-doc-utils.make DOC_MODULE = empathy DOC_ENTITIES = legal.xml DOC_FIGURES = \ - figures/empathy-main-window.png \ - figures/empathy-new-account.png + figures/empathy-main-window.png DOC_LINGUAS = ca cs de el en_GB es fi fr it ru sv dist-hook: doc-dist-hook |