summaryrefslogtreecommitdiff
path: root/contrib/texinfo
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/texinfo')
-rw-r--r--contrib/texinfo/Makefile.am2
-rw-r--r--contrib/texinfo/doc/Makefile.am2
-rw-r--r--contrib/texinfo/doc/info-stnd.texi2
-rw-r--r--contrib/texinfo/doc/info.texi2
-rw-r--r--contrib/texinfo/doc/texinfo.tex4
-rw-r--r--contrib/texinfo/doc/texinfo.txi2
-rw-r--r--contrib/texinfo/info/Makefile.am2
-rw-r--r--contrib/texinfo/info/echo-area.c2
-rw-r--r--contrib/texinfo/info/echo-area.h2
-rw-r--r--contrib/texinfo/lib/Makefile.am2
-rw-r--r--contrib/texinfo/lib/system.h2
-rw-r--r--contrib/texinfo/makeinfo/Makefile.am2
-rwxr-xr-xcontrib/texinfo/mkinstalldirs2
-rw-r--r--contrib/texinfo/util/Makefile.am2
14 files changed, 15 insertions, 15 deletions
diff --git a/contrib/texinfo/Makefile.am b/contrib/texinfo/Makefile.am
index 045c115eb4ba..4cc8d0e46a13 100644
--- a/contrib/texinfo/Makefile.am
+++ b/contrib/texinfo/Makefile.am
@@ -1,5 +1,5 @@
## Makefile.am for texinfo.
-## $Id: Makefile.am,v 1.9 1998/02/26 21:33:56 karl Exp $
+## $Id: Makefile.am,v 1.1.1.1 1999/01/14 19:34:53 markm 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/contrib/texinfo/doc/Makefile.am b/contrib/texinfo/doc/Makefile.am
index 8d53acd09167..dd60f059a2c4 100644
--- a/contrib/texinfo/doc/Makefile.am
+++ b/contrib/texinfo/doc/Makefile.am
@@ -1,5 +1,5 @@
## Makefile.am for texinfo/emacs.
-## $Id: Makefile.am,v 1.12 1998/02/27 21:46:23 karl Exp $
+## $Id: Makefile.am,v 1.1.1.1 1999/01/14 19:35:19 markm Exp $
## Run automake in .. to produce Makefile.in from this.
info_TEXINFOS = info-stnd.texi info.texi texinfo.txi
diff --git a/contrib/texinfo/doc/info-stnd.texi b/contrib/texinfo/doc/info-stnd.texi
index 9eb6836d71df..2b39209048f5 100644
--- a/contrib/texinfo/doc/info-stnd.texi
+++ b/contrib/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.3 1997/07/06 21:49:30 karl Exp $
+@comment $Id: info-stnd.texi,v 1.1.1.1 1999/01/14 19:35:19 markm Exp $
@dircategory Texinfo documentation system
@direntry
diff --git a/contrib/texinfo/doc/info.texi b/contrib/texinfo/doc/info.texi
index f7cb1cd71882..d93a95c22c21 100644
--- a/contrib/texinfo/doc/info.texi
+++ b/contrib/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.4 1997/07/10 21:58:11 karl Exp $
+@comment $Id: info.texi,v 1.1.1.1 1999/01/14 19:35:19 markm Exp $
@dircategory Texinfo documentation system
@direntry
diff --git a/contrib/texinfo/doc/texinfo.tex b/contrib/texinfo/doc/texinfo.tex
index b449f778bbbb..2417b1a4b1a3 100644
--- a/contrib/texinfo/doc/texinfo.tex
+++ b/contrib/texinfo/doc/texinfo.tex
@@ -1,5 +1,5 @@
% texinfo.tex -- TeX macros to handle Texinfo files.
-% $Id$
+% $Id: texinfo.tex,v 1.2 1999/01/15 12:06:17 markm Exp $
%
% Copyright (C) 1985, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98
% Free Software Foundation, Inc.
@@ -44,7 +44,7 @@
% This automatically updates the version number based on RCS.
\def\deftexinfoversion$#1: #2 ${\def\texinfoversion{#2}}
-\deftexinfoversion$Revision: 2.227 $
+\deftexinfoversion$Revision: 1.2 $
\message{Loading texinfo package [Version \texinfoversion]:}
% If in a .fmt file, print the version number
diff --git a/contrib/texinfo/doc/texinfo.txi b/contrib/texinfo/doc/texinfo.txi
index c0b7a20d3b6e..17c7f2a3ffcc 100644
--- a/contrib/texinfo/doc/texinfo.txi
+++ b/contrib/texinfo/doc/texinfo.txi
@@ -1,5 +1,5 @@
\input texinfo.tex @c -*-texinfo-*-
-@c $Id: texinfo.txi,v 1.50 1998/02/27 21:21:34 karl Exp $
+@c $Id: texinfo.txi,v 1.1.1.1 1999/01/14 19:35:19 markm Exp $
@c %**start of header
@c All text is ignored before the setfilename.
diff --git a/contrib/texinfo/info/Makefile.am b/contrib/texinfo/info/Makefile.am
index 4680550f96a4..3c7b45fc2fe9 100644
--- a/contrib/texinfo/info/Makefile.am
+++ b/contrib/texinfo/info/Makefile.am
@@ -1,5 +1,5 @@
## Makefile.am for texinfo/info.
-## $Id: Makefile.am,v 1.11 1998/02/22 22:55:44 karl Exp $
+## $Id: Makefile.am,v 1.1.1.1 1999/01/14 19:34:58 markm Exp $
## Run automake in .. to produce Makefile.in from this.
noinst_PROGRAMS = makedoc
diff --git a/contrib/texinfo/info/echo-area.c b/contrib/texinfo/info/echo-area.c
index 0d409e8dac04..491681358268 100644
--- a/contrib/texinfo/info/echo-area.c
+++ b/contrib/texinfo/info/echo-area.c
@@ -1,5 +1,5 @@
/* echo-area.c -- How to read a line in the echo area.
- $Id: echo-area.c,v 1.10 1998/02/26 22:47:02 karl Exp $
+ $Id: echo-area.c,v 1.1.1.1 1999/01/14 19:34:59 markm Exp $
Copyright (C) 1993, 97, 98 Free Software Foundation, Inc.
diff --git a/contrib/texinfo/info/echo-area.h b/contrib/texinfo/info/echo-area.h
index 7feec06770e9..c27a57c196eb 100644
--- a/contrib/texinfo/info/echo-area.h
+++ b/contrib/texinfo/info/echo-area.h
@@ -1,5 +1,5 @@
/* echo-area.h -- Functions used in reading information from the echo area.
- $Id: echo-area.h,v 1.3 1997/07/15 18:38:21 karl Exp $
+ $Id: echo-area.h,v 1.1.1.1 1999/01/14 19:34:59 markm Exp $
This file is part of GNU Info, a program for reading online documentation
stored in Info format.
diff --git a/contrib/texinfo/lib/Makefile.am b/contrib/texinfo/lib/Makefile.am
index e005d8d28f76..55b862042491 100644
--- a/contrib/texinfo/lib/Makefile.am
+++ b/contrib/texinfo/lib/Makefile.am
@@ -1,5 +1,5 @@
## Makefile.am for texinfo/lib.
-## $Id: Makefile.am,v 1.4 1997/07/04 20:55:42 karl Exp $
+## $Id: Makefile.am,v 1.1.1.1 1999/01/14 19:34:57 markm Exp $
## Run automake in .. to produce Makefile.in from this.
noinst_LIBRARIES = libtxi.a
diff --git a/contrib/texinfo/lib/system.h b/contrib/texinfo/lib/system.h
index 109e3933cb37..95717ac66a90 100644
--- a/contrib/texinfo/lib/system.h
+++ b/contrib/texinfo/lib/system.h
@@ -1,5 +1,5 @@
/* system.h: System-dependent declarations. Include this first.
- $Id: system.h,v 1.5 1997/07/31 20:34:36 karl Exp $
+ $Id: system.h,v 1.1.1.1 1999/01/14 19:34:57 markm Exp $
Copyright (C) 1997 Free Software Foundation, Inc.
diff --git a/contrib/texinfo/makeinfo/Makefile.am b/contrib/texinfo/makeinfo/Makefile.am
index f2137fa4b73d..05ac86578018 100644
--- a/contrib/texinfo/makeinfo/Makefile.am
+++ b/contrib/texinfo/makeinfo/Makefile.am
@@ -1,5 +1,5 @@
## Makefile.am for texinfo/makeinfo.
-## $Id: Makefile.am,v 1.4 1997/07/04 20:58:00 karl Exp $
+## $Id: Makefile.am,v 1.1.1.1 1999/01/14 19:35:14 markm Exp $
## Run automake in .. to produce Makefile.in from this.
bin_PROGRAMS = makeinfo
diff --git a/contrib/texinfo/mkinstalldirs b/contrib/texinfo/mkinstalldirs
index a01481be4367..0c321afbd22b 100755
--- a/contrib/texinfo/mkinstalldirs
+++ b/contrib/texinfo/mkinstalldirs
@@ -4,7 +4,7 @@
# Created: 1993-05-16
# Public domain
-# $Id: mkinstalldirs,v 1.10 1996/05/03 07:37:52 friedman Exp $
+# $Id: mkinstalldirs,v 1.1.1.1 1999/01/14 19:34:55 markm Exp $
errstatus=0
diff --git a/contrib/texinfo/util/Makefile.am b/contrib/texinfo/util/Makefile.am
index f16dd034da85..fe52fcc5bd95 100644
--- a/contrib/texinfo/util/Makefile.am
+++ b/contrib/texinfo/util/Makefile.am
@@ -1,5 +1,5 @@
## Makefile.am for texinfo/util.
-## $Id: Makefile.am,v 1.6 1997/07/15 19:15:05 karl Exp $
+## $Id: Makefile.am,v 1.1.1.1 1999/01/14 19:35:17 markm Exp $
## Run automake in .. to produce Makefile.in from this.
bin_PROGRAMS = install-info texindex