Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
5dd38e75
Commit
5dd38e75
authored
Nov 09, 2007
by
Christophe Mutricy
Browse files
Don't replace @ on file without e-mail address
parent
b821a26f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
5dd38e75
...
...
@@ -634,7 +634,7 @@ package-win-common:
cp
"$(top_builddir)/src/.libs/libvlc$(LIBEXT)"
"vlc-${VERSION}/"
cp
"$(top_builddir)/src/.libs/libvlc-control$(LIBEXT)"
"vlc-${VERSION}/"
for
file
in
AUTHORS
MAINTAINERS
THANKS
NEWS
COPYING
README
;
\
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
...
...
Write
Preview
Supports
Markdown
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