* docs.make, Makefile.am: Build mono-file-formats{.tree,.zip},
[mono.git] / docs / ChangeLog
index e5460ca3a3756f93be23191af2b54e388febf8e6..fb9f7a133e08c81afb7d426735b371f826f81a13 100644 (file)
@@ -1,3 +1,28 @@
+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
+         pages so that they're valid for building from mono/docs.
+       * monoapi.make: Rename to docs.make.
+
+2008-11-01  Raja R Harinath  <harinath@hurrynot.org>
+
+       * Makefile.am: Clean up for srcdir != builddir.
+       (deploy/.stamp): Compute location of 'mono-wrapper' and pass to exdoc.
+       * exdoc (mono-wrapper): Use $runtimedir to look for 'mono-wrapper'.
+
+2008-10-31  Jonathan Pryor  <jpryor@novell.com>
+
+       * check, Makefile.am (EXTRA_DIST): Rename to check-exports.  This was
+         needed to fix `make distdir...`, because (1) with a file named
+         `check` which (2) was listed in $(EXTRA_DIST), while (3) `check` is
+         ALSO a .PHONY target, this caused make to look for the `check` file,
+         not find it due to (3), and then proceed to try to build convert.exe
+         from convert.cs...for reasons I don't care about.  This obviously
+         can't work during `make distdir`, as mcs hasn't been built yet, thus
+         leading to pain, suffering, and a broken build.
+
 2008-10-30  Jonathan Pryor  <jpryor@novell.com>
 
        * . (svn:ignore), deploy (svn:ignore): Ignore generated files.