From 1c97ea1f17db6866e9818b79c415f5d681c0861f Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sat, 28 Dec 2013 20:48:20 +0000 Subject: [PATCH] Fix some minor distcheck breaks git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/2.4@23644 57a11ea4-9604-0410-9ed3-97b8803252fd --- doc/Makefile.am | 2 +- src/optional/python-bindings/tests/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index b9a8e7c853..499e9cef70 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -61,4 +61,4 @@ else 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 diff --git a/src/optional/python-bindings/tests/Makefile.am b/src/optional/python-bindings/tests/Makefile.am index 1292cacdaa..d0166a5231 100644 --- a/src/optional/python-bindings/tests/Makefile.am +++ b/src/optional/python-bindings/tests/Makefile.am @@ -5,7 +5,7 @@ clean-local: rm -f translog.* EXTRA_DIST = \ - runTests.py \ + runTests.py.in \ test_account.py \ test_book.py \ test_split.py \