Re: [PATCH] 1.3 mkapidoc

2001-02-28 Thread Greg Stein
On Wed, Feb 28, 2001 at 08:01:30PM +0900, Yoshiki Hayashi wrote: > cd httpd-docs-1.3/apidoc > ./mkapidict -l0 -d api.list -o index.html -t api-dict.html -v > > only creates HTML files listed in Routine Descriptions > section and doesn't create files like apidoc_apache_sfio.html. > > This patch fi

Re: [PATCH] 1.3 mkapidoc

2001-02-28 Thread Rodent of Unusual Size
Yoshiki Hayashi wrote: > > cd httpd-docs-1.3/apidoc > ./mkapidict -l0 -d api.list -o index.html -t api-dict.html -v > > only creates HTML files listed in Routine Descriptions > section and doesn't create files like apidoc_apache_sfio.html. > > This patch fixes the problem. Is this subject to co

[PATCH] 1.3 mkapidoc

2001-02-28 Thread Yoshiki Hayashi
cd httpd-docs-1.3/apidoc ./mkapidict -l0 -d api.list -o index.html -t api-dict.html -v only creates HTML files listed in Routine Descriptions section and doesn't create files like apidoc_apache_sfio.html. This patch fixes the problem. Is this subject to code freeze of apache-1.3 and needs three