Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
24f39790
Commit
24f39790
authored
Mar 22, 2006
by
Felix Paul Kühne
Browse files
* copy the http-intf-readme to the OSX-bundle as well
parent
1548a691
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
24f39790
...
...
@@ -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
;
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment