* 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:
Derek Atkins 2006-01-08 22:29:47 +00:00
parent d6a783fd2d
commit bc7964de49
2 changed files with 6 additions and 4 deletions

View File

@ -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.

View File

@ -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: