* Makefile.in (install): Depend on install-info.
authorHans-Peter Nilsson <hp@axis.com>
Sat, 26 Jan 2002 21:35:45 +0000 (21:35 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Sat, 26 Jan 2002 21:35:45 +0000 (21:35 +0000)
etc/ChangeLog
etc/Makefile.in

index 788d11c37698047697ae41e2b2938acb02fe374b..ffd021f53fa22d76eddb5cc69fcf3f051e841fbf 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-26  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * Makefile.in (install): Depend on install-info.
+
 2001-03-25  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
        * texi2pod.pl: New file (from gcc/contrib).
index eedc8c9c1ac241d73e0b9c23f0309ce6f162b5c5..2bc34574540e22ccc94ce8f831b17c2d024afe8b 100644 (file)
@@ -51,7 +51,8 @@ DVIFILES = standards.dvi configure.dvi
 
 all:
 
-install:
+# We want install to imply install-info as per GNU standards.
+install: install-info
 
 uninstall:
 
This page took 0.024973 seconds and 4 git commands to generate.