diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-03-24 17:58:30 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-03-24 17:58:30 +0000 |
commit | f94524cfb2d56cacacfd053fce95da55c644fbaf (patch) | |
tree | 80acb768f54961392b1ad3432ac823e5f287727e | |
parent | 0f11bb5def161efb5a494a96db64d3c9902eeab6 (diff) | |
download | gcc-f94524cfb2d56cacacfd053fce95da55c644fbaf.tar.gz |
Dummy commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18807 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | texinfo/Makefile.am | 2 | ||||
-rw-r--r-- | texinfo/dir | 2 | ||||
-rw-r--r-- | texinfo/dir-example | 2 | ||||
-rwxr-xr-x | texinfo/mkinstalldirs | 2 | ||||
-rw-r--r-- | texinfo/texinfo.tex | 4 | ||||
-rw-r--r-- | texinfo/texinfo.texi | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/texinfo/Makefile.am b/texinfo/Makefile.am index 90d861b80ee..294a7faba74 100644 --- a/texinfo/Makefile.am +++ b/texinfo/Makefile.am @@ -1,5 +1,5 @@ ## Makefile.am for texinfo. -## $Id: Makefile.am,v 1.1 1998/03/23 04:42:02 law Exp $ +## $Id: Makefile.am,v 1.3 1998/03/24 18:04:57 law Exp $ ## Process this file with automake to produce Makefile.in in all directories. ## Be sure we're using the right version of Automake. diff --git a/texinfo/dir b/texinfo/dir index 8f7e01d7867..01552bd772a 100644 --- a/texinfo/dir +++ b/texinfo/dir @@ -1,4 +1,4 @@ -$Id: dir,v 1.1 1997/08/21 22:57:52 jason Exp $ +$Id: dir,v 1.2 1998/03/24 17:58:17 law Exp $ This is the file .../info/dir, which contains the topmost node of the Info hierarchy. The first time you invoke Info you start off looking at that node, which is (dir)Top. diff --git a/texinfo/dir-example b/texinfo/dir-example index d6f8d500764..9dc4fe33cc6 100644 --- a/texinfo/dir-example +++ b/texinfo/dir-example @@ -3,7 +3,7 @@ topmost node of the Info hierarchy. This file is merely made available for your hacking pleasure, not official or standard in any way. If it doesn't make sense to you, or you don't like it, ignore it. -$Id: dir,v 1.23 1997/07/25 18:05:32 karl Exp $ +$Id: dir-example,v 1.3 1998/03/24 18:05:15 law Exp $ File: dir Node: Top This is the top of the INFO tree. diff --git a/texinfo/mkinstalldirs b/texinfo/mkinstalldirs index 450a619c6ad..18325938df9 100755 --- a/texinfo/mkinstalldirs +++ b/texinfo/mkinstalldirs @@ -4,7 +4,7 @@ # Created: 1993-05-16 # Public domain -# $Id: mkinstalldirs,v 1.1 1998/03/23 04:42:10 law Exp $ +# $Id: mkinstalldirs,v 1.3 1998/03/24 18:05:22 law Exp $ errstatus=0 diff --git a/texinfo/texinfo.tex b/texinfo/texinfo.tex index 2ce38f94db1..eb620254d55 100644 --- a/texinfo/texinfo.tex +++ b/texinfo/texinfo.tex @@ -1,5 +1,5 @@ %% TeX macros to handle Texinfo files. -%% $Id: texinfo.tex,v 2.218 1997/07/26 19:12:35 karl Exp $ +%% $Id: texinfo.tex,v 1.2 1998/03/24 17:58:28 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: 2.218 $ +\deftexinfoversion$Revision: 1.2 $ \message{Loading texinfo package [Version \texinfoversion]:} % If in a .fmt file, print the version number diff --git a/texinfo/texinfo.texi b/texinfo/texinfo.texi index 0f55da09901..dcfc961165d 100644 --- a/texinfo/texinfo.texi +++ b/texinfo/texinfo.texi @@ -13,7 +13,7 @@ index (arbitrarily chosen to be the concept index). @paragraphindent 2 @finalout @comment %**end of header -@comment $Id: texinfo.texi,v 1.1 1997/08/21 22:57:54 jason Exp $ +@comment $Id: texinfo.texi,v 1.2 1998/03/24 17:58:30 law Exp $ @c Before release, run C-u C-c C-u C-a (texinfo-all-menus-update with a @c prefix arg). This updates the node pointers, which texinfmt.el needs. |