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