[vlc-devel] commit: Fixed VLC-release.app and distribution of Info.plist ( Felix Paul Kühne )
git version control
git at videolan.org
Wed Jun 18 19:04:03 CEST 2008
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Wed Jun 18 19:05:41 2008 +0200| [8d1c75f3e2f6bb558346b6188c118d3ea0b9ea6a]
Fixed VLC-release.app and distribution of Info.plist
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8d1c75f3e2f6bb558346b6188c118d3ea0b9ea6a
---
Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 04c1514..2fb5781 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -269,6 +269,7 @@ EXTRA_DIST += \
extras/package/macosx/eyetvplugin/English.lproj/InfoPlist.strings \
extras/package/macosx/eyetvplugin/eyetvplugin.xcodeproj/project.pbxproj \
extras/package/macosx/README.MacOSX.rtf
+ extras/package/macosx/Info.plist
###############################################################################
@@ -401,7 +402,7 @@ VLC-release.app: vlc
rm -Rf "$(top_builddir)/tmp"
mkdir -p "$(top_builddir)/tmp/extras/package/macosx"
rm -Rf $(top_builddir)/VLC-release.app
- for i in vlc.xcodeproj Resources README.MacOSX.rtf; do \
+ for i in vlc.xcodeproj Resources README.MacOSX.rtf Info.plist; do \
cp -R $(srcdir)/extras/package/macosx/$$i $(top_builddir)/tmp/extras/package/macosx/; \
done
for i in AUTHORS COPYING THANKS; do \
More information about the vlc-devel
mailing list