diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-03-24 18:08:49 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-03-24 18:08:49 +0000 |
commit | d319a8baf15dda8166d6425b368891fc8756972a (patch) | |
tree | 31e15e4899c1721607ebb18c043d14e594992d8e /texinfo/doc | |
parent | f94524cfb2d56cacacfd053fce95da55c644fbaf (diff) | |
download | gcc-d319a8baf15dda8166d6425b368891fc8756972a.tar.gz |
Try test commit again. This time get everything.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18808 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'texinfo/doc')
-rw-r--r-- | texinfo/doc/Makefile.am | 2 | ||||
-rw-r--r-- | texinfo/doc/info-stnd.texi | 2 | ||||
-rw-r--r-- | texinfo/doc/info.texi | 2 | ||||
-rw-r--r-- | texinfo/doc/texinfo.tex | 4 | ||||
-rw-r--r-- | texinfo/doc/texinfo.texi | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/texinfo/doc/Makefile.am b/texinfo/doc/Makefile.am index 09469b1f6a4..72eb1b79f03 100644 --- a/texinfo/doc/Makefile.am +++ b/texinfo/doc/Makefile.am @@ -1,5 +1,5 @@ ## Makefile.am for texinfo/emacs. -## $Id: Makefile.am,v 1.1 1998/03/23 04:42:12 law Exp $ +## $Id: Makefile.am,v 1.2 1998/03/24 18:05:32 law Exp $ ## Run automake in .. to produce Makefile.in from this. info_TEXINFOS = info-stnd.texi info.texi texinfo.texi diff --git a/texinfo/doc/info-stnd.texi b/texinfo/doc/info-stnd.texi index d705acd6cf5..98df1358f98 100644 --- a/texinfo/doc/info-stnd.texi +++ b/texinfo/doc/info-stnd.texi @@ -9,7 +9,7 @@ @synindex fn cp @synindex ky cp @comment %**end of header -@comment $Id: info-stnd.texi,v 1.1 1998/03/23 04:42:12 law Exp $ +@comment $Id: info-stnd.texi,v 1.2 1998/03/24 18:05:36 law Exp $ @dircategory Texinfo documentation system @direntry diff --git a/texinfo/doc/info.texi b/texinfo/doc/info.texi index 5f06282b15c..9e63665a136 100644 --- a/texinfo/doc/info.texi +++ b/texinfo/doc/info.texi @@ -3,7 +3,7 @@ @setfilename info.info @settitle Info 1.0 @comment %**end of header -@comment $Id: info.texi,v 1.1 1998/03/23 04:42:12 law Exp $ +@comment $Id: info.texi,v 1.2 1998/03/24 18:05:37 law Exp $ @dircategory Texinfo documentation system @direntry diff --git a/texinfo/doc/texinfo.tex b/texinfo/doc/texinfo.tex index 0c69f8839c1..124d337be42 100644 --- a/texinfo/doc/texinfo.tex +++ b/texinfo/doc/texinfo.tex @@ -1,5 +1,5 @@ %% TeX macros to handle Texinfo files. -%% $Id: texinfo.tex,v 1.1 1998/03/23 04:42:12 law Exp $ +%% $Id: texinfo.tex,v 1.2 1998/03/24 18:05:39 law Exp $ % Copyright (C) 1985, 86, 88, 90, 91, 92, 93, % 94, 95, 96, 97 Free Software Foundation, Inc. @@ -36,7 +36,7 @@ % This automatically updates the version number based on RCS. \def\deftexinfoversion$#1: #2 ${\def\texinfoversion{#2}} -\deftexinfoversion$Revision: 1.1 $ +\deftexinfoversion$Revision: 1.2 $ \message{Loading texinfo package [Version \texinfoversion]:} % If in a .fmt file, print the version number diff --git a/texinfo/doc/texinfo.texi b/texinfo/doc/texinfo.texi index 46a87ea06ab..10b236a941d 100644 --- a/texinfo/doc/texinfo.texi +++ b/texinfo/doc/texinfo.texi @@ -1,5 +1,5 @@ \input texinfo.tex @c -*-texinfo-*- -@c $Id: texinfo.texi,v 1.1 1998/03/23 04:42:12 law Exp $ +@c $Id: texinfo.texi,v 1.1.1.1 1998/03/23 04:42:12 law Exp $ @c %**start of header @c All text is ignored before the setfilename. |