summaryrefslogtreecommitdiff
path: root/news/t-gnus-mule/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'news/t-gnus-mule/files/patch-af')
-rw-r--r--news/t-gnus-mule/files/patch-af11
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; \