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:
authorJonathan Pryor <jpryor@novell.com>2008-11-19 16:08:15 +0300
committerJonathan Pryor <jpryor@novell.com>2008-11-19 16:08:15 +0300
commitb084e26b24a24bb2af4ab8ba4d25f0221667fa68 (patch)
treedee7b1dd2aaaa920f1d23aff007cb85fb43ffa22 /docs
parentf98867baa3aa4e9465a25cb12a80d0e0e7fdeea2 (diff)
* Makefile.am (EXTRA_DIST): Add mono-file-formats{.config,.source} and
mono-tools{.config,.source} (fixes the build). svn path=/trunk/mono/; revision=119303
Diffstat (limited to 'docs')
-rw-r--r--docs/ChangeLog5
-rw-r--r--docs/Makefile.am4
2 files changed, 9 insertions, 0 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index fb9f7a133e0..30ab1b726bc 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -1,5 +1,10 @@
2008-11-18 Jonathan Pryor <jpryor@novell.com>
+ * Makefile.am (EXTRA_DIST): Add mono-file-formats{.config,.source} and
+ mono-tools{.config,.source} (fixes the build).
+
+2008-11-18 Jonathan Pryor <jpryor@novell.com>
+
* docs.make, Makefile.am: Build mono-file-formats{.tree,.zip},
mono-tool{.tree,.zip} files.
* mono-file-formats.config, mono-tools.config: Alter paths to man
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 07f15168b56..dc8c44341c0 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -42,7 +42,11 @@ EXTRA_DIST = \
mini-doc.txt \
mini-porting.txt \
mono-api-metadata.html \
+ mono-file-formats.config\
+ mono-file-formats.source\
mono_handle_d \
+ mono-tools.config \
+ mono-tools.source \
monoapi.source \
new-regalloc \
object-layout \