From 04dd858e0dc48081b05cc9da0d2701cd348be674 Mon Sep 17 00:00:00 2001 From: miguel Date: Wed, 11 Jul 2007 15:23:32 +0000 Subject: [PATCH] Add all the docs to the distribution git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mono@81804 e3ebcda4-bce8-0310-ba0a-eca2169e7518 --- docs/Makefile.am | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index 81521631c..5d2cf00d9 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,15 +1,34 @@ EXTRA_DIST = \ + abc-removal.txt \ aot-compiler.txt \ assembly-bundle \ - embedded-api \ - exceptions \ - gc-issues \ + embedded-api \ + exception-handling.txt \ + exceptions \ + file-share-modes \ + gc-issues \ + gc-variables-in-c \ + glossary.txt \ + internal-calls \ + ir-desc \ + jit-imt \ + jit-regalloc \ jit-thoughts \ jit-trampolines \ local-regalloc.txt \ + magic.diff \ mini-doc.txt \ mini-porting.txt \ + mono_handle_d \ + new-regalloc \ + object-layout \ opcode-decomp.txt \ - object-layout \ - unmanaged-calls \ - stack-alignment \ No newline at end of file + precise-gc \ + release-notes-1.0.html \ + remoting \ + ssapre.txt \ + stack-alignment \ + threading \ + thread-safety.txt \ + tree-mover.txt \ + unmanaged-calls \ No newline at end of file -- 2.11.4.GIT