From 31bda9e88d8db5108a8cb2badbb61a597636809f Mon Sep 17 00:00:00 2001 From: "Ignas Anikevicius (gns_ank)" Date: Tue, 20 May 2014 22:52:08 +0100 Subject: [PATCH] Docs: Ignore awful.widget.common Signed-off-by: Ignas Anikevicius (gns_ank) --- config.ld.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.ld.in b/config.ld.in index 7eda101d..8ae7ad36 100644 --- a/config.ld.in +++ b/config.ld.in @@ -32,6 +32,9 @@ file = { 'lib/awful/remote.lua', 'lib/awful/startup_notification.lua', + -- Ignore some parts of the widget library + 'lib/awful/widget/common.lua', + -- exclude layout, but we need an extra bit of documentation elsewhere. 'lib/awful/layout/suit/' }