Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
7fe8ad1b
Commit
7fe8ad1b
authored
Nov 11, 2007
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix [23001]
parent
72f289cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Makefile.am
Makefile.am
+4
-2
No files found.
Makefile.am
View file @
7fe8ad1b
...
...
@@ -667,8 +667,10 @@ package-win-common:
cp
"$(top_builddir)/src/.libs/libvlc-control$(LIBEXT)"
"vlc-${VERSION}/"
for
file
in
AUTHORS
MAINTAINERS
THANKS
;
\
do
sed
's/@/_AT_/'
<
"$(srcdir)/$$file"
>
"$(top_builddir)/vlc-${VERSION}/$${file}.txt"
;
\
unix2dos
"$(top_builddir)/vlc-${VERSION}/$${file}.txt"
;
done
do
sed
's/@/_AT_/'
<
"$(srcdir)/$$file"
>
"$(top_builddir)/vlc-${VERSION}/$${file}.txt"
;
done;
for
file
in
NEWS
COPYING
README;
\
do
cp
"$(srcdir)/$$file"
"$(top_builddir)/vlc-${VERSION}/$${file}.txt"
;
done
unix2dos
"$(top_builddir)/vlc-${VERSION}/"
*.txt
mkdir
$(top_builddir)/vlc-${VERSION}/locale
cat
$(top_srcdir)/po/LINGUAS
|
while
read
i;
do
\
...
...
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