[vlc-commits] Fix references to configure-{msys, mingw, cygwin, common}*.sh

Rafaël Carré git at videolan.org
Sun Nov 20 21:26:04 CET 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sun Nov 20 15:25:26 2011 -0500| [24d5626426cf75b0b82940c175f2e434f2ab4795] | committer: Rafaël Carré

Fix references to configure-{msys,mingw,cygwin,common}*.sh

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=24d5626426cf75b0b82940c175f2e434f2ab4795
---

 Makefile.am           |    7 +------
 doc/release-howto.txt |    2 +-
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 9542e0c..1eb7563 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,12 +18,7 @@ EXTRA_DIST = \
 	extras/package/win32/libvlc.dll.manifest \
 	extras/package/win32/peflags.pl \
 	extras/package/win32/change-contribs-directory.sh \
-	extras/package/win32/configure-common.sh \
-	extras/package/win32/configure-cygwin.sh \
-	extras/package/win32/configure-mingw64.sh \
-	extras/package/win32/configure-mingw-release.sh \
-	extras/package/win32/configure-mingw.sh \
-	extras/package/win32/configure-msys.sh \
+	extras/package/win32/configure.sh \
 	extras/package/macosx/README.MacOSX.rtf \
 	extras/package/rpm/vlc.fedora.spec \
 	extras/package/rpm/vlc.altlinux.spec \
diff --git a/doc/release-howto.txt b/doc/release-howto.txt
index 4d3690e..acacfd1 100644
--- a/doc/release-howto.txt
+++ b/doc/release-howto.txt
@@ -33,7 +33,7 @@
   - Update developers.v.o/vlc and www.v.o/vlc/download-sources.html
 
  * Win32 Packages
-  - configure using the extras/package/win32/configure-mingw-release.sh script
+  - configure using the extras/package/win32/configure.sh script
   - move to altair and generate md5 plus SHA1 hashes and gpg signature of these files
     (c.f. Tarballs)
 



More information about the vlc-commits mailing list