importing messaging-2008 branch to trunk [continued]
[mono.git] / docs / ChangeLog
1 2008-11-20  Jonathan Pryor  <jpryor@novell.com>
2
3         * Makefile.am (sources_DATA): Add mono-file-formats.source,
4           mono-tools.source.
5
6 2008-11-20  Raja R Harinath  <harinath@hurrynot.org>
7
8         Remove unnecessary rebuilds of the html directory
9         * docs.make (monoapi.zip): Make slightly more unforgiving, by
10         using '&&' instead of ';' to sequence commands.
11         (mono-tools.zip, mono-file-formats.zip): Likewise.
12         * Makefile.am (monoapi.zip, mono-tools.zip, mono-fileformats.zip):
13         Likewise.
14         (convert.exe): Don't depend on Makefile.am or docs.make.
15
16 2008-11-19  Raja R Harinath  <harinath@hurrynot.org>
17
18         Fix srcdir != builddir, and add idiom for multi-output commands
19         * docs.make (monoapi.zip): Handle the case where 'monoapi.tree'
20         exists but 'monoapi.zip' doesn't.  IOW, we should rebuild
21         monoapi.zip with 'rm monoapi.zip; make'.
22         (mono-tools.zip, mono-file-formats.zip): Likewise.
23         * Makefile.am (monoapi.zip, mono-tools.zip, mono-fileformats.zip):
24         Likewise.
25         (monoapi.tree): Don't use $< in an explicit rule.
26         (mono-tools.tree, mono-file-formats.tree): Likewise.
27
28 2008-11-18  Jonathan Pryor  <jpryor@novell.com>
29
30         * Makefile.am (EXTRA_DIST): Add mono-file-formats{.config,.source} and
31           mono-tools{.config,.source} (fixes the build).
32
33 2008-11-18  Jonathan Pryor  <jpryor@novell.com>
34
35         * docs.make, Makefile.am: Build mono-file-formats{.tree,.zip},
36           mono-tool{.tree,.zip} files.
37         * mono-file-formats.config, mono-tools.config: Alter paths to man
38           pages so that they're valid for building from mono/docs.
39         * monoapi.make: Rename to docs.make.
40
41 2008-11-01  Raja R Harinath  <harinath@hurrynot.org>
42
43         * Makefile.am: Clean up for srcdir != builddir.
44         (deploy/.stamp): Compute location of 'mono-wrapper' and pass to exdoc.
45         * exdoc (mono-wrapper): Use $runtimedir to look for 'mono-wrapper'.
46
47 2008-10-31  Jonathan Pryor  <jpryor@novell.com>
48
49         * check, Makefile.am (EXTRA_DIST): Rename to check-exports.  This was
50           needed to fix `make distdir...`, because (1) with a file named
51           `check` which (2) was listed in $(EXTRA_DIST), while (3) `check` is
52           ALSO a .PHONY target, this caused make to look for the `check` file,
53           not find it due to (3), and then proceed to try to build convert.exe
54           from convert.cs...for reasons I don't care about.  This obviously
55           can't work during `make distdir`, as mcs hasn't been built yet, thus
56           leading to pain, suffering, and a broken build.
57
58 2008-10-30  Jonathan Pryor  <jpryor@novell.com>
59
60         * . (svn:ignore), deploy (svn:ignore): Ignore generated files.
61         * AgilityPack.dll, api-style.css, ChangeLog, check, check-coverage, 
62           convert.cs, current-api, deploy, documented, exdoc, ignore, 
63           mono-api-metadata.html, monoapi.source, produce-lists, public, 
64           public-api, README, sources, toc.xml, TODO, wapi: Copy from
65           ../mono/docscripts.
66         * exdoc: Use the in-tree mono program to run convert.exe.
67         * Makefile.am: Mention files to clean/distribute; extract
68           documentation (with exdoc) and then assemble documentation (with
69           monoapi.make's assemble target) for use by monodoc.
70         * monoapi.make: Added; Makefile to use mcs' buid/rules.make to compile
71           convert.cs and assemble documentation.  (This is a separate file so
72           that we can include mcs' build/rules.make, which needs topdir set to
73           behave properly BUT must be $(mcs_topdir) from Makefile.am's
74           perspective.)
75         * monoapi.source: Add a /monodoc/node element for use with monodoc 2.2.
76
77 2006-11-19  Miguel de Icaza  <miguel@novell.com>
78
79         * exdoc: Move to use CSS instead of tables, this will break
80         GtkHTML rendering.
81
82         * ignore: Updated with more hidden APIs.
83
84         * Bunch of documentation work.
85