* alpha.c (alpha_Instruction): Don't use.
[deliverable/binutils-gdb.git] / gas / doc / Makefile.in
index f36b2a09eee8c4b5e9dfe5569a6eddc9d2024dee..ec5ff26b2ded3309844dc012524bfc08a2c07243 100644 (file)
@@ -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.
This page took 0.022908 seconds and 4 git commands to generate.