the names of the files to be wrapped must be given relative to the root of the tree. in this case: "../newsbot/newsbot.html"

This commit is contained in:
endico%mozilla.org 1999-10-22 00:45:56 +00:00
parent 320ee7acc4
commit 06d1cf50f2

View File

@ -27,5 +27,5 @@ use strict;
require "/e/stage-docs/mozilla-org/tools/wrap.pl";
dowrap("/e/stage-docs/mozilla-org/html/template.html",
"newsbot.html",
"wrapped.html");
"../newsbot.html",
"../wrapped.html");