From 528ab6c7cf53d5b9df80c23cf9daa82ca7c25fdb Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Sun, 5 Feb 2017 12:16:27 -0500 Subject: [PATCH] doc: Removed remaining references to .lua.in files The .in is no longer used Fix #1525 --- build-utils/lgi-check.sh | 2 +- docs/01-readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-utils/lgi-check.sh b/build-utils/lgi-check.sh index d4ceec98..cbc7ec2a 100755 --- a/build-utils/lgi-check.sh +++ b/build-utils/lgi-check.sh @@ -25,7 +25,7 @@ die() lua -e 'require("lgi")' || die # Check the version number. -# Keep this in sync with lib/gears/surface.lua.in and .travis.yml (LGIVER)! +# Keep this in sync with lib/gears/surface.lua and .travis.yml (LGIVER)! lua -e '_, _, major_minor, patch = string.find(require("lgi.version"), "^(%d%.%d)%.(%d)"); if tonumber(major_minor) < 0.8 or (tonumber(major_minor) == 0.8 and tonumber(patch) < 0) then error(string.format("lgi is too old, need at least version %s, got %s.", diff --git a/docs/01-readme.md b/docs/01-readme.md index dc712a03..66fb2145 100644 --- a/docs/01-readme.md +++ b/docs/01-readme.md @@ -98,7 +98,7 @@ the `DISPLAY` environment variable is set correctly, e.g.: The configuration of awesome is done by creating a `$XDG_CONFIG_HOME/awesome/rc.lua` file, typically `~/.config/awesome/rc.lua`. -An example configuration named `awesomerc.lua.in` is provided in the source. +An example configuration named `awesomerc.lua` is provided in the source. ## Troubleshooting