diff options
author | Stan Shebs <shebs@apple.com> | 2001-09-27 00:48:01 +0000 |
---|---|---|
committer | Stan Shebs <shebs@gcc.gnu.org> | 2001-09-27 00:48:01 +0000 |
commit | 8ddad08b9e92670126f2f7883ed853b126372d37 (patch) | |
tree | 84a2e96b35b725f1a48320ce9562cda8bf1aaea5 /libstdc++-v3/include | |
parent | 03219cb5d99220b9ec99520d304fcc467f69cb73 (diff) | |
download | gcc-8ddad08b9e92670126f2f7883ed853b126372d37.zip gcc-8ddad08b9e92670126f2f7883ed853b126372d37.tar.gz gcc-8ddad08b9e92670126f2f7883ed853b126372d37.tar.bz2 |
Makefile.am: Remove RCS Id strings.
* include/Makefile.am: Remove RCS Id strings.
* src/Makefile.am: Ditto.
* docs/doxygen/run_doxygen: Ditto.
* docs/html/configopts.html: Ditto.
* docs/html/documentation.html: Ditto.
* docs/html/explanations.html: Ditto.
* docs/html/install.html: Ditto.
* docs/html/17_intro/howto.html: Ditto.
* docs/html/18_support/howto.html: Ditto.
* docs/html/19_diagnostics/howto.html: Ditto.
* docs/html/20_util/howto.html: Ditto.
* docs/html/21_strings/howto.html: Ditto.
* docs/html/22_locale/howto.html: Ditto.
* docs/html/23_containers/howto.html: Ditto.
* docs/html/24_iterators/howto.html: Ditto.
* docs/html/25_algorithms/howto.html: Ditto.
* docs/html/26_numerics/howto.html: Ditto.
* docs/html/27_io/howto.html: Ditto.
* docs/html/ext/howto.html: Ditto.
* docs/html/ext/sgiexts.html: Ditto.
* docs/html/faq/index.html: Ditto.
* docs/html/faq/index.txt: Ditto.
From-SVN: r45836
Diffstat (limited to 'libstdc++-v3/include')
-rw-r--r-- | libstdc++-v3/include/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libstdc++-v3/include/Makefile.am b/libstdc++-v3/include/Makefile.am index 0750611..dd498be 100644 --- a/libstdc++-v3/include/Makefile.am +++ b/libstdc++-v3/include/Makefile.am @@ -21,8 +21,6 @@ ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, ## USA. -## $Id: Makefile.am,v 1.10 2001/09/10 18:13:16 bkoz Exp $ - AUTOMAKE_OPTIONS = 1.3 gnits MAINT_CHARSET = latin1 |