~andrenasturas/synapse-project/rolldice-plugin

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Rico Tzschichholz
  • Date: 2014-07-04 06:20:43 UTC
  • Revision ID: ricotz@ubuntu.com-20140704062043-3hbzun5yi5tikzp7
po: Import translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include $(top_srcdir)/Makefile.common
 
2
 
1
3
SUBDIRS = \
2
4
        src \
3
5
        vapi \
5
7
        po \
6
8
        $(NULL)
7
9
 
8
 
ACLOCAL_AMFLAGS = -I m4
 
10
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
9
11
 
10
12
EXTRA_DIST = \
11
13
        Makefile.common \
13
15
        COPYING.LGPL2.1 \
14
16
        $(NULL)
15
17
 
16
 
# make sure we have translations in the tarball
17
 
dist-hook:
18
 
        @test -n "$(wildcard $(top_srcdir)/po/*.po)" || (echo "Translations are missing! Please merge lp:~mhr3/synapse-project/synapse-i18n" && exit 1)