]> git.sesse.net Git - vlc/commitdiff
Include all the lua README.txt files in DIST and fix the NEWS.
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 31 Aug 2008 21:20:30 +0000 (23:20 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 31 Aug 2008 21:20:30 +0000 (23:20 +0200)
NEWS
share/Makefile.am

diff --git a/NEWS b/NEWS
index 22ad92a89d4eff39b3bffa61abb7c5c3d5b1fb3d..10f6c0df6d4de1dd60a03b4f790aea79e8d2bb65 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -83,8 +83,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
@@ -227,7 +226,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 
index 0d468c67429dfe0b382572633bbcf32ebc841735..0cd4c0d370bd5a35779e6f5011b74092cfdae434 100644 (file)
@@ -279,6 +279,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 \
@@ -293,6 +294,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 \