* Makefile.in (install): Depend on install-info.
This commit is contained in:
parent
be4ee22bbc
commit
ab5d177972
|
@ -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>
|
2001-03-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
|
||||||
|
|
||||||
* texi2pod.pl: New file (from gcc/contrib).
|
* texi2pod.pl: New file (from gcc/contrib).
|
||||||
|
|
|
@ -51,7 +51,8 @@ DVIFILES = standards.dvi configure.dvi
|
||||||
|
|
||||||
all:
|
all:
|
||||||
|
|
||||||
install:
|
# We want install to imply install-info as per GNU standards.
|
||||||
|
install: install-info
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue