Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « docs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f0536ea441fe02b25eca388cb4223b0764276c5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
2008-10-31  Jonathan Pryor  <jpryor@novell.com>

	* check, Makefile.am (EXTRA_DIST): Rename to check-exports.  This was
	  needed to fix `make distdir...`, because (1) with a file named
	  `check` which (2) was listed in $(EXTRA_DIST), while (3) `check` is
	  ALSO a .PHONY target, this caused make to look for the `check` file,
	  not find it due to (3), and then proceed to try to build convert.exe
	  from convert.cs...for reasons I don't care about.  This obviously
	  can't work during `make distdir`, as mcs hasn't been built yet, thus
	  leading to pain, suffering, and a broken build.

2008-10-30  Jonathan Pryor  <jpryor@novell.com>

	* . (svn:ignore), deploy (svn:ignore): Ignore generated files.
	* AgilityPack.dll, api-style.css, ChangeLog, check, check-coverage, 
	  convert.cs, current-api, deploy, documented, exdoc, ignore, 
	  mono-api-metadata.html, monoapi.source, produce-lists, public, 
	  public-api, README, sources, toc.xml, TODO, wapi: Copy from
	  ../mono/docscripts.
	* exdoc: Use the in-tree mono program to run convert.exe.
	* Makefile.am: Mention files to clean/distribute; extract
	  documentation (with exdoc) and then assemble documentation (with
	  monoapi.make's assemble target) for use by monodoc.
	* monoapi.make: Added; Makefile to use mcs' buid/rules.make to compile
	  convert.cs and assemble documentation.  (This is a separate file so
	  that we can include mcs' build/rules.make, which needs topdir set to
	  behave properly BUT must be $(mcs_topdir) from Makefile.am's
	  perspective.)
	* monoapi.source: Add a /monodoc/node element for use with monodoc 2.2.

2006-11-19  Miguel de Icaza  <miguel@novell.com>

	* exdoc: Move to use CSS instead of tables, this will break
	GtkHTML rendering.

	* ignore: Updated with more hidden APIs.

	* Bunch of documentation work.