Changeset 3aa3031d6ec7ddc439115480810f96a973a285fa

Show
Ignore:
Timestamp:
04/04/08 11:04:31 (3 months ago)
Author:
Antoine Cellerier <dionoea@videolan.org>
git-committer:
Antoine Cellerier <dionoea@videolan.org> 1207299871 +0200
git-parent:

[7b76e3471caf0a6b9ab3f47e74e58769f12916e6]

git-author:
Antoine Cellerier <dionoea@videolan.org> 1207299871 +0200
Message:

Remove lua/http/old from Makefile.am

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.am

    rd8b6a43 r3aa3031  
    443443    $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/dialogs 
    444444    $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/js 
    445     $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/old 
    446     $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/old/admin 
    447     $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/old/vlm 
    448445    $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/images 
    449446    $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests 
     
    457454    for i in $(srcdir)/share/lua/http/js/*.* ; do \ 
    458455      $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/js/`basename $${i}` ; \ 
    459     done 
    460     for i in $(srcdir)/share/lua/http/old/*.* ; do \ 
    461       $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/old/`basename $${i}` ; \ 
    462     done 
    463     for i in $(srcdir)/share/lua/http/old/admin/*.* ; do \ 
    464       $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/old/admin/`basename $${i}` ; \ 
    465     done 
    466     for i in $(srcdir)/share/lua/http/old/vlm/*.* ; do \ 
    467       $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/old/vlm/`basename $${i}` ; \ 
    468456    done 
    469457    for i in $(srcdir)/share/lua/http/images/*.* ; do \ 
     
    660648    mkdir -p "$(top_builddir)/vlc-$(VERSION)/lua/http/js" 
    661649    mkdir -p "$(top_builddir)/vlc-$(VERSION)/lua/http/dialogs" 
    662     mkdir -p "$(top_builddir)/vlc-$(VERSION)/lua/http/old" 
    663     mkdir -p "$(top_builddir)/vlc-$(VERSION)/lua/http/old/vlm" 
    664     mkdir -p "$(top_builddir)/vlc-$(VERSION)/lua/http/old/admin" 
    665650    cp $(srcdir)/share/lua/http/*.html $(top_builddir)/vlc-$(VERSION)/lua/http/ ; 
    666651    unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/*.html ; 
     
    681666    cp $(srcdir)/share/lua/http/requests/readme $(top_builddir)/vlc-$(VERSION)/lua/http/requests/readme.txt ; 
    682667    unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/requests/readme.txt ; 
    683  
    684     cp $(srcdir)/share/lua/http/old/*.html $(top_builddir)/vlc-$(VERSION)/lua/http/old/ ; 
    685     unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/old/*.html ; 
    686     cp $(srcdir)/share/lua/http/old/*.css $(top_builddir)/vlc-$(VERSION)/lua/http/old/ ; 
    687     cp $(srcdir)/share/lua/http/old/.hosts $(top_builddir)/vlc-$(VERSION)/lua/http/old/ ; 
    688     cp $(srcdir)/share/lua/http/old/*.png $(top_builddir)/vlc-$(VERSION)/lua/http/old/ ; 
    689     cp $(srcdir)/share/lua/http/old/vlm/*.html $(top_builddir)/vlc-$(VERSION)/lua/http/old/vlm/ ; 
    690     unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/old/vlm/*.html ; 
    691     cp $(srcdir)/share/lua/http/old/admin/*.html $(top_builddir)/vlc-$(VERSION)/lua/http/old/admin/ ; 
    692     unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/old/admin/*.html ; 
    693     cp $(srcdir)/share/lua/http/old/admin/.access $(top_builddir)/vlc-$(VERSION)/lua/http/old/admin/ ; 
    694668 
    695669    mkdir -p "$(top_builddir)/vlc-$(VERSION)/http/images" 
  • share/Makefile.am

    rd8b6a43 r3aa3031  
    329329    lua/http/js/vlm.js \ 
    330330    lua/http/mosaic.html \ 
    331     lua/http/old/.hosts \ 
    332     lua/http/old/admin/.access \ 
    333     lua/http/old/admin/browse.html \ 
    334     lua/http/old/admin/dboxfiles.html \ 
    335     lua/http/old/admin/index.html \ 
    336     lua/http/old/cone_minus.png \ 
    337     lua/http/old/cone_plus.png \ 
    338     lua/http/old/index.html \ 
    339     lua/http/old/info.html \ 
    340     lua/http/old/style.css \ 
    341     lua/http/old/vlm/edit.html \ 
    342     lua/http/old/vlm/index.html \ 
    343     lua/http/old/vlm/new.html \ 
    344     lua/http/old/vlm/show.html \ 
    345     lua/http/old/webcam.html \ 
    346331    lua/http/requests/browse.xml \ 
    347332    lua/http/requests/playlist.xml \