X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gettext-tools%2FMakefile.am;h=0d78d18a44e67cb33beedd6145da1b52aabdcc3b;hb=refs%2Fchanges%2F44%2F71144%2F1;hp=e93ab1ff0900201a1136a8c99ca190504916692c;hpb=5d61132f836323aaf2879e04abc9d4056db248a2;p=platform%2Fupstream%2Fgettext.git diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am index e93ab1f..0d78d18 100644 --- a/gettext-tools/Makefile.am +++ b/gettext-tools/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-tools directory of GNU gettext -## Copyright (C) 1995-1999, 2000-2007, 2010 Free Software Foundation, Inc. +## Copyright (C) 1995-2007, 2010, 2015 Free Software Foundation, Inc. ## ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../m4 -I gnulib-m4 -I libgrep/gnulib-m4 -I libgettextpo/gnulib-m4 -SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests examples +SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc man m4 tests gnulib-tests EXTRA_DIST = misc/DISCLAIM MOSTLYCLEANFILES = core *.stackdump @@ -58,3 +58,9 @@ EXTRA_DIST += README.woe32 # Cygwin support. EXTRA_DIST += woe32dll/export.h + +maintainer-update-po: $(top_builddir)/config.status + $(SHELL) ./config.status --recheck + $(SHELL) ./config.status po/Makefile.in po-directories + cd po && $(MAKE) update-po + cd examples && $(MAKE) maintainer-update-po