From 65abfec720806e641c64471104d592aaafed26f7 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Fri, 4 Sep 2020 20:56:12 -0400 Subject: Added support for building with Docker and dropped automated Linux i386 builds. Also tweaked Makefile with basic git support for an eventual migration to a new build service. --- modules/lua/luadoc.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 modules/lua/luadoc.patch (limited to 'modules/lua/luadoc.patch') diff --git a/modules/lua/luadoc.patch b/modules/lua/luadoc.patch deleted file mode 100644 index 175b5942..00000000 --- a/modules/lua/luadoc.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- luadoc/util.lua.orig 2012-02-10 13:34:46.166184400 -0500 -+++ luadoc/util.lua 2012-02-10 13:36:59.847551200 -0500 -@@ -29,8 +29,8 @@ - -- @see string.gsub - - function trim_comment (s) -- s = string.gsub(s, "%-%-+(.*)$", "%1") -- return trim(s) -+ s = string.gsub(s, "%-%-+ ?(.*)$", "%1") -+ return s - end - - ------------------------------------------------------------------------------- -@@ -52,7 +52,7 @@ - if str1 == nil or string.len(str1) == 0 then - return str2 - else -- return str1 .. " " .. str2 -+ return str1 .. "\n" .. str2 - end - end - -- cgit v1.2.3