From: Tom Hughes Date: Tue, 19 Jul 2005 22:39:41 +0000 (+0000) Subject: Add a makefile for the new documentation directory to avoid errors X-Git-Tag: svn/VALGRIND_3_0_0~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85423557b728ad17a94f65cb2f21fa85f7360df8;p=thirdparty%2Fvalgrind.git Add a makefile for the new documentation directory to avoid errors when make tries to recurse into it. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4198 --- diff --git a/docs/internals/Makefile.am b/docs/internals/Makefile.am new file mode 100644 index 0000000000..fbeb568b24 --- /dev/null +++ b/docs/internals/Makefile.am @@ -0,0 +1,6 @@ +EXTA_DIST = \ + 64-bit-cleanness.txt directory-structure.txt m_replacemalloc.txt \ + m_syswrap.txt module-structure.txt notes.txt porting-HOWTO.txt \ + porting-to-ARM.txt segments-seginfos.txt threads-syscalls-signals.txt \ + tm-mutexstates.dot tm-threadstates.dot tracking-fn-entry-exit.txt \ + xml-output.txt