* doc/c-alpha.texi: New file.
[deliverable/binutils-gdb.git] / gas / doc / Makefile.in
index 147c5e71ed73f92f5ddef09e24d04b3fed2353be..58e08e611223a2d8311cf5b376bfea46e1c14d9d 100644 (file)
@@ -136,9 +136,11 @@ info_TEXINFOS = as.texinfo gasp.texi
 
 CPU_DOCS = \
        c-a29k.texi \
+       c-alpha.texi \
        c-arc.texi \
        c-arm.texi \
        c-d10v.texi \
+       c-cris.texi \
        c-h8300.texi \
        c-h8500.texi \
        c-hppa.texi \
@@ -157,6 +159,7 @@ CPU_DOCS = \
        c-pj.texi \
        c-ppc.texi \
        c-sh.texi \
+       c-sh64.texi \
        c-sparc.texi \
         c-tic54x.texi \
        c-vax.texi \
@@ -460,6 +463,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.032849 seconds and 4 git commands to generate.