* Makefile.am: Build `docs` after `runtime`, so that it can depend
authorJonathan Pryor <jpryor@novell.com>
Fri, 31 Oct 2008 03:52:38 +0000 (03:52 -0000)
committerJonathan Pryor <jpryor@novell.com>
Fri, 31 Oct 2008 03:52:38 +0000 (03:52 -0000)
commit9530c5256847039bb3af8aa7e5cb10d4ea5f5051
tree236290beb84b308f6db840b28de92f7132acbcb9
parent2809b0c7ffa6d65c25f22bd6b8012d8c3eb5244d
parent16a4b4fbc623648764ddde1d41d1ba5df10e1e93
* Makefile.am: Build `docs` after `runtime`, so that it can depend
  upon mdoc.exe for it's operation.
* docs/. (svn:ignore), deploy (svn:ignore): Ignore generated files.
* docs/AgilityPack.dll, docs/api-style.css, docs/ChangeLog, docs/check,
  docs/check-coverage, docs/convert.cs, docs/current-api, docs/deploy,
  docs/documented, docs/exdoc, docs/ignore,
  docs/mono-api-metadata.html, docs/monoapi.source, docs/produce-lists,
  docs/public, docs/public-api, docs/README, docs/sources,
  docs/toc.xml, docs/TODO, docs/wapi: Copy from ../mono/docscripts.
* docs/exdoc: Use the in-tree mono program to run convert.exe.
* docs/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.
* docs/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.)
* docs/monoapi.source: Add a /monodoc/node element for use with monodoc 2.2.

svn path=/trunk/mono/; revision=117529
56 files changed:
ChangeLog
Makefile.am
docs/AgilityPack.dll
docs/ChangeLog
docs/Makefile.am
docs/README
docs/TODO
docs/api-style.css
docs/check
docs/check-coverage
docs/convert.cs
docs/current-api
docs/documented
docs/exdoc
docs/ignore
docs/mono-api-metadata.html
docs/monoapi.make
docs/monoapi.source
docs/produce-lists
docs/public
docs/public-api
docs/sources/mono-api-assembly.html
docs/sources/mono-api-class.html
docs/sources/mono-api-codegen.html
docs/sources/mono-api-counters.html
docs/sources/mono-api-debug.html
docs/sources/mono-api-decimal.html
docs/sources/mono-api-domains.html
docs/sources/mono-api-dynamic-codegen.html
docs/sources/mono-api-embedding.html
docs/sources/mono-api-exc.html
docs/sources/mono-api-gc.html
docs/sources/mono-api-gchandle.html
docs/sources/mono-api-image.html
docs/sources/mono-api-internal.html
docs/sources/mono-api-interpreter.html
docs/sources/mono-api-jit.html
docs/sources/mono-api-jitinternal.html
docs/sources/mono-api-marshal.html
docs/sources/mono-api-metadata.html
docs/sources/mono-api-methods.html
docs/sources/mono-api-object.html
docs/sources/mono-api-profiler.html
docs/sources/mono-api-reflection.html
docs/sources/mono-api-security.html
docs/sources/mono-api-string.html
docs/sources/mono-api-threads.html
docs/sources/mono-api-trace.html
docs/sources/mono-api-type.html
docs/sources/mono-api-types.html
docs/sources/mono-api-unsorted.html
docs/sources/mono-api-utils.html
docs/sources/mono-api-vm.html
docs/sources/mono-api-wapi.html
docs/toc.xml
docs/wapi