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 \