diff --git a/html/ldoc.ltp b/html/ldoc.ltp index 807569d..0cd6c3b 100644 --- a/html/ldoc.ltp +++ b/html/ldoc.ltp @@ -28,7 +28,7 @@
$(ldoc.description)
diff --git a/ldoc.lua b/ldoc.lua index 172fcf6..c267ae9 100644 --- a/ldoc.lua +++ b/ldoc.lua @@ -648,6 +648,7 @@ function generate_output() -- write out the per-module documentation if not ldoc.single then ldoc.css = '../'..css + ldoc.output = args.output for kind, modules in project() do kind = kind:lower() check_directory(args.dir..kind)