diff options
author | Phil Blundell <philb@gnu.org> | 2000-11-03 17:17:49 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2000-11-03 17:17:49 +0000 |
commit | 3b5acdc2f6ed5e5deea2c561fea33d660190fda1 (patch) | |
tree | 8bb22dec08e8acfc3483daecc7dc18e5107d2067 /Makefile.in | |
parent | acba078a4485e82929589596d59be58e0d4b6618 (diff) | |
download | gdb-3b5acdc2f6ed5e5deea2c561fea33d660190fda1.zip gdb-3b5acdc2f6ed5e5deea2c561fea33d660190fda1.tar.gz gdb-3b5acdc2f6ed5e5deea2c561fea33d660190fda1.tar.bz2 |
2000-11-03 Philip Blundell <pb@futuretv.com>
* Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
files.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 9a45e4f..217e065 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1683,7 +1683,7 @@ DEVO_SUPPORT= README Makefile.in configure configure.in \ # ChangeLog omitted because it may refer to files which are not in this # distribution (perhaps it would be better to include it anyway). ETC_SUPPORT= Makefile.in configure configure.in standards.texi \ - make-stds.texi standards.info* + make-stds.texi standards.info* configure.texi configure.info* # When you use `make setup-dirs' or `make taz' you should always redefine # this macro. |