aboutsummaryrefslogtreecommitdiff
path: root/texinfo/util
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-03-24 11:08:49 -0700
committerJeff Law <law@gcc.gnu.org>1998-03-24 11:08:49 -0700
commitf35e74f9a615e8b93da23af446667ee0bbfad0d0 (patch)
tree31e15e4899c1721607ebb18c043d14e594992d8e /texinfo/util
parentbdfcdb1ba7558ffc4522159fcb7f6c49bb535cde (diff)
downloadgcc-f35e74f9a615e8b93da23af446667ee0bbfad0d0.zip
gcc-f35e74f9a615e8b93da23af446667ee0bbfad0d0.tar.gz
gcc-f35e74f9a615e8b93da23af446667ee0bbfad0d0.tar.bz2
Try test commit again. This time get everything.
From-SVN: r18808
Diffstat (limited to 'texinfo/util')
-rw-r--r--texinfo/util/Makefile.am2
-rwxr-xr-xtexinfo/util/gen-dir-node2
-rwxr-xr-xtexinfo/util/mkinstalldirs2
-rwxr-xr-xtexinfo/util/texi2dvi7
-rw-r--r--texinfo/util/texindex.c2
5 files changed, 6 insertions, 9 deletions
diff --git a/texinfo/util/Makefile.am b/texinfo/util/Makefile.am
index d1f973e..6690cc1 100644
--- a/texinfo/util/Makefile.am
+++ b/texinfo/util/Makefile.am
@@ -1,5 +1,5 @@
## Makefile.am for texinfo/util.
-## $Id: Makefile.am,v 1.1 1998/03/23 04:43:11 law Exp $
+## $Id: Makefile.am,v 1.2 1998/03/24 18:08:38 law Exp $
## Run automake in .. to produce Makefile.in from this.
bin_PROGRAMS = texindex
diff --git a/texinfo/util/gen-dir-node b/texinfo/util/gen-dir-node
index c7ef670..6c30ca0 100755
--- a/texinfo/util/gen-dir-node
+++ b/texinfo/util/gen-dir-node
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: gen-dir-node,v 1.1 1997/05/22 22:02:43 karl Exp $
+# $Id: gen-dir-node,v 1.1.1.2 1998/03/22 20:43:12 law Exp $
# Generate the top-level Info node, given a directory of Info files
# and (optionally) a skeleton file. The output will be suitable for a
# top-level dir file. The skeleton file contains info topic names in the
diff --git a/texinfo/util/mkinstalldirs b/texinfo/util/mkinstalldirs
index 934c671..840276b 100755
--- a/texinfo/util/mkinstalldirs
+++ b/texinfo/util/mkinstalldirs
@@ -4,7 +4,7 @@
# Created: 1993-05-16
# Public domain
-# $Id: mkinstalldirs,v 1.1 1997/08/21 22:58:12 jason Exp $
+# $Id: mkinstalldirs,v 1.1.1.1 1997/08/21 22:58:12 jason Exp $
errstatus=0
diff --git a/texinfo/util/texi2dvi b/texinfo/util/texi2dvi
index 67a9512..8363f5e 100755
--- a/texinfo/util/texi2dvi
+++ b/texinfo/util/texi2dvi
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
-# $Id: texi2dvi,v 0.6 1997/07/14 19:23:18 karl Exp $
+# $Id: texi2dvi,v 1.2 1998/03/24 18:08:49 law Exp $
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -47,7 +47,7 @@
progname=`echo "$0" | sed -e 's/[^\/]*\///g'`
# This string is expanded by rcs automatically when this file is checked out.
-rcs_revision='$Revision: 0.6 $'
+rcs_revision='$Revision: 1.2 $'
version=`set - $rcs_revision; echo $2`
# To prevent hairy quoting and escaping later.
@@ -329,6 +329,3 @@ done
$verbose "$0 done."
true # exit successfully.
-# Do macro expansion with makeinfo before running TeX.
-# Various expansion safety measures added for test; avoid use of -o.
-#
diff --git a/texinfo/util/texindex.c b/texinfo/util/texindex.c
index 2b3bd20..d0655fb 100644
--- a/texinfo/util/texindex.c
+++ b/texinfo/util/texindex.c
@@ -1,5 +1,5 @@
/* Prepare TeX index dribble output into an actual index.
- $Id: texindex.c,v 1.17 1997/07/24 23:34:45 karl Exp $
+ $Id: texindex.c,v 1.2 1998/03/24 18:08:47 law Exp $
Copyright (C) 1987, 91, 92, 96, 97 Free Software Foundation, Inc.