[vlc-devel] commit: Fix indentation to make anjuta happy ( Rafaël Carré )
git version control
git at videolan.org
Mon Mar 10 11:49:07 CET 2008
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon Mar 10 11:48:37 2008 +0100| [0b446e7833cf8c16602768951aac888938081718]
Fix indentation to make anjuta happy
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0b446e7833cf8c16602768951aac888938081718
---
Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 06ccb7b..498d5cd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -619,8 +619,8 @@ package-win-common:
for file in AUTHORS MAINTAINERS THANKS ; \
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
+ 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 \
More information about the vlc-devel
mailing list