[Gnucash-changes] r12302 - gnucash/trunk - * Makefile.am: fix the
dist-hook macro for po/POTFILES.in
Derek Atkins
warlord at cvs.gnucash.org
Sun Jan 8 17:29:48 EST 2006
Author: warlord
Date: 2006-01-08 17:29:47 -0500 (Sun, 08 Jan 2006)
New Revision: 12302
Trac: http://svn.gnucash.org/trac/changeset/12302
Modified:
gnucash/trunk/ChangeLog
gnucash/trunk/Makefile.am
Log:
* Makefile.am: fix the dist-hook macro for po/POTFILES.in
Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog 2006-01-08 21:41:17 UTC (rev 12301)
+++ gnucash/trunk/ChangeLog 2006-01-08 22:29:47 UTC (rev 12302)
@@ -1,3 +1,7 @@
+2006-01-08 Derek Atkins <derek at ihtfp.com>
+
+ * Makefile.am: fix the dist-hook macro for po/POTFILES.in
+
2006-01-08 Neil Williams <linux at codehelp.co.uk>
* src/import-export/qif-import/test/Makefile.am : OSX fix.
Modified: gnucash/trunk/Makefile.am
===================================================================
--- gnucash/trunk/Makefile.am 2006-01-08 21:41:17 UTC (rev 12301)
+++ gnucash/trunk/Makefile.am 2006-01-08 22:29:47 UTC (rev 12302)
@@ -148,6 +148,8 @@
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 @@
.potfiles:
-dist-hook:
- ./make-gnucash-potfiles > $(distdir)/po/POTFILES.in
-
-
SVN = svn
XSLTPROC = xsltproc
ChangeLog.svn:
More information about the gnucash-changes
mailing list