From: Ken Coar Date: Sun, 4 May 1997 20:59:06 +0000 (+0000) Subject: Correct for Taz's Perl5 location, and likewise the location of X-Git-Tag: APACHE_1_2b11~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ffde69ad9c7fac8c81dbe8f580e649e51da21be;p=apache 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 --- 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"; #*** #***