From b3c26bdc0688aff1a1c5bc4d0f964be244b0039e Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 10 Mar 2012 21:19:26 -0500 Subject: Replaced doc/gen_manual.lua with new unversioned tool. --- doc/markdowndoc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/markdowndoc.lua') diff --git a/doc/markdowndoc.lua b/doc/markdowndoc.lua index 8a661138..6c181a7b 100644 --- a/doc/markdowndoc.lua +++ b/doc/markdowndoc.lua @@ -120,10 +120,10 @@ function M.start(doc) -- Create the header and footer, if given a template. local header, footer = '', '' if M.options.template_dir ~= 'luadoc/doclet/html/' then - local p = io.popen('markdown "'..M.options.template_dir..'header.md"') + local p = io.popen('markdown "'..M.options.template_dir..'.header.md"') template.header = p:read('*all') p:close() - p = io.popen('markdown "'..M.options.template_dir..'footer.md"') + p = io.popen('markdown "'..M.options.template_dir..'.footer.md"') template.footer = p:read('*all') p:close() end -- cgit v1.2.3