diff options
Diffstat (limited to 'bfd/doc/Makefile.am')
-rw-r--r-- | bfd/doc/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/doc/Makefile.am b/bfd/doc/Makefile.am index 075c9f3..cbfd342 100644 --- a/bfd/doc/Makefile.am +++ b/bfd/doc/Makefile.am @@ -272,3 +272,7 @@ CLEANFILES = s-* *.p *.ip DISTCLEANFILES = bfd.?? bfd.??? bfd.h libbfd.h libcoff.h texput.log MAINTAINERCLEANFILES = $(DOCFILES) + +# We want install to imply install-info as per GNU standards, despite the +# cygnus option. +install: install-info |