summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/gas/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/binutils/gas/doc/Makefile.am')
-rw-r--r--contrib/binutils/gas/doc/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/binutils/gas/doc/Makefile.am b/contrib/binutils/gas/doc/Makefile.am
index a526dde..cfb8f89 100644
--- a/contrib/binutils/gas/doc/Makefile.am
+++ b/contrib/binutils/gas/doc/Makefile.am
@@ -15,7 +15,9 @@ POD2MAN = pod2man --center="GNU Development Tools" \
man_MANS = as.1
-info_TEXINFOS = as.texinfo gasp.texi
+# The gasp.texi file is now deprecated, as GASP has been deprecated.
+# It will disappear in a future release.
+info_TEXINFOS = as.texinfo
asconfig.texi: $(CONFIG).texi
rm -f asconfig.texi
@@ -68,7 +70,7 @@ install: install-info
# This one isn't ready for prime time yet. Not even a little bit.
-noinst_TEXINFOS = internals.texi
+noinst_TEXINFOS = internals.texi gasp.texi
DISTCLEANFILES = asconfig.texi
OpenPOWER on IntegriCloud