Commit fe26a0f9 fe26a0f98d643d7a518aa389bf9ecd1bd5ca90cf by Jeff Bailey

Build updated

1 parent 3764454a
2001-10-22 Jeff Bailey <jbailey@outpost.dnsalias.org>
* doc/texinfo/Makefile.am: Remove version.texi, it's implied.
* libmu_scm/Makefile.am: Clean @GUILE_PROCEDURES_TXT@
* guimb/Makefile.am: Clean @GUILE_PROCEDURES_TXT@
2001-10-21 Sergey Poznyakoff
Changes for compatibility with automake 1.5:
......
......@@ -32,8 +32,7 @@ mailutils_TEXINFOS = \
sfrom.c.texi \
smtp.texi \
stream.texi \
url.texi \
version.texi
url.texi
## Sam, the examples dir is not part of the distribution so this will not work
## but we should probably have a "addrmsg" program and reenable this.
......
......@@ -15,7 +15,7 @@ DOT_X_FILES=run_scm.x
DOT_DOC_FILES=run_scm.doc
BUILT_SOURCES=@GUILE_BUILT_SOURCES@
DISTCLEANFILES=$(DOT_X_FILES) $(DOT_DOC_FILES)
DISTCLEANFILES=$(DOT_X_FILES) $(DOT_DOC_FILES) @GUILE_PROCEDURES_TXT@
CPPFLAGS=-DDATADIR=\"$(pkgdatadir)\"
......
......@@ -21,7 +21,7 @@ DOT_DOC_FILES=mu_address.doc mu_body.doc mu_mailbox.doc mu_message.doc \
mu_mime.doc mu_logger.doc mu_port.doc mu_scm.doc
BUILT_SOURCES=@GUILE_BUILT_SOURCES@
DISTCLEANFILES=$(DOT_X_FILES) $(DOT_DOC_FILES)
DISTCLEANFILES=$(DOT_X_FILES) $(DOT_DOC_FILES) @GUILE_PROCEDURES_TXT@
CPPFLAGS=-DDATADIR=\"$(pkgdatadir)\"
ETAGS_ARGS = --regex='/SCM_\(GLOBAL_\)?\(G?PROC\|G?PROC1\|SYMBOL\|VCELL\|CONST_LONG\).*\"\([^\"]\)*\"/\3/' \
......