kolibrios-fun/programs/other/man2html/Tupfile.lua
turbocat 8b6d8d592b man2html: Added to autobuild
git-svn-id: svn://kolibrios.org@9652 a494cfbc-eb01-0410-851d-a64ba20cac60
2022-01-18 18:01:35 +00:00

16 lines
277 B
Lua

if tup.getconfig("NO_TCC") ~= "" then return end
if tup.getconfig("HELPERDIR") == ""
then
HELPERDIR = "../../../programs"
end
tup.include(HELPERDIR .. "/use_tcc.lua")
SRCS = {
"man2html.c",
"cgibase.c",
"abbrev.c",
"strdefs.c"
}
link_tcc(SRCS, "man2html");