[vlc-devel] commit: Include all the lua README.txt files in DIST and fix the NEWS. ( Antoine Cellerier )
git version control
git at videolan.org
Sun Aug 31 23:19:08 CEST 2008
vlc | branch: 0.9-bugfix | Antoine Cellerier <dionoea at videolan.org> | Sun Aug 31 23:20:30 2008 +0200| [8393ec51c7a6ea65cef8626dd10b1f457d1699ed] | committer: Antoine Cellerier
Include all the lua README.txt files in DIST and fix the NEWS.
(cherry picked from commit 6eb3fc6d18c5379a4be78884d36e7ca19dbf868d)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8393ec51c7a6ea65cef8626dd10b1f457d1699ed
---
NEWS | 6 +++---
share/Makefile.am | 2 ++
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index a7262d1..2adbf76 100644
--- a/NEWS
+++ b/NEWS
@@ -75,8 +75,7 @@ Playlist:
* Album art support
* User definable Lua playlist scripts. See share/lua/playlist/README.txt
(Default scripts open YouTube, DailyMotion, metacafe and Google Video URLs)
- * User definable Lua metadata and album art fetcher scripts. See
- share/lua/meta/README.txt
+ * User definable Lua album art fetcher scripts. See share/lua/meta/README.txt
Inputs:
* Video for Linux 2 (V4L2) input support
@@ -219,7 +218,8 @@ Interfaces:
* Correctly displays wide characters when using an UTF-8 locale,
if libncursesw is available.
* 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
* Option to allow only one running instance, using D-Bus interface.
* D-Bus Interface implementing the MPRIS
diff --git a/share/Makefile.am b/share/Makefile.am
index 5a52bfc..38cbd0e 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -277,6 +277,7 @@ DIST_osdmenu_minimal = \
osdmenu/minimal/fs_panel_mockup.png
DIST_lua= \
+ lua/README.txt \
lua/meta/README.txt \
lua/meta/googleimage.lua \
lua/playlist/README.txt \
@@ -291,6 +292,7 @@ DIST_lua= \
lua/playlist/megavideo.lua \
lua/playlist/metacafe.lua \
lua/playlist/googlevideo.lua \
+ lua/intf/README.txt \
lua/intf/http.lua \
lua/intf/rc.lua \
lua/intf/hotkeys.lua \
More information about the vlc-devel
mailing list