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
diff options
context:
space:
mode:
authorJoe Shaw <joe@joeshaw.org>2001-07-16 00:33:14 +0400
committerJoe Shaw <joe@joeshaw.org>2001-07-16 00:33:14 +0400
commit7404b2e84689bdb69af013e33b5e5fe339e1ee5b (patch)
treef77b782a409c74964a935d671192bb9b49fe29e0
parentcfc2593d84a868e00d2e9af6cd3bfb24eb79808b (diff)
2001-07-15 Joe Shaw <joe@ximian.com>
* configure.in: Don't create doc/Makefile as there's nothing there to make. * Makefile.am: Don't build the doc directory because there's no Makefile.am there. svn path=/trunk/mono/; revision=161
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.am2
-rw-r--r--configure.in1
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b847524a631..c180c74aa66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2001-07-15 Joe Shaw <joe@ximian.com>
+ * configure.in: Don't create doc/Makefile as there's nothing there
+ to make.
+
+ * Makefile.am: Don't build the doc directory because there's no
+ Makefile.am there.
+
* autogen.sh: Call aclocal with the $ACLOCAL_FLAGS env var.
2001-07-15 Miguel de Icaza <miguel@ximian.com>
diff --git a/Makefile.am b/Makefile.am
index fc581a79c21..7a0d4a47da8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1 +1 @@
-SUBDIRS = mono doc
+SUBDIRS = mono
diff --git a/configure.in b/configure.in
index 357572e2315..bf3144bd440 100644
--- a/configure.in
+++ b/configure.in
@@ -33,5 +33,4 @@ mono/metadata/Makefile
mono/dis/Makefile
mono/cil/Makefile
mono/interpreter/Makefile
-doc/Makefile
])