Commit 8393ec51 authored by Antoine Cellerier's avatar Antoine Cellerier

Include all the lua README.txt files in DIST and fix the NEWS.

(cherry picked from commit 6eb3fc6d)
parent 5fbed498
...@@ -75,8 +75,7 @@ Playlist: ...@@ -75,8 +75,7 @@ Playlist:
* Album art support * Album art support
* User definable Lua playlist scripts. See share/lua/playlist/README.txt * User definable Lua playlist scripts. See share/lua/playlist/README.txt
(Default scripts open YouTube, DailyMotion, metacafe and Google Video URLs) (Default scripts open YouTube, DailyMotion, metacafe and Google Video URLs)
* User definable Lua metadata and album art fetcher scripts. See * User definable Lua album art fetcher scripts. See share/lua/meta/README.txt
share/lua/meta/README.txt
Inputs: Inputs:
* Video for Linux 2 (V4L2) input support * Video for Linux 2 (V4L2) input support
...@@ -219,7 +218,8 @@ Interfaces: ...@@ -219,7 +218,8 @@ Interfaces:
* Correctly displays wide characters when using an UTF-8 locale, * Correctly displays wide characters when using an UTF-8 locale,
if libncursesw is available. if libncursesw is available.
* Some nice colors if the terminal supports it (most do) * Some nice colors if the terminal supports it (most do)
* Experimental Lua interface modules. See vlc -I lua for more info * Experimental Lua interface modules. See vlc -I lua and
share/lua/playlist/README.txt for more info.
* Unix * Unix
* Option to allow only one running instance, using D-Bus interface. * Option to allow only one running instance, using D-Bus interface.
* D-Bus Interface implementing the MPRIS * D-Bus Interface implementing the MPRIS
......
...@@ -277,6 +277,7 @@ DIST_osdmenu_minimal = \ ...@@ -277,6 +277,7 @@ DIST_osdmenu_minimal = \
osdmenu/minimal/fs_panel_mockup.png osdmenu/minimal/fs_panel_mockup.png
DIST_lua= \ DIST_lua= \
lua/README.txt \
lua/meta/README.txt \ lua/meta/README.txt \
lua/meta/googleimage.lua \ lua/meta/googleimage.lua \
lua/playlist/README.txt \ lua/playlist/README.txt \
...@@ -291,6 +292,7 @@ DIST_lua= \ ...@@ -291,6 +292,7 @@ DIST_lua= \
lua/playlist/megavideo.lua \ lua/playlist/megavideo.lua \
lua/playlist/metacafe.lua \ lua/playlist/metacafe.lua \
lua/playlist/googlevideo.lua \ lua/playlist/googlevideo.lua \
lua/intf/README.txt \
lua/intf/http.lua \ lua/intf/http.lua \
lua/intf/rc.lua \ lua/intf/rc.lua \
lua/intf/hotkeys.lua \ lua/intf/hotkeys.lua \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment