~vcs-imports/speech-dispatcher/trunk

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Andrei Kholodnyi
  • Author(s): Rui Batista
  • Date: 2010-09-04 16:16:03 UTC
  • Revision ID: git-v1:9df5c55502546fed016275aaee24f4f6b382c609
Add internationalization support to build infrastructure.

This patch adds intltool/gettext support to the build infrastructure.
From now on, files marked for translation shuld be listed in
po/POTFILES.in.

Documentation for translators is in README.translators.

The INSTALL file is updated with intltool reference.

Reviewed-by: Andrei Kholodnyi <Andrei.Kholodnyi@gmail.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## Process this file with automake to produce Makefile.in
2
2
 
3
 
SUBDIRS= src config doc
 
3
SUBDIRS= src config doc po
4
4
 
5
5
EXTRA_DIST= ChangeLog NEWS TODO AUTHORS COPYING INSTALL README intl/*.c intl/*.h build.sh version.sh
6
6