diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-11-03 15:03:25 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-11-03 15:03:25 +0000 |
commit | 21c928c11f8ed19ca5bade91fe113b545fb7d790 (patch) | |
tree | c3c188c834e7510f925b430833de1e7bf594ba70 /news/t-gnus-mule/files/patch-af | |
parent | t-gnus for emacs20, mule or xemacs21-mule is a kind of gnus using SEMI (diff) |
t-gnus for emacs20, mule or xemacs21-mule is a kind of gnus using SEMI
for MIME
Notes
Notes:
svn path=/head/; revision=34742
Diffstat (limited to 'news/t-gnus-mule/files/patch-af')
-rw-r--r-- | news/t-gnus-mule/files/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/news/t-gnus-mule/files/patch-af b/news/t-gnus-mule/files/patch-af new file mode 100644 index 000000000000..0f25f450acaf --- /dev/null +++ b/news/t-gnus-mule/files/patch-af @@ -0,0 +1,11 @@ +--- texi/Makefile.in.orig Mon May 8 09:21:10 2000 ++++ texi/Makefile.in Wed Sep 13 16:01:57 2000 +@@ -155,7 +155,7 @@ + install: + $(SHELL) $(top_srcdir)/mkinstalldirs $(infodir) + @for file in gnus message emacs-mime gnus-ja message-ja; do \ +- for ifile in `echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \ ++ for ifile in `echo $$file.info $$file.info-[0-9] $$file.info-[0-9][0-9]`; do \ + if test -f $$ifile; then \ + echo " $(INSTALL_DATA) $$ifile $(infodir)/$$ifile"; \ + $(INSTALL_DATA) $$ifile $(infodir)/$$ifile; \ |