* Makefile.am (gtk-sharp-docs.zip gtk-sharp-docs.tree): Use
	mdassembler.

In .:
	* configure.in.in: Enable doc building without mono-tools being
	built.


svn path=/trunk/gtk-sharp/; revision=49048
This commit is contained in:
Ben Maurer 2005-08-29 00:02:37 +00:00
parent 327a28442e
commit 88f178a481
4 changed files with 12 additions and 8 deletions

View File

@ -1,5 +1,8 @@
2005-08-28 Ben Maurer <bmaurer@ximian.com>
* configure.in.in: Enable doc building without mono-tools being
built.
* gtk/NodeSelection.cs: helper api
2005-08-27 Peter Williams <peter@newton.cx>

View File

@ -221,14 +221,14 @@ else
enable_vte=no
fi
MONODOC_REQUIRED_VERSION=1.0.6.99
PKG_CHECK_MODULES(MONODOC_DEPS, monodoc >= $MONODOC_REQUIRED_VERSION, enable_monodoc=yes, enable_monodoc=no)
AC_PATH_PROG(MONODOC, monodoc, no)
AC_PATH_PROG(MDASSEMBLER, mdassembler, no)
AC_PATH_PROG(MONODOCER, monodocer, no)
if test "x$MONODOCER" = "xno" -o "x$MONODOC" = "xno"; then
if test "x$MONODOCER" = "xno" -o "x$MDASSEMBLER" = "xno"; then
enable_monodoc=no
else
enable_monodoc=yes
fi
AC_SUBST(MONODOC)
AC_SUBST(MDASSEMBLER)
AC_SUBST(MONODOCER)
AM_CONDITIONAL(ENABLE_LIBART, test "x$enable_libart" = "xyes")

View File

@ -1,5 +1,8 @@
2005-08-28 Ben Maurer <bmaurer@ximian.com>
* Makefile.am (gtk-sharp-docs.zip gtk-sharp-docs.tree): Use
mdassembler.
* en/Gtk/NodeSelection.xml: Docs
2005-08-14 John Luke <john.luke@gmail.com>

View File

@ -1,5 +1,3 @@
ASSEMBLER = $(MONODOC) --assemble
ASSEMBLIES = \
glib-sharp.dll \
pango-sharp.dll \
@ -28,7 +26,7 @@ endif
assemble: gtk-sharp-docs.zip gtk-sharp-docs.tree
gtk-sharp-docs.zip gtk-sharp-docs.tree: $(srcdir)/en/*/*.xml $(srcdir)/en/*.xml
$(ASSEMBLER) --ecma $(srcdir)/en -o gtk-sharp-docs
$(MDASSEMBLER) --ecma $(srcdir)/en -o gtk-sharp-docs
get-assemblies:
mkdir -p lib