diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-03 20:18:18 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-01-03 20:18:18 +0000 |
commit | 7547ba4922757c5c77565f441ff51e155895a3f5 (patch) | |
tree | 41491bc02decc9f0eb69edd4a5c8c0721feea647 /contrib | |
parent | fefb5ea62dc02997ede7bab425675c3a0907a723 (diff) | |
download | gcc-7547ba4922757c5c77565f441ff51e155895a3f5.tar.gz |
* gcc_update: Add cpp.1 to the list of generated files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38669 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 2 | ||||
-rwxr-xr-x | contrib/gcc_update | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 31947c115bb..4d8b76c707f 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,5 +1,7 @@ 2001-01-03 Joseph S. Myers <jsm28@cam.ac.uk> + * gcc_update: Add cpp.1 to the list of generated files. + * texi2pod.pl: Handle @option and @env. 2001-01-03 Mike Stump <mrs@wrs.com> diff --git a/contrib/gcc_update b/contrib/gcc_update index 245af7cde02..81fddc77caf 100755 --- a/contrib/gcc_update +++ b/contrib/gcc_update @@ -29,7 +29,7 @@ # contrib/gcc_update --list # # -# (C) 1998-2000 Free Software Foundation +# (C) 1998, 1999, 2000, 2001 Free Software Foundation # Originally by Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>, August 1998. # # This script is Free Software, and it can be copied, distributed and @@ -67,6 +67,7 @@ gcc/cstamp-h.in: gcc/configure.in gcc/acconfig.h gcc/config.in: gcc/cstamp-h.in gcc/fixinc/fixincl.x: gcc/fixinc/fixincl.tpl gcc/fixinc/inclhack.def gcc/gcov.1: gcc/gcov.texi +gcc/cpp.1: gcc/cpp.texi # And then, language-specific files # (None at present.) # And libraries, at last |