Build updated
Showing
4 changed files
with
11 additions
and
4 deletions
1 | 2001-10-22 Jeff Bailey <jbailey@outpost.dnsalias.org> | ||
2 | |||
3 | * doc/texinfo/Makefile.am: Remove version.texi, it's implied. | ||
4 | |||
5 | * libmu_scm/Makefile.am: Clean @GUILE_PROCEDURES_TXT@ | ||
6 | |||
7 | * guimb/Makefile.am: Clean @GUILE_PROCEDURES_TXT@ | ||
8 | |||
1 | 2001-10-21 Sergey Poznyakoff | 9 | 2001-10-21 Sergey Poznyakoff |
2 | 10 | ||
3 | Changes for compatibility with automake 1.5: | 11 | Changes for compatibility with automake 1.5: | ... | ... |
... | @@ -32,8 +32,7 @@ mailutils_TEXINFOS = \ | ... | @@ -32,8 +32,7 @@ mailutils_TEXINFOS = \ |
32 | sfrom.c.texi \ | 32 | sfrom.c.texi \ |
33 | smtp.texi \ | 33 | smtp.texi \ |
34 | stream.texi \ | 34 | stream.texi \ |
35 | url.texi \ | 35 | url.texi |
36 | version.texi | ||
37 | 36 | ||
38 | ## Sam, the examples dir is not part of the distribution so this will not work | 37 | ## Sam, the examples dir is not part of the distribution so this will not work |
39 | ## but we should probably have a "addrmsg" program and reenable this. | 38 | ## but we should probably have a "addrmsg" program and reenable this. | ... | ... |
... | @@ -15,7 +15,7 @@ DOT_X_FILES=run_scm.x | ... | @@ -15,7 +15,7 @@ DOT_X_FILES=run_scm.x |
15 | DOT_DOC_FILES=run_scm.doc | 15 | DOT_DOC_FILES=run_scm.doc |
16 | BUILT_SOURCES=@GUILE_BUILT_SOURCES@ | 16 | BUILT_SOURCES=@GUILE_BUILT_SOURCES@ |
17 | 17 | ||
18 | DISTCLEANFILES=$(DOT_X_FILES) $(DOT_DOC_FILES) | 18 | DISTCLEANFILES=$(DOT_X_FILES) $(DOT_DOC_FILES) @GUILE_PROCEDURES_TXT@ |
19 | 19 | ||
20 | 20 | ||
21 | CPPFLAGS=-DDATADIR=\"$(pkgdatadir)\" | 21 | CPPFLAGS=-DDATADIR=\"$(pkgdatadir)\" | ... | ... |
... | @@ -21,7 +21,7 @@ DOT_DOC_FILES=mu_address.doc mu_body.doc mu_mailbox.doc mu_message.doc \ | ... | @@ -21,7 +21,7 @@ DOT_DOC_FILES=mu_address.doc mu_body.doc mu_mailbox.doc mu_message.doc \ |
21 | mu_mime.doc mu_logger.doc mu_port.doc mu_scm.doc | 21 | mu_mime.doc mu_logger.doc mu_port.doc mu_scm.doc |
22 | BUILT_SOURCES=@GUILE_BUILT_SOURCES@ | 22 | BUILT_SOURCES=@GUILE_BUILT_SOURCES@ |
23 | 23 | ||
24 | DISTCLEANFILES=$(DOT_X_FILES) $(DOT_DOC_FILES) | 24 | DISTCLEANFILES=$(DOT_X_FILES) $(DOT_DOC_FILES) @GUILE_PROCEDURES_TXT@ |
25 | 25 | ||
26 | CPPFLAGS=-DDATADIR=\"$(pkgdatadir)\" | 26 | CPPFLAGS=-DDATADIR=\"$(pkgdatadir)\" |
27 | ETAGS_ARGS = --regex='/SCM_\(GLOBAL_\)?\(G?PROC\|G?PROC1\|SYMBOL\|VCELL\|CONST_LONG\).*\"\([^\"]\)*\"/\3/' \ | 27 | ETAGS_ARGS = --regex='/SCM_\(GLOBAL_\)?\(G?PROC\|G?PROC1\|SYMBOL\|VCELL\|CONST_LONG\).*\"\([^\"]\)*\"/\3/' \ | ... | ... |
-
Please register or sign in to post a comment