From 049f4b0ee6a76c92a6159cc9e6d3163806099b70 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Tue, 3 Jan 2006 18:04:34 +0000 Subject: [PATCH] rebuild POTFILES.in when remaking gnucash.pot git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12246 57a11ea4-9604-0410-9ed3-97b8803252fd --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index b9041f6471..466108c9a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -165,6 +165,7 @@ libtool: $(LIBTOOL_DEPS) pot: rm -f intl-scm/guile-strings.c make -C intl-scm + ${top_srcdir}/make-gnucash-potfiles > po/POTFILES.in rm -f po/$(PACKAGE).pot make -C po $(PACKAGE).pot