Changeset edbb603bd250f802e8d6a363e6c08aefb5e381fa

Show
Ignore:
Timestamp:
09/16/07 00:54:41 (10 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1189896881 +0000
git-parent:

[06707b2db6402caaa7e859f8be6ffd5012172bff]

git-author:
Rafaël Carré <funman@videolan.org> 1189896881 +0000
Message:

osdmenu: Reverts [22062] which was a revert of [22061], and gives the .cfg the same name than the directory.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.am

    r4b01790 redbb603  
    740740    mkdir -p "$(top_builddir)/vlc-${VERSION}/osdmenu" 
    741741    cp $(srcdir)/share/osdmenu/*.* "$(top_builddir)/vlc-${VERSION}/osdmenu" 
    742     for dir in dvd dvd/selected dvd/unselect dvd/selection dvd/volume default default/selected default/selection default/volume;do \ 
     742    for dir in dvd dvd/selected dvd/unselect dvd/selection dvd/volume default default/selected default/selection default/volume minimal;do \ 
    743743        mkdir -p "$(top_builddir)/vlc-${VERSION}/osdmenu/$$dir"; \ 
    744744        for file in $(srcdir)/share/osdmenu/$${dir}/*.*;do \