mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-22 17:06:36 -06:00
* Makefile.am: fix the dist-hook macro for po/POTFILES.in
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12302 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
d6a783fd2d
commit
bc7964de49
@ -1,3 +1,7 @@
|
||||
2006-01-08 Derek Atkins <derek@ihtfp.com>
|
||||
|
||||
* Makefile.am: fix the dist-hook macro for po/POTFILES.in
|
||||
|
||||
2006-01-08 Neil Williams <linux@codehelp.co.uk>
|
||||
|
||||
* src/import-export/qif-import/test/Makefile.am : OSX fix.
|
||||
|
@ -148,6 +148,8 @@ doc:
|
||||
distcleancheck_listfiles = \
|
||||
find -type f -exec sh -c 'test -f ${srcdir}/{} || echo {}' ';'
|
||||
|
||||
dist-hook: po/POTFILES.in
|
||||
|
||||
distcheck-hook:
|
||||
|
||||
distclean-local:
|
||||
@ -170,10 +172,6 @@ po/POTFILES.in: make-gnucash-potfiles .potfiles
|
||||
|
||||
.potfiles:
|
||||
|
||||
dist-hook:
|
||||
./make-gnucash-potfiles > $(distdir)/po/POTFILES.in
|
||||
|
||||
|
||||
SVN = svn
|
||||
XSLTPROC = xsltproc
|
||||
ChangeLog.svn:
|
||||
|
Loading…
Reference in New Issue
Block a user