Changeset aa50e70169b0739dbd11f8d76f7550bfbfd46981
- Timestamp:
- 12/30/07 17:38:27
(8 months ago)
- Author:
- Felix Paul Kühne <fkuehne@videolan.org>
- git-committer:
- Felix Paul Kühne <fkuehne@videolan.org> 1199032707 +0000
- git-parent:
[bde97dacca88796298ba8e2a488d5c69f26dbe5d]
- git-author:
- Felix Paul Kühne <fkuehne@videolan.org> 1199032707 +0000
- Message:
Makefile: correctly distribute .hosts within VLC-release.app
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8442f8a |
raa50e70 |
|
| 468 | 468 | $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http-lua/images |
|---|
| 469 | 469 | $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http-lua/requests |
|---|
| | 470 | $(INSTALL) -m 644 $(srcdir)/share/http-lua/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/http-lua/.hosts |
|---|
| 470 | 471 | for i in $(srcdir)/share/http-lua/*.* ; do \ |
|---|
| 471 | 472 | $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http-lua/`basename $${i}` ; \ |
|---|
| … | … | |
| 500 | 501 | $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images |
|---|
| 501 | 502 | $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests |
|---|
| | 503 | $(INSTALL) -m 644 $(srcdir)/share/http/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/.hosts |
|---|
| | 504 | $(INSTALL) -m 644 $(srcdir)/share/http/old/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/.hosts |
|---|
| 502 | 505 | for i in $(srcdir)/share/http/*.* ; do \ |
|---|
| 503 | 506 | $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/`basename $${i}` ; \ |
|---|
| … | … | |
| 641 | 644 | done ; \ |
|---|
| 642 | 645 | fi |
|---|
| 643 | | ln -sfn `pwd`/$(srcdir)/share $(top_builddir)/VLC.app/Contents/MacOS/ |
|---|
| | 646 | ln -sfn $(srcdir)/share $(top_builddir)/VLC.app/Contents/MacOS/ |
|---|
| 644 | 647 | $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/locale |
|---|
| 645 | 648 | cat $(top_srcdir)/po/LINGUAS | while read i; do \ |
|---|