diff options
author | Nick Clifton <nickc@redhat.com> | 2002-02-21 16:51:00 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-02-21 16:51:00 +0000 |
commit | 3f965e60f6b747ff7d0052a823b7fa37e385bd8c (patch) | |
tree | f9637e9984125aa44ce53de0da53719d7c7d0f73 /gas/doc/Makefile.am | |
parent | c434dee6641fea4546b76737e6dcfcd9f4b7f80a (diff) | |
download | gdb-3f965e60f6b747ff7d0052a823b7fa37e385bd8c.zip gdb-3f965e60f6b747ff7d0052a823b7fa37e385bd8c.tar.gz gdb-3f965e60f6b747ff7d0052a823b7fa37e385bd8c.tar.bz2 |
deprecate GASP
Diffstat (limited to 'gas/doc/Makefile.am')
-rw-r--r-- | gas/doc/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index a526dde..cfb8f89 100644 --- a/gas/doc/Makefile.am +++ b/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 |