mirror of
https://github.com/videolan/vlc.git
synced 2024-11-28 12:26:11 +08:00
* copy the http-intf-readme to the OSX-bundle as well
This commit is contained in:
parent
1548a691c7
commit
24f3979031
@ -451,6 +451,7 @@ VLC-release.app: vlc
|
||||
for i in $(srcdir)/share/http/requests/*.* ; do \
|
||||
$(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/`basename $${i}` ; \
|
||||
done ; \
|
||||
$(INSTALL) -m 644 $(srcdir)/share/http/requests/readme $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/readme.txt
|
||||
$(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/locale
|
||||
for i in $(ALL_LINGUAS); do \
|
||||
mkdir -p $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \
|
||||
|
Loading…
Reference in New Issue
Block a user