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>
|
2004-06-07 Peter Williams <peter@newton.cx>
|
||||||
|
|
||||||
* configure.in (MONODOC_REQUIRED_VERSION): Fix missing 'test' in
|
* configure.in (MONODOC_REQUIRED_VERSION): Fix missing 'test' in
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
if ENABLE_MONODOC
|
if ENABLE_MONODOC
|
||||||
TARGETS = gtk-sharp-docs.zip gtk-sharp-docs.tree gtk-sharp-docs.source
|
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
|
else
|
||||||
TARGETS =
|
TARGETS =
|
||||||
DOCDIR = $(datadir)
|
docsdir = $(datadir)
|
||||||
|
docs_DATA =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
noinst_DATA = $(TARGETS)
|
|
||||||
|
|
||||||
ASSEMBLER = $(MONODOC) --assemble
|
ASSEMBLER = $(MONODOC) --assemble
|
||||||
UPDATER = $(MONODOC) --update
|
UPDATER = $(MONODOC) --update
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue