30ab1b726bc3a5986685e5bebc1c7d3fb52ed4b9
[mono.git] / docs / ChangeLog
1 2008-11-18  Jonathan Pryor  <jpryor@novell.com>
2
3         * Makefile.am (EXTRA_DIST): Add mono-file-formats{.config,.source} and
4           mono-tools{.config,.source} (fixes the build).
5
6 2008-11-18  Jonathan Pryor  <jpryor@novell.com>
7
8         * docs.make, Makefile.am: Build mono-file-formats{.tree,.zip},
9           mono-tool{.tree,.zip} files.
10         * mono-file-formats.config, mono-tools.config: Alter paths to man
11           pages so that they're valid for building from mono/docs.
12         * monoapi.make: Rename to docs.make.
13
14 2008-11-01  Raja R Harinath  <harinath@hurrynot.org>
15
16         * Makefile.am: Clean up for srcdir != builddir.
17         (deploy/.stamp): Compute location of 'mono-wrapper' and pass to exdoc.
18         * exdoc (mono-wrapper): Use $runtimedir to look for 'mono-wrapper'.
19
20 2008-10-31  Jonathan Pryor  <jpryor@novell.com>
21
22         * check, Makefile.am (EXTRA_DIST): Rename to check-exports.  This was
23           needed to fix `make distdir...`, because (1) with a file named
24           `check` which (2) was listed in $(EXTRA_DIST), while (3) `check` is
25           ALSO a .PHONY target, this caused make to look for the `check` file,
26           not find it due to (3), and then proceed to try to build convert.exe
27           from convert.cs...for reasons I don't care about.  This obviously
28           can't work during `make distdir`, as mcs hasn't been built yet, thus
29           leading to pain, suffering, and a broken build.
30
31 2008-10-30  Jonathan Pryor  <jpryor@novell.com>
32
33         * . (svn:ignore), deploy (svn:ignore): Ignore generated files.
34         * AgilityPack.dll, api-style.css, ChangeLog, check, check-coverage, 
35           convert.cs, current-api, deploy, documented, exdoc, ignore, 
36           mono-api-metadata.html, monoapi.source, produce-lists, public, 
37           public-api, README, sources, toc.xml, TODO, wapi: Copy from
38           ../mono/docscripts.
39         * exdoc: Use the in-tree mono program to run convert.exe.
40         * Makefile.am: Mention files to clean/distribute; extract
41           documentation (with exdoc) and then assemble documentation (with
42           monoapi.make's assemble target) for use by monodoc.
43         * monoapi.make: Added; Makefile to use mcs' buid/rules.make to compile
44           convert.cs and assemble documentation.  (This is a separate file so
45           that we can include mcs' build/rules.make, which needs topdir set to
46           behave properly BUT must be $(mcs_topdir) from Makefile.am's
47           perspective.)
48         * monoapi.source: Add a /monodoc/node element for use with monodoc 2.2.
49
50 2006-11-19  Miguel de Icaza  <miguel@novell.com>
51
52         * exdoc: Move to use CSS instead of tables, this will break
53         GtkHTML rendering.
54
55         * ignore: Updated with more hidden APIs.
56
57         * Bunch of documentation work.
58