(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 18f5046..2627573 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 18f5046..2627573 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