docs: actually close all ref files properly in order to not exceed maximum

This commit is contained in:
Daniel Kolesa 2016-09-08 13:34:19 +02:00
parent 6b60560773
commit 1041edc6dc
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ M.build = function()
local rf = writer.Writer({ "ref", lang, "key", refn })
v[#v + 1] = true
rf:write_include(rf.INCLUDE_PAGE, v)
rf:finish()
end
table.sort(arr)
f:write_raw(table.concat(arr, "\n"))