summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>1997-05-04 20:59:06 +0000
committerKen Coar <coar@apache.org>1997-05-04 20:59:06 +0000
commit5ffde69ad9c7fac8c81dbe8f580e649e51da21be (patch)
tree4cee1a4b29598c476f91a13840222e2a976c8990
parentc2860838d923e32953f755ba6058d04ebb6f4f86 (diff)
downloadhttpd-5ffde69ad9c7fac8c81dbe8f580e649e51da21be.tar.gz
Correct for Taz's Perl5 location, and likewise the location of
the Taz index. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78107 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/search/manual-index.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/search/manual-index.cgi b/docs/manual/search/manual-index.cgi
index 8f54abcdd9..bcfc13b65e 100644
--- a/docs/manual/search/manual-index.cgi
+++ b/docs/manual/search/manual-index.cgi
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/local/bin/perl5 -w
# ====================================================================
# Copyright (c) 1995-1997 The Apache Group. All rights reserved.
#
@@ -60,7 +60,7 @@
# apache/htdocs/manual directory of the Apache distribution tree).
#***
#***
-$INDEX = "/export/pub/apache/docs/index.txt";
+$INDEX = "/export/pub/apache/manual-index.dat";
#***
#***