From: Florian Krohm Date: Sun, 23 Oct 2011 14:30:08 +0000 (+0000) Subject: Add some more missing files to the tarball. X-Git-Tag: svn/VALGRIND_3_7_0~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c87d50667337b185533119fce5880d287ef31e24;p=thirdparty%2Fvalgrind.git Add some more missing files to the tarball. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12218 --- diff --git a/docs/Makefile.am b/docs/Makefile.am index 96bfa7074d..82fa93ab35 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -28,13 +28,16 @@ EXTRA_DIST = \ internals/arm_thumb_notes_gdbserver.txt \ internals/BIG_APP_NOTES.txt \ internals/Darwin-notes.txt \ + internals/SPEC-notes.txt \ internals/directory-structure.txt \ internals/howto_BUILD_KDE42.txt \ internals/howto_oprofile.txt \ internals/m_replacemalloc.txt \ internals/m_syswrap.txt \ internals/module-structure.txt \ + internals/multiple-architectures.txt \ internals/notes.txt \ + internals/performance.txt \ internals/porting-HOWTO.txt \ internals/mpi2entries.txt \ internals/porting-to-ARM.txt \ diff --git a/tests/Makefile.am b/tests/Makefile.am index 6230ec068f..60bad3a2dd 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,6 +2,8 @@ include $(top_srcdir)/Makefile.tool-tests.am dist_noinst_SCRIPTS = \ + check_isa-2_06_cap \ + check_makefile_consistency \ check_vmx_cap \ filter_addresses \ filter_discards \