summaryrefslogtreecommitdiff
path: root/maker
diff options
context:
space:
mode:
Diffstat (limited to 'maker')
-rwxr-xr-xmaker2
1 files changed, 0 insertions, 2 deletions
diff --git a/maker b/maker
index 1109dfe..a00efdb 100755
--- a/maker
+++ b/maker
@@ -68,7 +68,6 @@ for n=1,8 do
table.insert(page.articles, data)
end
end
-build(path, "index", page)
for i, page in ipairs(config.static) do
local path = config.www .. "/" .. page.path
@@ -115,4 +114,3 @@ for raw in io.popen(archive:format(config.src, config.src)):read("*a"):gmatch("[
end
end
-