Changeset 3aa3031d6ec7ddc439115480810f96a973a285fa
- 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
| rd8b6a43 |
r3aa3031 |
|
| 443 | 443 | $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/dialogs |
|---|
| 444 | 444 | $(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 |
|---|
| 448 | 445 | $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/images |
|---|
| 449 | 446 | $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests |
|---|
| … | … | |
| 457 | 454 | for i in $(srcdir)/share/lua/http/js/*.* ; do \ |
|---|
| 458 | 455 | $(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}` ; \ |
|---|
| 468 | 456 | done |
|---|
| 469 | 457 | for i in $(srcdir)/share/lua/http/images/*.* ; do \ |
|---|
| … | … | |
| 660 | 648 | mkdir -p "$(top_builddir)/vlc-$(VERSION)/lua/http/js" |
|---|
| 661 | 649 | 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" |
|---|
| 665 | 650 | cp $(srcdir)/share/lua/http/*.html $(top_builddir)/vlc-$(VERSION)/lua/http/ ; |
|---|
| 666 | 651 | unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/*.html ; |
|---|
| … | … | |
| 681 | 666 | cp $(srcdir)/share/lua/http/requests/readme $(top_builddir)/vlc-$(VERSION)/lua/http/requests/readme.txt ; |
|---|
| 682 | 667 | 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/ ; |
|---|
| 694 | 668 | |
|---|
| 695 | 669 | mkdir -p "$(top_builddir)/vlc-$(VERSION)/http/images" |
|---|
| rd8b6a43 |
r3aa3031 |
|
| 329 | 329 | lua/http/js/vlm.js \ |
|---|
| 330 | 330 | 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 \ |
|---|
| 346 | 331 | lua/http/requests/browse.xml \ |
|---|
| 347 | 332 | lua/http/requests/playlist.xml \ |
|---|