Changeset d9f9ab15fd354bca08d1024f3450833c4690f1e7
- Timestamp:
- 04/17/08 11:48:04
(3 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1208425684 +0200
- git-parent:
[47240a152bd03e4775f265c9c5ed8fe73e90ddee]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1208425629 +0200
- Message:
Makefile.am: Yet an other package-macosx-zip fix.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc573b4d |
rd9f9ab1 |
|
| 1002 | 1002 | mkdir -p $(top_builddir)/vlc-$(VERSION) |
|---|
| 1003 | 1003 | cp -R $(top_builddir)/VLC-release.app $(top_builddir)/vlc-$(VERSION)/VLC.app |
|---|
| | 1004 | mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies |
|---|
| 1004 | 1005 | for i in AUTHORS COPYING ChangeLog README THANKS NEWS; do |
|---|
| 1005 | 1006 | cp $(srcdir)/$$i $(top_builddir)/vlc-$(VERSION)/Goodies/ |
|---|
| … | … | |
| 1010 | 1011 | $(top_builddir)/vlc-$(VERSION) |
|---|
| 1011 | 1012 | zip -r $(top_builddir)/vlc-$(VERSION).zip $(top_builddir)/vlc-$(VERSION) |
|---|
| | 1013 | rm -Rf $(top_builddir)/vlc-$(VERSION) |
|---|
| 1012 | 1014 | |
|---|
| 1013 | 1015 | package-macosx-framework-zip: |
|---|
| … | … | |
| 1016 | 1018 | cp -R $(srcdir)/projects/macosx/framework/build/Debug/VLCKit.framework \ |
|---|
| 1017 | 1019 | $(top_builddir)/vlckit-$(VERSION)/VLCKit.framework |
|---|
| 1018 | | for i in AUTHORS COPYING ChangeLog README THANKS NEWS; do |
|---|
| 1019 | | cp $(srcdir)/$$i $(top_builddir)/vlckit-$(VERSION)/Goodies/ |
|---|
| | 1020 | mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies |
|---|
| | 1021 | for i in AUTHORS COPYING ChangeLog README THANKS NEWS; do \ |
|---|
| | 1022 | cp $(srcdir)/$$i $(top_builddir)/vlckit-$(VERSION)/Goodies; \ |
|---|
| 1020 | 1023 | done |
|---|
| 1021 | 1024 | zip -r $(top_builddir)/vlckit-$(VERSION).zip $(top_builddir)/vlckit-$(VERSION) |
|---|
| | 1025 | rm -Rf $(top_builddir)/vlc-$(VERSION) |
|---|
| 1022 | 1026 | |
|---|
| 1023 | 1027 | package-macosx-plugin: |
|---|