summaryrefslogtreecommitdiff
path: root/news/t-gnus-emacs20/files/patch-af
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-11-03 15:02:29 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-11-03 15:02:29 +0000
commit34629717971266ed6a27682a5230f7dba6a12a03 (patch)
tree134bc93e1721b04371b1c321a8ee75a3ed898606 /news/t-gnus-emacs20/files/patch-af
parentt-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=34741
Diffstat (limited to 'news/t-gnus-emacs20/files/patch-af')
-rw-r--r--news/t-gnus-emacs20/files/patch-af11
1 files changed, 11 insertions, 0 deletions
diff --git a/news/t-gnus-emacs20/files/patch-af b/news/t-gnus-emacs20/files/patch-af
new file mode 100644
index 000000000000..0f25f450acaf
--- /dev/null
+++ b/news/t-gnus-emacs20/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; \