aboutsummaryrefslogtreecommitdiff
path: root/texinfo/info/filesys.c
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-03-24 12:41:43 -0700
committerJeff Law <law@gcc.gnu.org>1998-03-24 12:41:43 -0700
commitd275726b338f876c210555d7eadf8c3d81bae6a5 (patch)
tree136f1d20658da254fd386793ce216800b7356521 /texinfo/info/filesys.c
parentf35e74f9a615e8b93da23af446667ee0bbfad0d0 (diff)
downloadgcc-d275726b338f876c210555d7eadf8c3d81bae6a5.zip
gcc-d275726b338f876c210555d7eadf8c3d81bae6a5.tar.gz
gcc-d275726b338f876c210555d7eadf8c3d81bae6a5.tar.bz2
Merge in texinfo-3.12.
From-SVN: r18811
Diffstat (limited to 'texinfo/info/filesys.c')
-rw-r--r--texinfo/info/filesys.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/texinfo/info/filesys.c b/texinfo/info/filesys.c
index 6d44974..36287ab 100644
--- a/texinfo/info/filesys.c
+++ b/texinfo/info/filesys.c
@@ -1,7 +1,7 @@
/* filesys.c -- File system specific functions for hacking this system.
- $Id: filesys.c,v 1.2 1998/03/24 18:06:16 law Exp $
+ $Id: filesys.c,v 1.1.1.3 1998/03/24 18:20:10 law Exp $
- Copyright (C) 1993, 97 Free Software Foundation, Inc.
+ Copyright (C) 1993, 97, 98 Free Software Foundation, Inc.
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
@@ -38,6 +38,7 @@ static char *info_suffixes[] = {
"",
".info",
"-info",
+ "/index",
(char *)NULL
};