1 2010-04-06 Andreia Gaita <avidigal@novell.com>
3 * Makefile.am: fix distcheck - several targets get built on the
4 srcdir, which has no write permissions on make distcheck, so make
5 sure permissions are set
7 2009-12-22 Jo Shields <directhex@apebox.org>
8 * HtmlAgilityPack/LICENSE: Include upstream license (Ms-PL) since the
9 file headers don't specify it
11 2009-12-22 Jo Shields <directhex@apebox.org>
13 * HtmlAgilityPack/*: Bundle HtmlAgilityPack 1.4~beta2 from
14 http://www.codeplex.com/htmlagilitypack in source form.
16 * AgilityPack.dll: Remove binary assembly, use source instead.
18 * docs.make Makefile.am README: Reflect above changes
20 2009-02-12 Zoltan Varga <vargaz@gmail.com>
22 * Makefile.am (EXTRA_DIST): Remove removed files.
24 * README: Point to the documentation on the wiki.
26 * call-sites.txt: Remove this, its contents is in jit-trampolines.
28 * memory-management.txt thread-safety.txt aot-compiler.txt jit-regalloc
29 exception-handling.txt: Remove documents which are now on the wiki.
31 2009-02-11 Rodrigo Kumpera <rkumpera@novell.com>
33 * thread-safety.txt: Improve the docs about image lock.
35 2009-02-11 Rodrigo Kumpera <rkumpera@novell.com>
37 * thread-safety.txt: Document the new image lock.
39 2008-12-12 Mark Probst <mark.probst@gmail.com>
41 * mini-porting.txt: Added some details about function descriptors
44 2008-12-08 Jonathan Pryor <jpryor@novell.com>
46 * mono-file-formats.source, mono-tools.source: Place these under the
47 new "Commands and Files" node, and remove nay intermediate nodes.
49 2008-11-20 Jonathan Pryor <jpryor@novell.com>
51 * Makefile.am (sources_DATA): Add mono-file-formats.source,
54 2008-11-20 Raja R Harinath <harinath@hurrynot.org>
56 Remove unnecessary rebuilds of the html directory
57 * docs.make (monoapi.zip): Make slightly more unforgiving, by
58 using '&&' instead of ';' to sequence commands.
59 (mono-tools.zip, mono-file-formats.zip): Likewise.
60 * Makefile.am (monoapi.zip, mono-tools.zip, mono-fileformats.zip):
62 (convert.exe): Don't depend on Makefile.am or docs.make.
64 2008-11-19 Raja R Harinath <harinath@hurrynot.org>
66 Fix srcdir != builddir, and add idiom for multi-output commands
67 * docs.make (monoapi.zip): Handle the case where 'monoapi.tree'
68 exists but 'monoapi.zip' doesn't. IOW, we should rebuild
69 monoapi.zip with 'rm monoapi.zip; make'.
70 (mono-tools.zip, mono-file-formats.zip): Likewise.
71 * Makefile.am (monoapi.zip, mono-tools.zip, mono-fileformats.zip):
73 (monoapi.tree): Don't use $< in an explicit rule.
74 (mono-tools.tree, mono-file-formats.tree): Likewise.
76 2008-11-18 Jonathan Pryor <jpryor@novell.com>
78 * Makefile.am (EXTRA_DIST): Add mono-file-formats{.config,.source} and
79 mono-tools{.config,.source} (fixes the build).
81 2008-11-18 Jonathan Pryor <jpryor@novell.com>
83 * docs.make, Makefile.am: Build mono-file-formats{.tree,.zip},
84 mono-tool{.tree,.zip} files.
85 * mono-file-formats.config, mono-tools.config: Alter paths to man
86 pages so that they're valid for building from mono/docs.
87 * monoapi.make: Rename to docs.make.
89 2008-11-01 Raja R Harinath <harinath@hurrynot.org>
91 * Makefile.am: Clean up for srcdir != builddir.
92 (deploy/.stamp): Compute location of 'mono-wrapper' and pass to exdoc.
93 * exdoc (mono-wrapper): Use $runtimedir to look for 'mono-wrapper'.
95 2008-10-31 Jonathan Pryor <jpryor@novell.com>
97 * check, Makefile.am (EXTRA_DIST): Rename to check-exports. This was
98 needed to fix `make distdir...`, because (1) with a file named
99 `check` which (2) was listed in $(EXTRA_DIST), while (3) `check` is
100 ALSO a .PHONY target, this caused make to look for the `check` file,
101 not find it due to (3), and then proceed to try to build convert.exe
102 from convert.cs...for reasons I don't care about. This obviously
103 can't work during `make distdir`, as mcs hasn't been built yet, thus
104 leading to pain, suffering, and a broken build.
106 2008-10-30 Jonathan Pryor <jpryor@novell.com>
108 * . (svn:ignore), deploy (svn:ignore): Ignore generated files.
109 * AgilityPack.dll, api-style.css, ChangeLog, check, check-coverage,
110 convert.cs, current-api, deploy, documented, exdoc, ignore,
111 mono-api-metadata.html, monoapi.source, produce-lists, public,
112 public-api, README, sources, toc.xml, TODO, wapi: Copy from
114 * exdoc: Use the in-tree mono program to run convert.exe.
115 * Makefile.am: Mention files to clean/distribute; extract
116 documentation (with exdoc) and then assemble documentation (with
117 monoapi.make's assemble target) for use by monodoc.
118 * monoapi.make: Added; Makefile to use mcs' buid/rules.make to compile
119 convert.cs and assemble documentation. (This is a separate file so
120 that we can include mcs' build/rules.make, which needs topdir set to
121 behave properly BUT must be $(mcs_topdir) from Makefile.am's
123 * monoapi.source: Add a /monodoc/node element for use with monodoc 2.2.
125 2006-11-19 Miguel de Icaza <miguel@novell.com>
127 * exdoc: Move to use CSS instead of tables, this will break
130 * ignore: Updated with more hidden APIs.
132 * Bunch of documentation work.