doc: Removed remaining references to .lua.in files

The .in is no longer used

Fix #1525
This commit is contained in:
Emmanuel Lepage Vallee 2017-02-05 12:16:27 -05:00
parent 1385243ea5
commit 528ab6c7cf
2 changed files with 2 additions and 2 deletions

View File

@ -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.",

View File

@ -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