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