]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
bug fix
authorTom Tromey <tromey@redhat.com>
Tue, 3 Dec 1996 21:02:43 +0000 (21:02 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 3 Dec 1996 21:02:43 +0000 (21:02 +0000)
ChangeLog
Makefile.in
aclocal.m4
lib/am/texinfos.am
m4/Makefile.in
tests/Makefile.in
texinfos.am

index fe2e2af799517cbe8a435a482d52f64dea561a1a..da6ec9b51c94fb58d459f7ca0f7ce075ec104779 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 Tue Dec  3 10:40:48 1996  Tom Tromey  <tromey@cygnus.com>
 
+       * texinfos.am: install-info requires path to info file.
+
        * progs.am: Use @LIBTOOL@, not $(LIBTOOL).
 
        * automake.in (am_install_var): If -ltlibs passed, substitute
index 1d0de4c8b165b5a36308ed9462449af0b6aca480..7c67f95de1a4885c212022827b2d51fc6d96f45f 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.1i from Makefile.am
+# Makefile.in generated automatically by automake 1.1j from Makefile.am
 
 # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
@@ -201,7 +201,7 @@ install-info-am: $(INFO_DEPS)
        $(POST_INSTALL)
        if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
          for file in $(INFO_DEPS); do \
-           install-info --info-dir=$(infodir) $$file; :;\
+           install-info --info-dir=$(infodir) $(infodir)/$$file; :;\
          done; \
        else : ; fi
 
index 36e3fda6f4141368fe1e74ed8a667882b7eddc7e..9720c1490c083b54b61564f598e32bdd004b0166 100644 (file)
@@ -1,4 +1,4 @@
-dnl aclocal.m4 generated automatically by aclocal 1.1i
+dnl aclocal.m4 generated automatically by aclocal 1.1j
 
 # Do all the work for Automake.  This macro actually does too much --
 # some checks are only needed if your package does certain things.
index 395c9fce2449e339da3cf875f51eba720359d4c7..60ca823864609c2323565ca898ede7d17c15ed83 100644 (file)
@@ -68,7 +68,7 @@ install-info-am: $(INFO_DEPS)
 ## instance if you don't have a dir file, install-info will fail.  I
 ## think instead it should create a new dir file for you.  This bug
 ## causes the `make distcheck' target to fail reliably.
-           install-info --info-dir=$(infodir) $$file; :;\
+           install-info --info-dir=$(infodir) $(infodir)/$$file; :;\
          done; \
        else : ; fi
 
index 2df751af4b19e3318fa2358af17481f2a7c39e83..d05603643c5e8cabf0f57a63e5510c0941b1e655 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.1i from Makefile.am
+# Makefile.in generated automatically by automake 1.1j from Makefile.am
 
 # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
index 282e281f3db92bb6b8063ef8622e8e47d461f9fe..aa9378b7d97cb99b771f726974f0853c493cd0d1 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.1i from Makefile.am
+# Makefile.in generated automatically by automake 1.1j from Makefile.am
 
 # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
index 395c9fce2449e339da3cf875f51eba720359d4c7..60ca823864609c2323565ca898ede7d17c15ed83 100644 (file)
@@ -68,7 +68,7 @@ install-info-am: $(INFO_DEPS)
 ## instance if you don't have a dir file, install-info will fail.  I
 ## think instead it should create a new dir file for you.  This bug
 ## causes the `make distcheck' target to fail reliably.
-           install-info --info-dir=$(infodir) $$file; :;\
+           install-info --info-dir=$(infodir) $(infodir)/$$file; :;\
          done; \
        else : ; fi