[vlc-devel] commit: buidsystem: Fix package-macosx target so that they build VLC-release.app first. And make sure -zip contains Read Me.rtf. (Pierre d'Herbemont )

git version control git at videolan.org
Sun Aug 3 18:09:34 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sun Aug  3 18:11:10 2008 +0200| [340a7d3864571709d4d920188a16fa447f86f21e] | committer: Pierre d'Herbemont 

buidsystem: Fix package-macosx target so that they build VLC-release.app first. And make sure -zip contains Read Me.rtf.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=340a7d3864571709d4d920188a16fa447f86f21e
---

 Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 42fdad3..0110710 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -964,7 +964,7 @@ package-beos:
 # Clean up
 	rm -Rf $(srcdir)/tmp
 
-package-macosx:
+package-macosx: VLC-release.app
 # Check that the temporary location isn't in the way
 	@if test -e "$(top_builddir)/vlc-$(VERSION)/"; then \
 	  rm -Rf "$(top_builddir)/vlc-$(VERSION)/" ; \
@@ -1032,7 +1032,7 @@ package-macosx:
 # Clean up
 	rm -Rf "$(top_builddir)/vlc-$(VERSION)"
 
-package-macosx-zip:
+package-macosx-zip: VLC-release.app
 	rm -Rf $(top_builddir)/vlc-$(VERSION)
 	mkdir -p $(top_builddir)/vlc-$(VERSION)
 	cp -R $(top_builddir)/VLC-release.app $(top_builddir)/vlc-$(VERSION)/VLC.app
@@ -1043,7 +1043,7 @@ package-macosx-zip:
 	cp -R  $(srcdir)/extras/package/macosx/Delete_Preferences.app \
 	     $(top_builddir)/vlc-$(VERSION)/Goodies
 	cp $(srcdir)/extras/package/macosx/README.MacOSX.rtf \
-	   $(top_builddir)/vlc-$(VERSION)
+	   $(top_builddir)/vlc-$(VERSION)/Read\ Me.rtf
 	zip -r $(top_builddir)/vlc-$(VERSION).zip $(top_builddir)/vlc-$(VERSION)
 	rm -Rf $(top_builddir)/vlc-$(VERSION)
 




More information about the vlc-devel mailing list