2004-06-07 John Luke <jluke@cfl.rr.com>
* doc/Makefile.am: install the docs if monodoc is there svn path=/trunk/gtk-sharp/; revision=28963
This commit is contained in:
parent
0ddadd5dae
commit
74ed834c59
2 changed files with 8 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-06-07 John Luke <jluke@cfl.rr.com>
|
||||
|
||||
* doc/Makefile.am: install the docs if monodoc is there
|
||||
|
||||
2004-06-07 Peter Williams <peter@newton.cx>
|
||||
|
||||
* configure.in (MONODOC_REQUIRED_VERSION): Fix missing 'test' in
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue