projects
/
platform
/
upstream
/
automake.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27136df
)
fixup: distribute t/README
author
Stefano Lattarini
<stefano.lattarini@gmail.com>
Sun, 6 May 2012 11:33:09 +0000
(13:33 +0200)
committer
Stefano Lattarini
<stefano.lattarini@gmail.com>
Sun, 6 May 2012 11:33:09 +0000
(13:33 +0200)
Since commit
v1.11-2128-g8e02441
of 2012-04-06, "maint: no more make
recursion in Automake's build system" we haven't been distributing the
testsuite README file in our release tarballs. Oops.
* Makefile.am (EXTRA_DIST): Add 't/README'.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index aab2786f907dbe0a886b939215bc5f94f530301e..5b6cee188dbf7c8fb26cb6d77cece87be16c5fb1 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-328,7
+328,7
@@
TAP_LOG_DRIVER = AM_TAP_AWK='$(AWK)' $(SHELL) $(srcdir)/lib/tap-driver.sh
AM_TAP_LOG_DRIVER_FLAGS = --merge
-EXTRA_DIST += t/ax/is
+EXTRA_DIST += t/
README t/
ax/is
TESTS = ## Will be updated later.