]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
(install-info): Always supply 'else' clause to 'if'
authorTom Tromey <tromey@redhat.com>
Sun, 26 Nov 1995 05:52:58 +0000 (05:52 +0000)
committerTom Tromey <tromey@redhat.com>
Sun, 26 Nov 1995 05:52:58 +0000 (05:52 +0000)
lib/am/texinfos.am
texinfos.am

index 18f504687962826fb1512a3f1bb391b5df88b3fd..2627573e5fcc27c04109a0e24e0f892ba553ba38 100644 (file)
@@ -20,6 +20,8 @@ install-info: $(INFO_DEPS)
          done;                                 \
          if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
            install-info --infodir=$(infodir) $$d/$$file; \
+         else                                  \
+           true;                               \
          fi;                                   \
        done
 
index 18f504687962826fb1512a3f1bb391b5df88b3fd..2627573e5fcc27c04109a0e24e0f892ba553ba38 100644 (file)
@@ -20,6 +20,8 @@ install-info: $(INFO_DEPS)
          done;                                 \
          if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
            install-info --infodir=$(infodir) $$d/$$file; \
+         else                                  \
+           true;                               \
          fi;                                   \
        done