Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2004-02-24 21:10:37 +0300
committerMiguel de Icaza <miguel@gnome.org>2004-02-24 21:10:37 +0300
commitac74a66ad702955fe405dc4973a4380a5ca9c682 (patch)
treec833d6c168c6c8da8547ac115795f368ebb075a5 /docs
parent4f00a9f76fd900ec1e7069b59ab004344da2b726 (diff)
Update Makefile
svn path=/trunk/mono/; revision=23413
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am18
1 files changed, 14 insertions, 4 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 4db9ed1ca04..8e3a38b5688 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,4 +1,14 @@
-EXTRA_DIST = gc-issues jit-thoughts object-layout unmanaged-calls \
- exceptions jit-trampolines stack-alignment embedded-api \
- assembly-bundle
-
+EXTRA_DIST = \
+ aot-compiler.txt \
+ assembly-bundle \
+ embedded-api \
+ exceptions \
+ gc-issues \
+ jit-thoughts \
+ jit-trampolines \
+ local-regalloc.txt \
+ object-layout \
+ mini-doc.txt \
+ mini-porting.txt \
+ unmanaged-calls \
+ stack-alignment \