Fix 306310 3.8.0 release tarball missing some files



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12964 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/Makefile.am b/Makefile.am
index 48ea4fc..4d1f682 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -100,6 +100,7 @@
 	README_MISSING_SYSCALL_OR_IOCTL \
 	README.s390 \
 	README.android \
+	README.android_emulator \
 	README.mips \
 	NEWS.old \
 	valgrind.pc.in \
diff --git a/NEWS b/NEWS
index 1718d14..831a060 100644
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,7 @@
                 EAGAIN or sem_timedwait returns ETIMEDOUT
 305926 m  [381] Invalid alignment checks for some AVX instructions
 306054    [390] s390x: Condition code computation for convert-to-int/logical
+306310    [390] 3.8.0 release tarball missing some files
 n-i-bz m  [381] shmat of a segment > 4Gb does not work 
 n-i-bz m  [381] simulate_control_c script wrong USR1 sig# on mips
 n-i-bz m  [381] vgdb ptrace calls wrong on mips [...]
diff --git a/README.android b/README.android
index 138f644..d39a1da 100644
--- a/README.android
+++ b/README.android
@@ -77,6 +77,9 @@
 # different if /sdcard doesn't work on the device -- this is
 # a known cause of difficulties.
 
+# The below re-generates configure, Makefiles, ...
+# This is not needed if you start from a release tarball.
+# (in any case, the release tarball does not contain the autogen.sh file).
 ./autogen.sh
 
 # for ARM