aboutsummaryrefslogtreecommitdiffstats
path: root/news/t-gnus-mule/files/patch-af
blob: 0f25f450acafebcb7432e431b07ff573b7729033 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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; \