r23644 - gnucash/branches/2.4 - Fix some minor distcheck breaks

John Ralls jralls at code.gnucash.org
Sat Dec 28 15:48:20 EST 2013


Author: jralls
Date: 2013-12-28 15:48:20 -0500 (Sat, 28 Dec 2013)
New Revision: 23644
Trac: http://svn.gnucash.org/trac/changeset/23644

Modified:
   gnucash/branches/2.4/doc/Makefile.am
   gnucash/branches/2.4/src/optional/python-bindings/tests/Makefile.am
Log:
Fix some minor distcheck breaks

Modified: gnucash/branches/2.4/doc/Makefile.am
===================================================================
--- gnucash/branches/2.4/doc/Makefile.am	2013-12-28 19:42:27 UTC (rev 23643)
+++ gnucash/branches/2.4/doc/Makefile.am	2013-12-28 20:48:20 UTC (rev 23644)
@@ -61,4 +61,4 @@
 	perl -pi.bak -e 's/" *$$/\n/' $@
 endif
 
-DISTCLEANFILES = gnc-prices.1 gnucash.1 tip_of_the_day.list
+DISTCLEANFILES = gnc-prices.1 gnucash.1 tip_of_the_day.list *.bak

Modified: gnucash/branches/2.4/src/optional/python-bindings/tests/Makefile.am
===================================================================
--- gnucash/branches/2.4/src/optional/python-bindings/tests/Makefile.am	2013-12-28 19:42:27 UTC (rev 23643)
+++ gnucash/branches/2.4/src/optional/python-bindings/tests/Makefile.am	2013-12-28 20:48:20 UTC (rev 23644)
@@ -5,7 +5,7 @@
 	rm -f translog.*
 
 EXTRA_DIST = \
-  runTests.py \
+  runTests.py.in \
   test_account.py \
   test_book.py \
   test_split.py \



More information about the gnucash-changes mailing list