From 74ed834c593ba35936824b7f3b5421735aa7966c Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Mon, 7 Jun 2004 13:50:58 +0000 Subject: [PATCH] 2004-06-07 John Luke * doc/Makefile.am: install the docs if monodoc is there svn path=/trunk/gtk-sharp/; revision=28963 --- ChangeLog | 4 ++++ doc/Makefile.am | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index c6af93b12..5d5f3f812 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-06-07 John Luke + + * doc/Makefile.am: install the docs if monodoc is there + 2004-06-07 Peter Williams * configure.in (MONODOC_REQUIRED_VERSION): Fix missing 'test' in diff --git a/doc/Makefile.am b/doc/Makefile.am index 844667b14..9d7dc6e4f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,13 +1,13 @@ if ENABLE_MONODOC TARGETS = gtk-sharp-docs.zip gtk-sharp-docs.tree gtk-sharp-docs.source -DOCDIR = `$(MONODOC) --get-sourcesdir` +docsdir = `$(MONODOC) --get-sourcesdir` +docs_DATA = $(TARGETS) else TARGETS = -DOCDIR = $(datadir) +docsdir = $(datadir) +docs_DATA = endif -noinst_DATA = $(TARGETS) - ASSEMBLER = $(MONODOC) --assemble UPDATER = $(MONODOC) --update