Changeset d97e6fb4a2d4260a38d14936942ff241b873617c
- Timestamp:
- 02/06/08 11:38:15
(5 months ago)
- Author:
- Rafaël Carré <funman@videolan.org>
- git-committer:
- Rafaël Carré <funman@videolan.org> 1202294295 +0000
- git-parent:
[813e9f42a61098d0293d8daa786b0831d7ed2aea]
- git-author:
- Rafaël Carré <funman@videolan.org> 1202294295 +0000
- Message:
Copy README.MacOSX.rtf in the right place
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc830a75 |
rd97e6fb |
|
| 356 | 356 | mkdir -p "$(top_builddir)/tmp/extras/package/macosx" |
|---|
| 357 | 357 | rm -Rf $(top_builddir)/VLC-release.app |
|---|
| 358 | | cp -R $(srcdir)/extras/package/macosx/vlc.xcodeproj $(top_builddir)/tmp/extras/package/macosx/ |
|---|
| 359 | | cp -R $(srcdir)/extras/package/macosx/Resources $(top_builddir)/tmp/extras/package/macosx |
|---|
| 360 | | for i in AUTHORS COPYING extras/package/macosx/README.MacOSX.rtf THANKS; do \ |
|---|
| | 358 | for i in vlc.xcodeproj Resources README.MacOSX.rtf; do \ |
|---|
| | 359 | cp -R $(srcdir)/extras/package/macosx/$$i $(top_builddir)/tmp/extras/package/macosx/; \ |
|---|
| | 360 | done |
|---|
| | 361 | for i in AUTHORS COPYING THANKS; do \ |
|---|
| 361 | 362 | cp "$(srcdir)/$$i" $(top_builddir)/tmp; \ |
|---|
| 362 | 363 | done |
|---|
| … | … | |
| 523 | 524 | mkdir -p "$(top_builddir)/tmp/extras/package/macosx" |
|---|
| 524 | 525 | rm -Rf $(top_builddir)/VLC.app |
|---|
| 525 | | cp -R $(srcdir)/extras/package/macosx/vlc.xcodeproj $(top_builddir)/tmp/extras/package/macosx/ |
|---|
| 526 | | cp -R $(srcdir)/extras/package/macosx/Resources $(top_builddir)/tmp/extras/package/macosx |
|---|
| 527 | | for i in AUTHORS COPYING extras/package/macosx/README.MacOSX.rtf THANKS; do \ |
|---|
| | 526 | for i in vlc.xcodeproj Resources README.MacOSX.rtf; do \ |
|---|
| | 527 | cp -R $(srcdir)/extras/package/macosx/$$i $(top_builddir)/tmp/extras/package/macosx/; \ |
|---|
| | 528 | done |
|---|
| | 529 | for i in AUTHORS COPYING THANKS; do \ |
|---|
| 528 | 530 | cp "$(srcdir)/$$i" $(top_builddir)/tmp; \ |
|---|
| 529 | 531 | done |
|---|
| r5848271 |
rd97e6fb |
|
| 1063 | 1063 | 8ED6C28703E2EB1C0059A3A7 /* vout.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = vout.h; path = ../../../modules/gui/macosx/vout.h; sourceTree = SOURCE_ROOT; }; |
|---|
| 1064 | 1064 | 8ED6C28803E2EB1C0059A3A7 /* vout.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = vout.m; path = ../../../modules/gui/macosx/vout.m; sourceTree = SOURCE_ROOT; }; |
|---|
| 1065 | | 8EDAC3430440F72D0059A3A7 /* README.MacOSX.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = ../../../README.MacOSX.rtf; sourceTree = SOURCE_ROOT; }; |
|---|
| | 1065 | 8EDAC3430440F72D0059A3A7 /* README.MacOSX.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = README.MacOSX.rtf; sourceTree = SOURCE_ROOT; }; |
|---|
| 1066 | 1066 | 8EE1AF9F044465080059A3A7 /* about.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = about.h; path = ../../../modules/gui/macosx/about.h; sourceTree = SOURCE_ROOT; }; |
|---|
| 1067 | 1067 | 8EE1AFA0044465080059A3A7 /* about.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = about.m; path = ../../../modules/gui/macosx/about.m; sourceTree = SOURCE_ROOT; }; |
|---|