From 6ee294fd5ab68b5a969388f2bfdaa4ca29e031a7 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Sun, 6 Oct 2019 19:22:17 -0400 Subject: [PATCH] doc: Make sure the ruled module init.lua is ignored. This has to be in its own commit otherwise Travis will fail. This is because it will keep the file in the build directory when iterating all commits. Then `ldoc` will fail because the file doesn't have documentation. If `config.ld` is updated first, then it will fail because `ruled/init.lua` doesn't exist yet. When it is done in a separate commit, then `config.ld` is already updated and comes with `init.lua`. --- docs/config.ld | 1 + lib/ruled/init.lua | 1 + 2 files changed, 2 insertions(+) create mode 100644 lib/ruled/init.lua diff --git a/docs/config.ld b/docs/config.ld index 35faea832..1d25384f4 100644 --- a/docs/config.ld +++ b/docs/config.ld @@ -471,6 +471,7 @@ file = { '../lib/naughty/constants.lua', '../lib/naughty/dbus.lua', '../lib/beautiful/gtk.lua', + '../lib/ruled/init.lua', -- Ignore some parts of the widget library '../lib/awful/widget/init.lua', diff --git a/lib/ruled/init.lua b/lib/ruled/init.lua new file mode 100644 index 000000000..a56470754 --- /dev/null +++ b/lib/ruled/init.lua @@ -0,0 +1 @@ +return {}