Remove tic80 support
[deliverable/binutils-gdb.git] / gas / doc / Makefile.in
index ba9485ce2056af210a3b12208e2f534494673a1c..7c4189a8c6e34bc8287b84ce67df9bf87cd794c0 100644 (file)
@@ -15,7 +15,7 @@
 @SET_MAKE@
 
 #
-#   Copyright (C) 2012-2018 Free Software Foundation, Inc.
+#   Copyright (C) 2012-2019 Free Software Foundation, Inc.
 #
 # This file is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -380,7 +380,7 @@ top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 zlibdir = @zlibdir@
 zlibinc = @zlibinc@
-AUTOMAKE_OPTIONS = 1.8 info-in-builddir no-texinfo.tex
+AUTOMAKE_OPTIONS = info-in-builddir no-texinfo.tex foreign
 
 # What version of the manual you want; "all" includes everything
 CONFIG = all
@@ -407,8 +407,10 @@ CPU_DOCS = \
        c-arm.texi \
        c-avr.texi \
        c-bfin.texi \
+       c-bpf.texi \
        c-cr16.texi \
        c-cris.texi \
+       c-csky.texi \
        c-d10v.texi \
        c-epiphany.texi \
        c-h8300.texi \
@@ -430,6 +432,7 @@ CPU_DOCS = \
        c-nios2.texi \
        c-nds32.texi \
        c-ns32k.texi \
+       c-or1k.texi \
        c-pdp11.texi \
        c-pj.texi \
        c-ppc.texi \
@@ -473,9 +476,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__confi
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
        $(am__cd) $(top_srcdir) && \
-         $(AUTOMAKE) --gnu doc/Makefile
+         $(AUTOMAKE) --foreign doc/Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
          *config.status*) \
This page took 0.024082 seconds and 4 git commands to generate.