docs: generate within the docs:efl:auto namespace (for future editable blocks)

This commit is contained in:
Daniel Kolesa 2016-08-31 15:18:10 +01:00
parent 2d44738fae
commit b193a9f840
1 changed files with 1 additions and 1 deletions

View File

@ -1076,7 +1076,7 @@ getopt.parse {
set_theme(opts["graph-theme"])
end
local rootns = (not opts["n"] or opts["n"] == "")
and "efl" or opts["n"]
and "docs:efl:auto" or opts["n"]
local dr
if not opts["r"] or opts["r"] == "" then
dr = "dokuwiki/data/pages"