From c33ac8c900030f01123c18d6fec3728c8e48133d Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Thu, 9 Mar 2006 09:39:49 +0000 Subject: [PATCH] Add creation rules for po/gnucash.pot so that it can always be created for make dist. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13551 57a11ea4-9604-0410-9ed3-97b8803252fd --- Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile.am b/Makefile.am index 7c9d893499..efa10fbbfa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -190,6 +190,13 @@ BUILT_SOURCES = po/POTFILES.in po/POTFILES.in: make-gnucash-potfiles .potfiles ./make-gnucash-potfiles > ./po/POTFILES.in +# Creation rules so that po/gnucash.pot can always be created for +# make dist. +po/gnucash.pot: po/POTFILES.in intl-scm/guile-strings.c + ${MAKE} -C po gnucash.pot +intl-scm/guile-strings.c: + ${MAKE} -C intl-scm guile-strings.c + .potfiles: SVN = svn