Make mdoc a 2.0 app, not a 4.0 app.
commitdc3440293b9231224c0e33d32e8e309d12c21ec3
authorJonathan Pryor <jonpryor@vt.edu>
Thu, 16 Sep 2010 16:23:55 +0000 (16 12:23 -0400)
committerJonathan Pryor <jonpryor@vt.edu>
Thu, 16 Sep 2010 16:31:11 +0000 (16 12:31 -0400)
tree1de93a5c68b12410ffe03fe4f2334411fb6e0610
parentc7349ea2190187f5456566e13d7ce515bec4bcb5
Make mdoc a 2.0 app, not a 4.0 app.

The problem is build sanity: it's possible to disable the 4.0 profile
(--with-profile4=no) while not disabling documentation building
(--with-mcs-docs=yes is the default).  The result would be a 4.0-less
build, and thus no mdoc, and thus no mdoc to assemble the documentation,
and thus a build break as we attempted to use an app during the build
which didn't exist.

Oops.

mdoc doesn't need to be a 4.0 app anyway...
mcs/tools/Makefile
mcs/tools/mdoc/Makefile
mono-core.spec.in
scripts/Makefile.am