]> sourceware.org Git - automake.git/commitdiff
Fixlet
authorTom Tromey <tromey@redhat.com>
Tue, 12 Dec 1995 21:36:43 +0000 (21:36 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 12 Dec 1995 21:36:43 +0000 (21:36 +0000)
ChangeLog
lib/am/texinfos.am
texinfos.am

index 392f7387d8a089a83e6dcda921400853955f7799..8d63276792f5706c7e7454c49e4e4af537ec6811 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 Tue Dec 12 10:06:28 1995  Tom Tromey  <tromey@cambric.colorado.edu>
 
+       * texinfos.am (uninstall-info): Bug fix.
+
        * Makefile.am (maintainer-check): Error if ${...} used.
        * depend.am (DEP_FILES): Prefer $(...).
 
index 489f6efa7a853d888cb9a0c51215698652b71782..aa4d9e10df68b822aacc1512078b04c2e47450f3 100644 (file)
@@ -29,7 +29,7 @@ install-info: $(INFO_DEPS)
        done
 
 uninstall-info:
-       cd $(srcdir) && for file in *.info*; do
+       cd $(srcdir) && for file in *.info*; do \
          rm -f $(infodir)/$$file; \
        done
 
index 489f6efa7a853d888cb9a0c51215698652b71782..aa4d9e10df68b822aacc1512078b04c2e47450f3 100644 (file)
@@ -29,7 +29,7 @@ install-info: $(INFO_DEPS)
        done
 
 uninstall-info:
-       cd $(srcdir) && for file in *.info*; do
+       cd $(srcdir) && for file in *.info*; do \
          rm -f $(infodir)/$$file; \
        done
 
This page took 0.033822 seconds and 5 git commands to generate.