Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
9781c1c4
Commit
9781c1c4
authored
Sep 18, 2007
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use po/LINGUAS
parent
7727637d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Makefile.am
Makefile.am
+5
-5
No files found.
Makefile.am
View file @
9781c1c4
...
...
@@ -304,7 +304,7 @@ vlc-bundle: vlc
cp
$$
i
$(top_builddir)
/vlc-bundle/lib/
;
\
done
;
\
fi
for
i
in
$(ALL_LINGUAS)
;
do
\
cat
$(top_srcdir)
/po/LINGUAS |
while
read
i
;
do
\
mkdir
-p
"
$(top_builddir)
/vlc-bundle/locale/
$$
i/LC_MESSAGES"
;
\
cp
"
$(top_builddir)
/po/
$$
i.gmo"
\
"
$(top_builddir)
/vlc-bundle/locale/
$$
i/LC_MESSAGES/vlc.mo"
||
true
;
\
...
...
@@ -469,7 +469,7 @@ VLC-release.app: vlc
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
\
cat
$(top_srcdir)
/po/LINGUAS |
while
read
i
;
do
\
mkdir
-p
$(top_builddir)
/VLC-release.app/Contents/MacOS/locale/
$
${i}
/LC_MESSAGES
;
\
cp
$(srcdir)
/po/
$
${i}
.gmo
$(top_builddir)
/VLC-release.app/Contents/MacOS/locale/
$
${i}
/LC_MESSAGES/vlc.mo
||
true
;
\
mkdir
-p
$(top_builddir)
/VLC-release.app/Contents/Resources/
$
${i}
.lproj
;
\
...
...
@@ -585,7 +585,7 @@ VLC.app: vlc
fi
ln
-sfn
`
pwd
`
/
$(srcdir)
/share
$(top_builddir)
/VLC.app/Contents/MacOS/
$(INSTALL)
-d
$(top_builddir)
/VLC.app/Contents/MacOS/locale
for
i
in
$(ALL_LINGUAS)
;
do
\
cat
$(top_srcdir)
/po/LINGUAS |
while
read
i
;
do
\
mkdir
-p
$(top_builddir)
/VLC.app/Contents/MacOS/locale/
$
${i}
/LC_MESSAGES
;
\
ln
-sfn
`
pwd
`
/po/
$
${i}
.gmo
$(top_builddir)
/VLC.app/Contents/MacOS/locale/
$
${i}
/LC_MESSAGES/vlc.mo
||
true
;
\
mkdir
-p
$(top_builddir)
/VLC.app/Contents/Resources/
$
${i}
.lproj
;
\
...
...
@@ -634,7 +634,7 @@ package-win-common:
unix2dos
"$(top_builddir)/vlc-${VERSION}/$${file}.txt"
;
done
mkdir
$(top_builddir)/vlc-${VERSION}/locale
for
i
in
$(ALL_LINGUAS)
;
do
\
cat
$(top_srcdir)/po/LINGUAS
|
while
read
i
;
do
\
mkdir
-p
"$(top_builddir)/vlc-${VERSION}/locale/$${i}/LC_MESSAGES"
;
\
cp
"$(srcdir)/po/$${i}.gmo"
\
"$(top_builddir)/vlc-${VERSION}/locale/$${i}/LC_MESSAGES/vlc.mo"
\
...
...
@@ -979,7 +979,7 @@ package-translations:
echo
"OK."
;
mkdir
-p
"
$(srcdir)
/vlc-translations-
${VERSION}
"
;
\
fi
# Copy translations
for
i
in
$(ALL_LINGUAS)
;
do
\
cat
$(top_srcdir)/po/LINGUAS
|
while
read
i
;
do
\
cp
"$(srcdir)/po/$${i}.po"
\
"$(srcdir)/vlc-translations-${VERSION}/$${i}.po"
\
||
true
;
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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