diff options
author | Claude Paroz <claudep@src.gnome.org> | 2008-06-15 05:20:23 +0800 |
---|---|---|
committer | Claude Paroz <claudep@src.gnome.org> | 2008-06-15 05:20:23 +0800 |
commit | c5de7f757c985ba4730645d624a638dc42ef59d9 (patch) | |
tree | 4ba89111f10a085bcd8b55de93037606654528da /help/Makefile.am | |
parent | a2fa85eedb4d82f048f635168cd3968bcf2410c6 (diff) | |
download | gsoc2013-empathy-c5de7f757c985ba4730645d624a638dc42ef59d9.tar gsoc2013-empathy-c5de7f757c985ba4730645d624a638dc42ef59d9.tar.gz gsoc2013-empathy-c5de7f757c985ba4730645d624a638dc42ef59d9.tar.bz2 gsoc2013-empathy-c5de7f757c985ba4730645d624a638dc42ef59d9.tar.lz gsoc2013-empathy-c5de7f757c985ba4730645d624a638dc42ef59d9.tar.xz gsoc2013-empathy-c5de7f757c985ba4730645d624a638dc42ef59d9.tar.zst gsoc2013-empathy-c5de7f757c985ba4730645d624a638dc42ef59d9.zip |
Added fr translation, completed DOC_FIGURES in Makefile.am
svn path=/trunk/; revision=1172
Diffstat (limited to 'help/Makefile.am')
-rw-r--r-- | help/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/help/Makefile.am b/help/Makefile.am index fb5a11e2a..108b7baed 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -2,7 +2,9 @@ include $(top_srcdir)/gnome-doc-utils.make DOC_MODULE = empathy DOC_ENTITIES = legal.xml -DOC_LINGUAS = es -DOC_FIGURES = +DOC_FIGURES = \ + figures/empathy-main-window.png \ + figures/empathy-new-account.png +DOC_LINGUAS = es fr dist-hook: doc-dist-hook |