X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fdoc%2FMakefile.in;h=ec5ff26b2ded3309844dc012524bfc08a2c07243;hb=6d9c411afd0301f0262ff63d6dc59dac38f58e63;hp=f36b2a09eee8c4b5e9dfe5569a6eddc9d2024dee;hpb=418c17428467b9fbf59a61493d353d7edf1aed4a;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/doc/Makefile.in b/gas/doc/Makefile.in index f36b2a09ee..ec5ff26b2d 100644 --- a/gas/doc/Makefile.in +++ b/gas/doc/Makefile.in @@ -126,7 +126,9 @@ MANCONF = -Dman TEXI2POD = perl $(top_srcdir)/../etc/texi2pod.pl -POD2MAN = pod2man --center="GNU" --release="binutils-$(VERSION)" --section=1 +POD2MAN = pod2man --center="GNU Development Tools" \ + --release="binutils-$(VERSION)" --section=1 + man_MANS = as.1 @@ -149,6 +151,7 @@ CPU_DOCS = \ c-m68k.texi \ c-m88k.texi \ c-mips.texi \ + c-mmix.texi \ c-ns32k.texi \ c-pdp11.texi \ c-pj.texi \ @@ -457,6 +460,10 @@ gasver.texi: Makefile as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS) as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS) +# 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.