mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
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:
parent
320ee7acc4
commit
06d1cf50f2
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user