diff options
author | Nick Clifton <nickc@redhat.com> | 2002-12-02 15:42:15 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-12-02 15:42:15 +0000 |
commit | fea179166e09be4b64b3d961537534ca02ab0e9d (patch) | |
tree | 73a99a786ac53651242b510d7479fecd73448c34 /gas/doc/Makefile.am | |
parent | 12aae7ea1737e2692bd6e0f6c499f06a9d9d1565 (diff) | |
download | gdb-fea179166e09be4b64b3d961537534ca02ab0e9d.zip gdb-fea179166e09be4b64b3d961537534ca02ab0e9d.tar.gz gdb-fea179166e09be4b64b3d961537534ca02ab0e9d.tar.bz2 |
Remove GASP.
Diffstat (limited to 'gas/doc/Makefile.am')
-rw-r--r-- | gas/doc/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index 701eab2..63aa179 100644 --- a/gas/doc/Makefile.am +++ b/gas/doc/Makefile.am @@ -15,8 +15,6 @@ POD2MAN = pod2man --center="GNU Development Tools" \ man_MANS = as.1 -# 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 @@ -71,7 +69,7 @@ install: install-info # This one isn't ready for prime time yet. Not even a little bit. -noinst_TEXINFOS = internals.texi gasp.texi +noinst_TEXINFOS = internals.texi DISTCLEANFILES = asconfig.texi |