diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-01-02 00:50:57 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-01-02 00:50:57 +0000 |
commit | 53dd8dab9f0a06c28984f183ce9196ed3a506c11 (patch) | |
tree | fd844fab1f9e28313524fb643ceb773fe535c682 | |
parent | 980c112ced3ec0ed5f2c546efe8194490a090ade (diff) | |
download | gdb-53dd8dab9f0a06c28984f183ce9196ed3a506c11.zip gdb-53dd8dab9f0a06c28984f183ce9196ed3a506c11.tar.gz gdb-53dd8dab9f0a06c28984f183ce9196ed3a506c11.tar.bz2 |
* src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src-release | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2003-01-01 Daniel Jacobowitz <drow@mvista.com> + + * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl. + 2002-12-31 Tom Tromey <tromey@redhat.com> * Makefile.in: Rebuilt. diff --git a/src-release b/src-release index c13fa35..b5eca52 100644 --- a/src-release +++ b/src-release @@ -1,5 +1,5 @@ # Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -# 1999, 2000, 2001, 2002 Free Software Foundation +# 1999, 2000, 2001, 2002, 2003 Free Software Foundation # # 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 @@ -55,7 +55,7 @@ DEVO_SUPPORT= README Makefile.in configure configure.in \ # distribution (perhaps it would be better to include it anyway). ETC_SUPPORT= Makefile.in configure configure.in standards.texi \ make-stds.texi standards.info* configure.texi configure.info* \ - configbuild.* configdev.* + configbuild.* configdev.* fdl.texi texi2pod.pl # When you use `make setup-dirs' or `make taz' you should always redefine |