diff options
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/doc/Makefile.am | 4 | ||||
-rw-r--r-- | binutils/doc/Makefile.in | 4 |
3 files changed, 13 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f091a47..489eaa3 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2002-01-26 Hans-Peter Nilsson <hp@bitrange.com> + + * doc/Makefile.am (install): Depend on install-info. + * doc/Makefile.in: Regenerate. + 2002-01-25 Jason R. Thorpe <thorpej@wasabisystems.com> * objcopy.c (strip_usage): Document -d as an alias diff --git a/binutils/doc/Makefile.am b/binutils/doc/Makefile.am index 8fc8c08..9db5819 100644 --- a/binutils/doc/Makefile.am +++ b/binutils/doc/Makefile.am @@ -155,6 +155,10 @@ $(DEMANGLER_NAME).1: cxxfilt.man Makefile -e 's/cxxfilt/$(DEMANGLER_NAME)/' < $$man \ > $(DEMANGLER_NAME).1 +# We want install to imply install-info as per GNU standards, despite the +# cygnus option. +install: install-info + # Maintenance # We need it for the taz target in ../../Makefile.in. diff --git a/binutils/doc/Makefile.in b/binutils/doc/Makefile.in index ec18241..5d96d27 100644 --- a/binutils/doc/Makefile.in +++ b/binutils/doc/Makefile.in @@ -547,6 +547,10 @@ $(DEMANGLER_NAME).1: cxxfilt.man Makefile -e 's/cxxfilt/$(DEMANGLER_NAME)/' < $$man \ > $(DEMANGLER_NAME).1 +# We want install to imply install-info as per GNU standards, despite the +# cygnus option. +install: install-info + # Maintenance # We need it for the taz target in ../../Makefile.in. |