]> Dogcows Code - chaz/yoink/blobdiff - scripts/man2html.lua
build system enhancements
[chaz/yoink] / scripts / man2html.lua
similarity index 93%
rename from doc/man2html.lua
rename to scripts/man2html.lua
index 9a305b092cb9ba5d10c0f993da04e655b69b34b2..e33a12622d2a1663536012e195d19a6a43ee2c47 100755 (executable)
@@ -24,7 +24,7 @@ arg.hideEmail = false
 arg.output = "yoink.html"
 
 arg.input = "yoink.6"
-if not isReadable(arg.input) then arg.input = "doc/yoink.6" end
+if not isReadable(arg.input) then arg.input = "build/doc/yoink.6" end
 
 do
        local t = {
@@ -59,7 +59,7 @@ filters = {
 <p style="font-size: 9px; text-align: center;">
        This manual page was generated on ]]..os.date("%d %b %Y")..[[.
        For more information, go to the
-               <a href="http://www.dogcows.com/yoink/">Yoink website</a>.
+               <a href="http://www.dogcows.com/yoink">Yoink website</a>.
 </p>
 </body> ]])
        end,
This page took 0.017574 seconds and 4 git commands to generate.