* Makefile.in: Regenerate.
authorAlan Modra <amodra@gmail.com>
Mon, 5 Jun 2006 12:27:01 +0000 (12:27 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 5 Jun 2006 12:27:01 +0000 (12:27 +0000)
bfd/doc/ChangeLog
bfd/doc/Makefile.in

index de91f67..17be92e 100644 (file)
@@ -1,3 +1,7 @@
+2006-06-05  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.in: Regenerate.
+
 2006-05-11  Carlos O'Donell  <carlos@codesourcery.com>
 
        * bfd.texinfo: Rename "Index" to "BFD Index"  
index 01610a1..54becb7 100644 (file)
@@ -440,13 +440,10 @@ dist-info: $(INFO_DEPS)
            $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \
          esac; \
          if test -f $$base; then d=.; else d=$(srcdir); fi; \
-         base_i=`echo "$$base" | sed 's|\.info$$||;s|$$|.i|'`; \
-         for file in $$d/$$base $$d/$$base-[0-9] $$d/$$base-[0-9][0-9] $$d/$$base_i[0-9] $$d/$$base_i[0-9][0-9]; do \
-           if test -f $$file; then \
-             relfile=`expr "$$file" : "$$d/\(.*\)"`; \
-             test -f $(distdir)/$$relfile || \
-               cp -p $$file $(distdir)/$$relfile; \
-           else :; fi; \
+         for file in $$d/$$base*; do \
+           relfile=`expr "$$file" : "$$d/\(.*\)"`; \
+           test -f $(distdir)/$$relfile || \
+             cp -p $$file $(distdir)/$$relfile; \
          done; \
        done