mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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
This commit is contained in:
parent
59056ce619
commit
c33ac8c900
@ -190,6 +190,13 @@ BUILT_SOURCES = po/POTFILES.in
|
|||||||
po/POTFILES.in: make-gnucash-potfiles .potfiles
|
po/POTFILES.in: make-gnucash-potfiles .potfiles
|
||||||
./make-gnucash-potfiles > ./po/POTFILES.in
|
./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:
|
.potfiles:
|
||||||
|
|
||||||
SVN = svn
|
SVN = svn
|
||||||
|
Loading…
Reference in New Issue
Block a user