summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Bailey <jbailey@gnu.org>2001-10-22 15:01:44 +0000
committerJeff Bailey <jbailey@gnu.org>2001-10-22 15:01:44 +0000
commitfe26a0f98d643d7a518aa389bf9ecd1bd5ca90cf (patch)
tree8abd56e7886f0614fe376a8b33de8fc2b8fcbfa2
parent3764454af61220d6c4ad43cef9e30adb7a141c56 (diff)
downloadmailutils-fe26a0f98d643d7a518aa389bf9ecd1bd5ca90cf.tar.gz
mailutils-fe26a0f98d643d7a518aa389bf9ecd1bd5ca90cf.tar.bz2
Build updated
-rw-r--r--ChangeLog8
-rw-r--r--doc/texinfo/Makefile.am3
-rw-r--r--guimb/Makefile.am2
-rw-r--r--libmu_scm/Makefile.am2
4 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d112d0f4f..232220be2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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:
diff --git a/doc/texinfo/Makefile.am b/doc/texinfo/Makefile.am
index 44a593be3..0dc906f62 100644
--- a/doc/texinfo/Makefile.am
+++ b/doc/texinfo/Makefile.am
@@ -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.
diff --git a/guimb/Makefile.am b/guimb/Makefile.am
index b87980192..5b1501dfe 100644
--- a/guimb/Makefile.am
+++ b/guimb/Makefile.am
@@ -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)\"
diff --git a/libmu_scm/Makefile.am b/libmu_scm/Makefile.am
index 6fb53ae7c..efb5cdfcb 100644
--- a/libmu_scm/Makefile.am
+++ b/libmu_scm/Makefile.am
@@ -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/' \

Return to:

Send suggestions and report system problems to the System administrator.