diff --git a/Makefile b/Makefile index bfc626d9..62c3108e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. JOBS := 1 TARGET := i686-pc-mingw32 @@ -76,7 +76,7 @@ define CHECK_REQUIREMENT echo; \ echo 'Missing requirement: $(1)'; \ echo; \ - echo 'Please have a look at "doc/index.html" to ensure'; \ + echo 'Please have a look at "index.html" to ensure'; \ echo 'that your system meets all requirements.'; \ echo; \ exit 1; \ @@ -88,7 +88,7 @@ define CHECK_REQUIREMENT_VERSION echo; \ echo 'Wrong version of requirement: $(1)'; \ echo; \ - echo 'Please have a look at "doc/index.html" to ensure'; \ + echo 'Please have a look at "index.html" to ensure'; \ echo 'that your system meets all requirements.'; \ echo; \ exit 1; \ @@ -111,7 +111,7 @@ endef $(eval $(subst #,$(newline),$(shell \ $(SED) -n \ 's/^.* id="\([A-Za-z0-9_+-]*\)-version">\([^<]*\)<.*$$/\1_VERSION := \2 #/p' \ - '$(TOP_DIR)/doc/index.html' \ + '$(TOP_DIR)/index.html' \ ))) include $(TOP_DIR)/src/*.mk @@ -204,9 +204,9 @@ define UPDATE $(if $(filter $(2),$($(1)_VERSION)), $(info . $(1) $(2)), $(info NEW $(1) $($(1)_VERSION) --> $(2)) - $(SED) -i 's/\( id="$(1)-version"\)>[^<]*/\1>$(2)/' '$(TOP_DIR)/doc/index.html' + $(SED) -i 's/\( id="$(1)-version"\)>[^<]*/\1>$(2)/' '$(TOP_DIR)/index.html' $(MAKE) -f '$(MAKEFILE)' 'update-checksum-$(1)' \ - || { $(SED) -i 's/\( id="$(1)-version"\)>[^<]*/\1>$($(1)_VERSION)/' '$(TOP_DIR)/doc/index.html'; \ + || { $(SED) -i 's/\( id="$(1)-version"\)>[^<]*/\1>$($(1)_VERSION)/' '$(TOP_DIR)/index.html'; \ exit 1; })), $(error Unable to update version number of package $(1))) @@ -224,9 +224,9 @@ dist: mkdir -p '$(DIST_DIR)' mkdir '$(DIST_DIR)/mxe' mkdir '$(DIST_DIR)/mxe/doc' - $(SED) 's,\(\)[^<]*\(\),\1$(TARGET)\2,g' '$(TOP_DIR)/doc/index.html' \ + $(SED) 's,\(\)[^<]*\(\),\1$(TARGET)\2,g' '$(TOP_DIR)/index.html' \ | $(SED) 's,\(\)[^<]*\(\),\1$(subst -,_,$(TARGET))\2,g' \ - >'$(DIST_DIR)/mxe/doc/index.html' + >'$(DIST_DIR)/mxe/index.html' cp -p '$(TOP_DIR)/doc'/screenshot-* '$(DIST_DIR)/mxe/doc/' @echo @echo 'Upload will start in 5 seconds. Last chance to cancel! (Ctrl+C)' diff --git a/doc/index.html b/index.html similarity index 99% rename from doc/index.html rename to index.html index b37f41b1..48ed909f 100644 --- a/doc/index.html +++ b/index.html @@ -190,12 +190,12 @@ Cross compiling 4tH:

- 4th-compile + 4th-compile

and running it:

- 4th-run + 4th-run
@@ -1741,7 +1741,7 @@ USE_OSGPLUGIN(<plugin2>) and should start with:

This file is part of MXE.
-See doc/index.html for further information.
+See index.html for further information.
 
 This patch has been taken from:
 https://...
diff --git a/src/agg.mk b/src/agg.mk index 3d85e653..fe7f123d 100644 --- a/src/agg.mk +++ b/src/agg.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. PKG := agg $(PKG)_IGNORE := diff --git a/src/atk.mk b/src/atk.mk index 4165f6c1..ca8855f5 100644 --- a/src/atk.mk +++ b/src/atk.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # ATK PKG := atk diff --git a/src/atkmm.mk b/src/atkmm.mk index fec1e704..715120cc 100644 --- a/src/atkmm.mk +++ b/src/atkmm.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # ATKmm PKG := atkmm diff --git a/src/aubio-1-fix-pkg-config.patch b/src/aubio-1-fix-pkg-config.patch index ed5413c0..b57c86cb 100644 --- a/src/aubio-1-fix-pkg-config.patch +++ b/src/aubio-1-fix-pkg-config.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. diff -urN aubio-0.3.2.orig/configure.ac aubio-0.3.2/configure.ac --- aubio-0.3.2.orig/configure.ac 2006-10-09 01:11:39.000000000 +0200 diff --git a/src/aubio.mk b/src/aubio.mk index 40e696fb..dc77bb5b 100644 --- a/src/aubio.mk +++ b/src/aubio.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # aubio PKG := aubio diff --git a/src/bfd.mk b/src/bfd.mk index f4bda9ab..d227bc5f 100644 --- a/src/bfd.mk +++ b/src/bfd.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # Binary File Descriptor library PKG := bfd diff --git a/src/binutils.mk b/src/binutils.mk index 24835449..4ffdbac2 100644 --- a/src/binutils.mk +++ b/src/binutils.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # GNU Binutils PKG := binutils diff --git a/src/blas.mk b/src/blas.mk index 890c9ee1..9046ea34 100644 --- a/src/blas.mk +++ b/src/blas.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # blas PKG := blas diff --git a/src/boost-test.cpp b/src/boost-test.cpp index 403a2517..a81b11ae 100644 --- a/src/boost-test.cpp +++ b/src/boost-test.cpp @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/boost.mk b/src/boost.mk index 2b29b5eb..d028b4ce 100644 --- a/src/boost.mk +++ b/src/boost.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # Boost C++ Library PKG := boost diff --git a/src/bzip2.mk b/src/bzip2.mk index 5a6d40aa..9037eb4f 100644 --- a/src/bzip2.mk +++ b/src/bzip2.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # bzip2 PKG := bzip2 diff --git a/src/cairo.mk b/src/cairo.mk index 54552153..7a8e3372 100644 --- a/src/cairo.mk +++ b/src/cairo.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # cairo PKG := cairo diff --git a/src/cairomm.mk b/src/cairomm.mk index 2d2a5405..d303baeb 100644 --- a/src/cairomm.mk +++ b/src/cairomm.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # cairomm PKG := cairomm diff --git a/src/cblas.mk b/src/cblas.mk index 19fde611..78050957 100644 --- a/src/cblas.mk +++ b/src/cblas.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # cblas PKG := cblas diff --git a/src/cgal-1-fixes.patch b/src/cgal-1-fixes.patch index be501063..7811dce8 100644 --- a/src/cgal-1-fixes.patch +++ b/src/cgal-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/cgal.mk b/src/cgal.mk index 9b9c35c2..6be3581c 100644 --- a/src/cgal.mk +++ b/src/cgal.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # cgal PKG := cgal diff --git a/src/cppunit.mk b/src/cppunit.mk index e17cdf87..97f64478 100644 --- a/src/cppunit.mk +++ b/src/cppunit.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # CppUnit PKG := cppunit diff --git a/src/cunit.mk b/src/cunit.mk index e8dc4111..056e7c1d 100644 --- a/src/cunit.mk +++ b/src/cunit.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # cunit PKG := cunit diff --git a/src/curl-1-fixes.patch b/src/curl-1-fixes.patch index 06043f4f..0b1ce017 100644 --- a/src/curl-1-fixes.patch +++ b/src/curl-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Commits backported (cherry-picked) from upstream. http://github.com/bagder/curl diff --git a/src/curl-test.c b/src/curl-test.c index 4055fe84..d0f35d9d 100644 --- a/src/curl-test.c +++ b/src/curl-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/curl.mk b/src/curl.mk index 3a1bd314..f6ed690b 100644 --- a/src/curl.mk +++ b/src/curl.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # cURL PKG := curl diff --git a/src/dbus-1-fixes.patch b/src/dbus-1-fixes.patch index 3a45b46f..1e4ac3dd 100644 --- a/src/dbus-1-fixes.patch +++ b/src/dbus-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/dbus.mk b/src/dbus.mk index 0bab8701..91cf7fe1 100644 --- a/src/dbus.mk +++ b/src/dbus.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # dbus PKG := dbus diff --git a/src/dcmtk-1-fixes.patch b/src/dcmtk-1-fixes.patch index 75b79a7f..51f9dc02 100644 --- a/src/dcmtk-1-fixes.patch +++ b/src/dcmtk-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/dcmtk.mk b/src/dcmtk.mk index 93b1375a..3363fd3a 100644 --- a/src/dcmtk.mk +++ b/src/dcmtk.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # DCMTK PKG := dcmtk diff --git a/src/devil-1-png.patch b/src/devil-1-png.patch index 8794a79b..3337821d 100644 --- a/src/devil-1-png.patch +++ b/src/devil-1-png.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. diff -urN devil-1.7.8.orig/src-IL/src/il_icon.c devil-1.7.8/src-IL/src/il_icon.c --- devil-1.7.8.orig/src-IL/src/il_icon.c 2009-03-08 08:10:09.000000000 +0100 diff --git a/src/devil.mk b/src/devil.mk index f4d50382..96c7b0d0 100644 --- a/src/devil.mk +++ b/src/devil.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # DevIL PKG := devil diff --git a/src/eigen.mk b/src/eigen.mk index cd131b63..653d7a5a 100644 --- a/src/eigen.mk +++ b/src/eigen.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # eigen PKG := eigen diff --git a/src/exiv2-r2619.patch b/src/exiv2-r2619.patch index 0406fc96..569e79c9 100644 --- a/src/exiv2-r2619.patch +++ b/src/exiv2-r2619.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. This patch has been taken from: http://dev.exiv2.org/projects/exiv2/repository/revisions/2619 diff --git a/src/exiv2-r2646.patch b/src/exiv2-r2646.patch index 89be381c..16b3f697 100644 --- a/src/exiv2-r2646.patch +++ b/src/exiv2-r2646.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. This patch has been taken from: http://dev.exiv2.org/projects/exiv2/repository/revisions/2646 diff --git a/src/exiv2-r2650.patch b/src/exiv2-r2650.patch index 90e23513..438605c7 100644 --- a/src/exiv2-r2650.patch +++ b/src/exiv2-r2650.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. This patch has been taken from: http://dev.exiv2.org/projects/exiv2/repository/revisions/2650 diff --git a/src/exiv2.mk b/src/exiv2.mk index f17ed212..45f61a91 100644 --- a/src/exiv2.mk +++ b/src/exiv2.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # Exiv2 PKG := exiv2 diff --git a/src/expat.mk b/src/expat.mk index bdca4806..b75041de 100644 --- a/src/expat.mk +++ b/src/expat.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # Expat XML Parser PKG := expat diff --git a/src/faad2-1-uint.patch b/src/faad2-1-uint.patch index 6deee851..d7c6625b 100644 --- a/src/faad2-1-uint.patch +++ b/src/faad2-1-uint.patch @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. --- ./frontend/main.c.backup 2010-07-01 16:53:48.563042615 +0200 +++ ./frontend/main.c 2010-07-01 16:54:03.379043126 +0200 diff --git a/src/faad2.mk b/src/faad2.mk index f6ad46f1..e9c7f494 100644 --- a/src/faad2.mk +++ b/src/faad2.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # faad2 PKG := faad2 diff --git a/src/ffmpeg-1-pkgconfig.patch b/src/ffmpeg-1-pkgconfig.patch index 1ffab1e1..cc200966 100644 --- a/src/ffmpeg-1-pkgconfig.patch +++ b/src/ffmpeg-1-pkgconfig.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. This patch adds a libswresample dependency to libavfilter.pc, and a libavfilter dependency to libavdevice.pc. Both issues have patches upstream, so this patch diff --git a/src/ffmpeg.mk b/src/ffmpeg.mk index 16d2abb0..9bb93652 100644 --- a/src/ffmpeg.mk +++ b/src/ffmpeg.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # ffmpeg PKG := ffmpeg diff --git a/src/fftw.mk b/src/fftw.mk index 5fd97a78..b66f44a1 100644 --- a/src/fftw.mk +++ b/src/fftw.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # fftw PKG := fftw diff --git a/src/file-test.c b/src/file-test.c index 1d038b17..f1ada597 100644 --- a/src/file-test.c +++ b/src/file-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/file.mk b/src/file.mk index 11cc0e48..0cbd080d 100644 --- a/src/file.mk +++ b/src/file.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # file PKG := file diff --git a/src/flac-1-win32.patch b/src/flac-1-win32.patch index d47d0026..92018d33 100644 --- a/src/flac-1-win32.patch +++ b/src/flac-1-win32.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. diff -ru flac-1.2.1.orig/include/share/alloc.h flac-1.2.1/include/share/alloc.h --- flac-1.2.1.orig/include/share/alloc.h 2007-09-12 07:32:21.000000000 +0200 diff --git a/src/flac-2-lwsock32.patch b/src/flac-2-lwsock32.patch index fe657c84..16a2c1e8 100644 --- a/src/flac-2-lwsock32.patch +++ b/src/flac-2-lwsock32.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. diff -urN flac-1.2.1.orig/src/libFLAC/flac.pc.in flac-1.2.1/src/libFLAC/flac.pc.in --- flac-1.2.1.orig/src/libFLAC/flac.pc.in 2007-02-07 12:07:32.000000000 +1100 diff --git a/src/flac.mk b/src/flac.mk index b4e81d95..0dde7572 100644 --- a/src/flac.mk +++ b/src/flac.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # FLAC PKG := flac diff --git a/src/fltk-1-darwin-cross-compile.patch b/src/fltk-1-darwin-cross-compile.patch index 59d85ac2..6ea8e816 100644 --- a/src/fltk-1-darwin-cross-compile.patch +++ b/src/fltk-1-darwin-cross-compile.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. This patch has been taken from: diff --git a/src/fltk-test.cpp b/src/fltk-test.cpp index e3a476d8..6155710f 100644 --- a/src/fltk-test.cpp +++ b/src/fltk-test.cpp @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. * * This is a slightly modified version of: * http://www.fltk.org/doc-1.3/basics.html diff --git a/src/fltk.mk b/src/fltk.mk index ff5a0e00..855090d4 100644 --- a/src/fltk.mk +++ b/src/fltk.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # FLTK PKG := fltk diff --git a/src/fontconfig.mk b/src/fontconfig.mk index 3484c824..10601374 100644 --- a/src/fontconfig.mk +++ b/src/fontconfig.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # fontconfig PKG := fontconfig diff --git a/src/freeglut-1-fixes.patch b/src/freeglut-1-fixes.patch index f5db7d53..8f31b374 100644 --- a/src/freeglut-1-fixes.patch +++ b/src/freeglut-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/freeglut-test.c b/src/freeglut-test.c index d3c9e928..f49d7ae6 100644 --- a/src/freeglut-test.c +++ b/src/freeglut-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/freeglut.mk b/src/freeglut.mk index a7f525a7..9a4f70bb 100644 --- a/src/freeglut.mk +++ b/src/freeglut.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # freeglut PKG := freeglut diff --git a/src/freeimage-1-fixes.patch b/src/freeimage-1-fixes.patch index 8e2ceba9..9b1ede46 100644 --- a/src/freeimage-1-fixes.patch +++ b/src/freeimage-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/freeimage.mk b/src/freeimage.mk index 0e0a6b57..a7cedaa9 100644 --- a/src/freeimage.mk +++ b/src/freeimage.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # FreeImage PKG := freeimage diff --git a/src/freetds.mk b/src/freetds.mk index 5e1046cb..c18f15ee 100644 --- a/src/freetds.mk +++ b/src/freetds.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # FreeTDS PKG := freetds diff --git a/src/freetype.mk b/src/freetype.mk index 1c6179a2..30627639 100644 --- a/src/freetype.mk +++ b/src/freetype.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # freetype PKG := freetype diff --git a/src/fribidi-1-fix-gassert.patch b/src/fribidi-1-fix-gassert.patch index baf921a1..5a9f8168 100644 --- a/src/fribidi-1-fix-gassert.patch +++ b/src/fribidi-1-fix-gassert.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. diff -ru fribidi-0.19.2.orig/lib/fribidi-common.h fribidi-0.19.2/lib/fribidi-common.h --- fribidi-0.19.2.orig/lib/fribidi-common.h 2007-04-05 18:13:24.000000000 +0200 diff --git a/src/fribidi.mk b/src/fribidi.mk index d049d233..69f246ad 100644 --- a/src/fribidi.mk +++ b/src/fribidi.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # FriBidi PKG := fribidi diff --git a/src/ftgl.mk b/src/ftgl.mk index 1a32c148..953ffd25 100644 --- a/src/ftgl.mk +++ b/src/ftgl.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # ftgl PKG := ftgl diff --git a/src/gc.mk b/src/gc.mk index 130f272d..3475eb3c 100644 --- a/src/gc.mk +++ b/src/gc.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # gc PKG := gc diff --git a/src/gcc-1-mingw-float.patch b/src/gcc-1-mingw-float.patch index 11fb7c64..6c105864 100644 --- a/src/gcc-1-mingw-float.patch +++ b/src/gcc-1-mingw-float.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. This patch has been taken from: http://gcc.gnu.org/ml/gcc-patches/2010-06/msg00387.html diff --git a/src/gcc-2-darwin-no-pie.patch b/src/gcc-2-darwin-no-pie.patch index af2d714c..f227083c 100644 --- a/src/gcc-2-darwin-no-pie.patch +++ b/src/gcc-2-darwin-no-pie.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. MXE specific workaround for OSX Lion's new ASLR causing problems with pre-compiled headers. diff --git a/src/gcc-gmp.mk b/src/gcc-gmp.mk index 9610e6f0..32493984 100644 --- a/src/gcc-gmp.mk +++ b/src/gcc-gmp.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # GMP for GCC PKG := gcc-gmp diff --git a/src/gcc-mpc.mk b/src/gcc-mpc.mk index af5c1f69..1183b504 100644 --- a/src/gcc-mpc.mk +++ b/src/gcc-mpc.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # MPC for GCC PKG := gcc-mpc diff --git a/src/gcc-mpfr.mk b/src/gcc-mpfr.mk index bc4f6dd9..02697f0b 100644 --- a/src/gcc-mpfr.mk +++ b/src/gcc-mpfr.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # MPFR for GCC PKG := gcc-mpfr diff --git a/src/gcc.mk b/src/gcc.mk index 4562172a..6dc5d803 100644 --- a/src/gcc.mk +++ b/src/gcc.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # GCC PKG := gcc diff --git a/src/gd-1-libpng15.patch b/src/gd-1-libpng15.patch index f659617d..5c4af610 100644 --- a/src/gd-1-libpng15.patch +++ b/src/gd-1-libpng15.patch @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. This patch has been taken from: http://bugs.gentoo.org/show_bug.cgi?id=305101 diff --git a/src/gd-test.c b/src/gd-test.c index d31391b1..8dc6cadc 100644 --- a/src/gd-test.c +++ b/src/gd-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. * * This is a slightly modified version of: * examples/arc.c diff --git a/src/gd.mk b/src/gd.mk index 0844a983..bb7fbe49 100644 --- a/src/gd.mk +++ b/src/gd.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # GD (without support for xpm) PKG := gd diff --git a/src/gdal.mk b/src/gdal.mk index a84c1fe9..bbf043eb 100644 --- a/src/gdal.mk +++ b/src/gdal.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # GDAL PKG := gdal diff --git a/src/gdb-1-fix-shell.patch b/src/gdb-1-fix-shell.patch index ff058e50..3efc08d0 100644 --- a/src/gdb-1-fix-shell.patch +++ b/src/gdb-1-fix-shell.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. This patch has been taken from: http://sourceware.org/bugzilla/show_bug.cgi?id=9098 diff --git a/src/gdb-2-fix-makeinfo.patch b/src/gdb-2-fix-makeinfo.patch index 0a609855..3b5c0d9e 100644 --- a/src/gdb-2-fix-makeinfo.patch +++ b/src/gdb-2-fix-makeinfo.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. This patch has been taken from: http://sourceware.org/bugzilla/show_bug.cgi?id=13638 diff --git a/src/gdb.mk b/src/gdb.mk index eb011f55..9eff1e34 100644 --- a/src/gdb.mk +++ b/src/gdb.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # gdb PKG := gdb diff --git a/src/gdk-pixbuf-1-fixes.patch b/src/gdk-pixbuf-1-fixes.patch index 50957987..6f180159 100644 --- a/src/gdk-pixbuf-1-fixes.patch +++ b/src/gdk-pixbuf-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/gdk-pixbuf.mk b/src/gdk-pixbuf.mk index 2536daad..fe340566 100644 --- a/src/gdk-pixbuf.mk +++ b/src/gdk-pixbuf.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # GDK-pixbuf PKG := gdk-pixbuf diff --git a/src/geos-test.c b/src/geos-test.c index 5f4f5d37..4d79dcb1 100644 --- a/src/geos-test.c +++ b/src/geos-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/geos.mk b/src/geos.mk index 369599d1..3c6c8fbb 100644 --- a/src/geos.mk +++ b/src/geos.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # GEOS PKG := geos diff --git a/src/gettext.mk b/src/gettext.mk index 06e4cc86..7af05fb5 100644 --- a/src/gettext.mk +++ b/src/gettext.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # gettext PKG := gettext diff --git a/src/giflib.mk b/src/giflib.mk index 663c36fc..ddb86e94 100644 --- a/src/giflib.mk +++ b/src/giflib.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # giflib PKG := giflib diff --git a/src/glew-test.c b/src/glew-test.c index 68dfba55..f0492532 100644 --- a/src/glew-test.c +++ b/src/glew-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/glew.mk b/src/glew.mk index e95d017a..ee8216b3 100644 --- a/src/glew.mk +++ b/src/glew.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # GLEW PKG := glew diff --git a/src/glib-1-fixes.patch b/src/glib-1-fixes.patch index b4166dfe..fa9d5cff 100644 --- a/src/glib-1-fixes.patch +++ b/src/glib-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/glib.mk b/src/glib.mk index e3016008..8d8a83ee 100644 --- a/src/glib.mk +++ b/src/glib.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # GLib PKG := glib diff --git a/src/glibmm.mk b/src/glibmm.mk index f569abca..2edb7307 100644 --- a/src/glibmm.mk +++ b/src/glibmm.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # GLibmm PKG := glibmm diff --git a/src/gmp.mk b/src/gmp.mk index 7e017d01..40eb252b 100644 --- a/src/gmp.mk +++ b/src/gmp.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # GMP PKG := gmp diff --git a/src/gnutls-1-fixes.patch b/src/gnutls-1-fixes.patch index b6208a80..fee1cffa 100644 --- a/src/gnutls-1-fixes.patch +++ b/src/gnutls-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/gnutls-test.c b/src/gnutls-test.c index 73f7c265..2bdc4722 100644 --- a/src/gnutls-test.c +++ b/src/gnutls-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/gnutls.mk b/src/gnutls.mk index 31eb1628..e61f4990 100644 --- a/src/gnutls.mk +++ b/src/gnutls.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # GnuTLS PKG := gnutls diff --git a/src/graphicsmagick-1-fix-xml2-config.patch b/src/graphicsmagick-1-fix-xml2-config.patch index 5402290b..ab6d2d06 100644 --- a/src/graphicsmagick-1-fix-xml2-config.patch +++ b/src/graphicsmagick-1-fix-xml2-config.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. This patch has been taken from: http://sourceforge.net/tracker/?func=detail&aid=3130497&group_id=73485&atid=537937 diff --git a/src/graphicsmagick-test.cpp b/src/graphicsmagick-test.cpp index 517483a9..429aaa11 100644 --- a/src/graphicsmagick-test.cpp +++ b/src/graphicsmagick-test.cpp @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/graphicsmagick.mk b/src/graphicsmagick.mk index fce20017..d8a82c51 100644 --- a/src/graphicsmagick.mk +++ b/src/graphicsmagick.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # GraphicsMagick PKG := graphicsmagick diff --git a/src/gsl-test.c b/src/gsl-test.c index d84fd940..d7eaf316 100644 --- a/src/gsl-test.c +++ b/src/gsl-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/gsl.mk b/src/gsl.mk index 491ebf36..112733b5 100644 --- a/src/gsl.mk +++ b/src/gsl.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # GSL PKG := gsl diff --git a/src/gsoap-1-fixes.patch b/src/gsoap-1-fixes.patch index c1129d6b..c4d18d99 100644 --- a/src/gsoap-1-fixes.patch +++ b/src/gsoap-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/gsoap.mk b/src/gsoap.mk index 0e34cad4..c2e7be22 100644 --- a/src/gsoap.mk +++ b/src/gsoap.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # gSOAP PKG := gsoap diff --git a/src/gst-plugins-base.mk b/src/gst-plugins-base.mk index 94e05d1f..af0aec54 100644 --- a/src/gst-plugins-base.mk +++ b/src/gst-plugins-base.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # gst-plugins-base PKG := gst-plugins-base diff --git a/src/gst-plugins-good.mk b/src/gst-plugins-good.mk index b8b0a630..9a1eb029 100644 --- a/src/gst-plugins-good.mk +++ b/src/gst-plugins-good.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # gst-plugins-good PKG := gst-plugins-good diff --git a/src/gstreamer.mk b/src/gstreamer.mk index 2b876685..64b870ff 100644 --- a/src/gstreamer.mk +++ b/src/gstreamer.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # gstreamer PKG := gstreamer diff --git a/src/gta-test.c b/src/gta-test.c index 5ff82220..efaeed5a 100644 --- a/src/gta-test.c +++ b/src/gta-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/gta.mk b/src/gta.mk index 612b7b44..c33cf84c 100644 --- a/src/gta.mk +++ b/src/gta.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # gta PKG := gta diff --git a/src/gtk2-1-fixes.patch b/src/gtk2-1-fixes.patch index 06f9c71f..cd26a7ba 100644 --- a/src/gtk2-1-fixes.patch +++ b/src/gtk2-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/gtk2-test.c b/src/gtk2-test.c index b4685e1d..e0e7aba2 100644 --- a/src/gtk2-test.c +++ b/src/gtk2-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/gtk2.mk b/src/gtk2.mk index 31e339a6..ff2df1eb 100644 --- a/src/gtk2.mk +++ b/src/gtk2.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # GTK+ PKG := gtk2 diff --git a/src/gtkglext-1-fixes.patch b/src/gtkglext-1-fixes.patch index ba812a0d..2749cd1b 100644 --- a/src/gtkglext-1-fixes.patch +++ b/src/gtkglext-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/gtkglext-test.c b/src/gtkglext-test.c index be49e895..8f915f62 100644 --- a/src/gtkglext-test.c +++ b/src/gtkglext-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/gtkglext.mk b/src/gtkglext.mk index b75868d8..dc1dd3f6 100644 --- a/src/gtkglext.mk +++ b/src/gtkglext.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # GtkGLExt PKG := gtkglext diff --git a/src/gtkglextmm-1-fixes.patch b/src/gtkglextmm-1-fixes.patch index 510f9547..65f39a1f 100644 --- a/src/gtkglextmm-1-fixes.patch +++ b/src/gtkglextmm-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/gtkglextmm-test.cpp b/src/gtkglextmm-test.cpp index e6adbb65..b0e36a6e 100644 --- a/src/gtkglextmm-test.cpp +++ b/src/gtkglextmm-test.cpp @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/gtkglextmm.mk b/src/gtkglextmm.mk index 1408547e..e07ba6a7 100644 --- a/src/gtkglextmm.mk +++ b/src/gtkglextmm.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # GtkGLExtmm PKG := gtkglextmm diff --git a/src/gtkmm2-test.cpp b/src/gtkmm2-test.cpp index 741d0eb5..f5f1116a 100644 --- a/src/gtkmm2-test.cpp +++ b/src/gtkmm2-test.cpp @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/gtkmm2.mk b/src/gtkmm2.mk index 93e940fa..069ac069 100644 --- a/src/gtkmm2.mk +++ b/src/gtkmm2.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # GTKMM PKG := gtkmm2 diff --git a/src/gtksourceview.mk b/src/gtksourceview.mk index fab7b143..8e7f0f2f 100644 --- a/src/gtksourceview.mk +++ b/src/gtksourceview.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # GTKSourceView PKG := gtksourceview diff --git a/src/gtksourceviewmm2.mk b/src/gtksourceviewmm2.mk index d6909b3e..e1920135 100644 --- a/src/gtksourceviewmm2.mk +++ b/src/gtksourceviewmm2.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # GtkSourceViewmm PKG := gtksourceviewmm2 diff --git a/src/guile-1-win32.patch b/src/guile-1-win32.patch index 8f94a96e..92de511d 100644 --- a/src/guile-1-win32.patch +++ b/src/guile-1-win32.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. diff -ruN guile-1.8.7.orig/configure guile-1.8.7/configure --- guile-1.8.7.orig/configure 2009-07-05 22:25:00.000000000 +0200 diff --git a/src/guile-test.c b/src/guile-test.c index 576d8d1c..fbfc5773 100644 --- a/src/guile-test.c +++ b/src/guile-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/guile.mk b/src/guile.mk index f9590287..aed3d705 100644 --- a/src/guile.mk +++ b/src/guile.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # GNU Guile PKG := guile diff --git a/src/id3lib-1-win32.patch b/src/id3lib-1-win32.patch index 0052c614..ab5fa427 100644 --- a/src/id3lib-1-win32.patch +++ b/src/id3lib-1-win32.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. diff -ru id3lib-3.8.3-orig/configure.in id3lib-3.8.3/configure.in --- id3lib-3.8.3-orig/configure.in 2003-03-02 01:23:00.000000000 +0100 diff --git a/src/id3lib.mk b/src/id3lib.mk index 8cc6d984..5ded4437 100644 --- a/src/id3lib.mk +++ b/src/id3lib.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # id3lib PKG := id3lib diff --git a/src/ilmbase-1-gcc45-include.patch b/src/ilmbase-1-gcc45-include.patch index c117aedb..742f8390 100644 --- a/src/ilmbase-1-gcc45-include.patch +++ b/src/ilmbase-1-gcc45-include.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. This patch has been taken from: http://cvs.savannah.gnu.org/viewvc/IlmBase/Imath/ImathMatrix.h?root=openexr&r1=1.7&r2=1.8&view=patch diff --git a/src/ilmbase-2-osx-cxxflags.patch b/src/ilmbase-2-osx-cxxflags.patch index a9c21b3c..342b46eb 100644 --- a/src/ilmbase-2-osx-cxxflags.patch +++ b/src/ilmbase-2-osx-cxxflags.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. This patch has been taken from http://lists.nongnu.org/archive/html/openexr-devel/2010-08/msg00011.html diff --git a/src/ilmbase.mk b/src/ilmbase.mk index 4e0092cc..bc799641 100644 --- a/src/ilmbase.mk +++ b/src/ilmbase.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # IlmBase PKG := ilmbase diff --git a/src/imagemagick.mk b/src/imagemagick.mk index aa810478..d39261c1 100644 --- a/src/imagemagick.mk +++ b/src/imagemagick.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # ImageMagick PKG := imagemagick diff --git a/src/jasper.mk b/src/jasper.mk index 49cd80e6..0efcfa5a 100644 --- a/src/jasper.mk +++ b/src/jasper.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # JasPer PKG := jasper diff --git a/src/jpeg-test.c b/src/jpeg-test.c index b98016ea..569c6e6f 100644 --- a/src/jpeg-test.c +++ b/src/jpeg-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/jpeg.mk b/src/jpeg.mk index ed8ad631..9918d237 100644 --- a/src/jpeg.mk +++ b/src/jpeg.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # jpeg PKG := jpeg diff --git a/src/json-c.mk b/src/json-c.mk index c51cddfb..e0261195 100644 --- a/src/json-c.mk +++ b/src/json-c.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # json-c PKG := json-c diff --git a/src/lame.mk b/src/lame.mk index 7eea8a36..f8860651 100644 --- a/src/lame.mk +++ b/src/lame.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # lame PKG := lame diff --git a/src/lapack.mk b/src/lapack.mk index 3aa5404a..9163bb10 100644 --- a/src/lapack.mk +++ b/src/lapack.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # lapack PKG := lapack diff --git a/src/lcms-1-fixes.patch b/src/lcms-1-fixes.patch index 5f3da605..6d6c6441 100644 --- a/src/lcms-1-fixes.patch +++ b/src/lcms-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/lcms.mk b/src/lcms.mk index 607e85c4..d451f318 100644 --- a/src/lcms.mk +++ b/src/lcms.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # lcms PKG := lcms diff --git a/src/lcms1-1-fixes.patch b/src/lcms1-1-fixes.patch index 6e8cd135..ccc4b770 100644 --- a/src/lcms1-1-fixes.patch +++ b/src/lcms1-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/lcms1.mk b/src/lcms1.mk index 258ba8d7..367d00a1 100644 --- a/src/lcms1.mk +++ b/src/lcms1.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # lcms1 PKG := lcms1 diff --git a/src/libarchive-1-fixes.patch b/src/libarchive-1-fixes.patch index 68fe6de0..6f91917e 100644 --- a/src/libarchive-1-fixes.patch +++ b/src/libarchive-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/libarchive-test.c b/src/libarchive-test.c index fd9196bf..dafd4fec 100644 --- a/src/libarchive-test.c +++ b/src/libarchive-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/libarchive.mk b/src/libarchive.mk index 9ec657e9..07d7f26d 100644 --- a/src/libarchive.mk +++ b/src/libarchive.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # Libarchive PKG := libarchive diff --git a/src/libass-test.c b/src/libass-test.c index c5e0324f..ea3b6850 100644 --- a/src/libass-test.c +++ b/src/libass-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/libass.mk b/src/libass.mk index 3d082951..cbd17a5d 100644 --- a/src/libass.mk +++ b/src/libass.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libass PKG := libass diff --git a/src/libcroco.mk b/src/libcroco.mk index 4c0cd134..59fcf2a2 100644 --- a/src/libcroco.mk +++ b/src/libcroco.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # Libcroco PKG := libcroco diff --git a/src/libdnet-1-fixes.patch b/src/libdnet-1-fixes.patch index 4c260799..08310495 100644 --- a/src/libdnet-1-fixes.patch +++ b/src/libdnet-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Patch taken from http://sourceforge.net/mailarchive/message.php?msg_id=27995461 diff --git a/src/libdnet.mk b/src/libdnet.mk index 3c2c91fa..907c39fe 100644 --- a/src/libdnet.mk +++ b/src/libdnet.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libdnet PKG := libdnet diff --git a/src/libevent.mk b/src/libevent.mk index 95a11ed5..c81234e7 100644 --- a/src/libevent.mk +++ b/src/libevent.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libevent PKG := libevent diff --git a/src/libffi-test.c b/src/libffi-test.c index 1bf9775f..871e22ed 100644 --- a/src/libffi-test.c +++ b/src/libffi-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/libffi.mk b/src/libffi.mk index 51edd0e6..2cc6b129 100644 --- a/src/libffi.mk +++ b/src/libffi.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libffi PKG := libffi diff --git a/src/libgcrypt.mk b/src/libgcrypt.mk index 00e5bc5d..349ac60b 100644 --- a/src/libgcrypt.mk +++ b/src/libgcrypt.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libgcrypt PKG := libgcrypt diff --git a/src/libgee.mk b/src/libgee.mk index ed0ed4b3..45e86e90 100644 --- a/src/libgee.mk +++ b/src/libgee.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libgee PKG := libgee diff --git a/src/libgeotiff.mk b/src/libgeotiff.mk index e3354b60..90d78eae 100644 --- a/src/libgeotiff.mk +++ b/src/libgeotiff.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # GeoTiff PKG := libgeotiff diff --git a/src/libgnurx-1-build-static-lib.patch b/src/libgnurx-1-build-static-lib.patch index fc0817b3..431fcb96 100644 --- a/src/libgnurx-1-build-static-lib.patch +++ b/src/libgnurx-1-build-static-lib.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. diff -Nur mingw-libgnurx-2.5.1/Makefile.mxe mingw-libgnurx-2.5.1-mxe/Makefile.mxe --- mingw-libgnurx-2.5.1/Makefile.mxe 1970-01-01 01:00:00.000000000 +0100 diff --git a/src/libgnurx.mk b/src/libgnurx.mk index bdf2c7df..f64db888 100644 --- a/src/libgnurx.mk +++ b/src/libgnurx.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libgnurx PKG := libgnurx diff --git a/src/libgomp-test.c b/src/libgomp-test.c index a63a6217..20068e69 100644 --- a/src/libgomp-test.c +++ b/src/libgomp-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/libgomp.mk b/src/libgomp.mk index 4d83fe7c..f3f92ebb 100644 --- a/src/libgomp.mk +++ b/src/libgomp.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # GCC-libgomp PKG := libgomp diff --git a/src/libgpg_error.mk b/src/libgpg_error.mk index 20cd6bc9..1638ef40 100644 --- a/src/libgpg_error.mk +++ b/src/libgpg_error.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libgpg-error PKG := libgpg_error diff --git a/src/libgsasl-1-fixes.patch b/src/libgsasl-1-fixes.patch index ee5c2a6f..7c3b2c62 100644 --- a/src/libgsasl-1-fixes.patch +++ b/src/libgsasl-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/libgsasl-test.c b/src/libgsasl-test.c index 997126f9..8b650d2b 100644 --- a/src/libgsasl-test.c +++ b/src/libgsasl-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/libgsasl.mk b/src/libgsasl.mk index 990284a9..d3c3ab9c 100644 --- a/src/libgsasl.mk +++ b/src/libgsasl.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # Libgsasl PKG := libgsasl diff --git a/src/libgsf-1-fixes.patch b/src/libgsf-1-fixes.patch index 72cbc6e7..eb66719e 100644 --- a/src/libgsf-1-fixes.patch +++ b/src/libgsf-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/libgsf.mk b/src/libgsf.mk index 4691f257..0878ae78 100644 --- a/src/libgsf.mk +++ b/src/libgsf.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libgsf PKG := libgsf diff --git a/src/libharu-1-fixes.patch b/src/libharu-1-fixes.patch index 0ad18d1f..fd1e230b 100644 --- a/src/libharu-1-fixes.patch +++ b/src/libharu-1-fixes.patch @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. From 531d2a9af8c51ad8badc32bc9ba43bb3b87b0e9f Mon Sep 17 00:00:00 2001 From: Antony Dovgal diff --git a/src/libharu.mk b/src/libharu.mk index e8400e5d..054b180b 100644 --- a/src/libharu.mk +++ b/src/libharu.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libharu PKG := libharu diff --git a/src/libiberty-test.c b/src/libiberty-test.c index f5272cbc..48d00f3a 100644 --- a/src/libiberty-test.c +++ b/src/libiberty-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #define _GNU_SOURCE diff --git a/src/libiberty.mk b/src/libiberty.mk index 5281ba48..95d1862d 100644 --- a/src/libiberty.mk +++ b/src/libiberty.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libiberty PKG := libiberty diff --git a/src/libical-test.c b/src/libical-test.c index ca738626..9ad32cf1 100644 --- a/src/libical-test.c +++ b/src/libical-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/libical.mk b/src/libical.mk index d2fdef13..710f259e 100644 --- a/src/libical.mk +++ b/src/libical.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libical PKG := libical diff --git a/src/libiconv.mk b/src/libiconv.mk index 6237980b..90ffb42b 100644 --- a/src/libiconv.mk +++ b/src/libiconv.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libiconv PKG := libiconv diff --git a/src/libidn-1-fixes.patch b/src/libidn-1-fixes.patch index 7105afd4..405f0f16 100644 --- a/src/libidn-1-fixes.patch +++ b/src/libidn-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/libidn-test.c b/src/libidn-test.c index 5bb52fd3..7831a9b6 100644 --- a/src/libidn-test.c +++ b/src/libidn-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/libidn.mk b/src/libidn.mk index 1e0f49a2..6b8ddc6d 100644 --- a/src/libidn.mk +++ b/src/libidn.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # Libidn PKG := libidn diff --git a/src/libircclient-1-fixes.patch b/src/libircclient-1-fixes.patch index 8c273b63..da48eb52 100644 --- a/src/libircclient-1-fixes.patch +++ b/src/libircclient-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/libircclient-test.cpp b/src/libircclient-test.cpp index 7c808337..9d8141c5 100644 --- a/src/libircclient-test.cpp +++ b/src/libircclient-test.cpp @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/libircclient.mk b/src/libircclient.mk index b40a0e5d..bc4b73f8 100644 --- a/src/libircclient.mk +++ b/src/libircclient.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libircclient # Note that IPv6 support is partly broken and therefore disabled. diff --git a/src/liblo.mk b/src/liblo.mk index a2f1dbc4..6fbeaa43 100644 --- a/src/liblo.mk +++ b/src/liblo.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # liblo PKG := liblo diff --git a/src/libmad.mk b/src/libmad.mk index 58cff6f7..9c5105c5 100644 --- a/src/libmad.mk +++ b/src/libmad.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libmad PKG := libmad diff --git a/src/libmikmod-1-fixes.patch b/src/libmikmod-1-fixes.patch index c0a22e07..1041dd20 100644 --- a/src/libmikmod-1-fixes.patch +++ b/src/libmikmod-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/libmikmod-test.c b/src/libmikmod-test.c index 9b24f6ff..a497bfe0 100644 --- a/src/libmikmod-test.c +++ b/src/libmikmod-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/libmikmod.mk b/src/libmikmod.mk index e6502d6e..74b17f34 100644 --- a/src/libmikmod.mk +++ b/src/libmikmod.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libMikMod PKG := libmikmod diff --git a/src/libmng-1-fixes.patch b/src/libmng-1-fixes.patch index b482a5dd..dcf0fdb1 100644 --- a/src/libmng-1-fixes.patch +++ b/src/libmng-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/libmng.mk b/src/libmng.mk index 61986d42..918ef840 100644 --- a/src/libmng.mk +++ b/src/libmng.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libmng PKG := libmng diff --git a/src/libntlm.mk b/src/libntlm.mk index 624a917f..4ee8ad8a 100644 --- a/src/libntlm.mk +++ b/src/libntlm.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # Libntlm PKG := libntlm diff --git a/src/liboauth-test.c b/src/liboauth-test.c index b0eecc35..ebd459f4 100644 --- a/src/liboauth-test.c +++ b/src/liboauth-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/liboauth.mk b/src/liboauth.mk index 0c084b16..4146aa04 100644 --- a/src/liboauth.mk +++ b/src/liboauth.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # liboauth PKG := liboauth diff --git a/src/libodbc++-1-win32.patch b/src/libodbc++-1-win32.patch index 31831708..2503a33f 100644 --- a/src/libodbc++-1-win32.patch +++ b/src/libodbc++-1-win32.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. --- libodbc++-0.2.5.orig/configure.ac 2009-08-20 23:39:08.000000000 +0200 +++ libodbc++-0.2.5/configure.ac 2010-02-04 22:40:32.000000000 +0100 diff --git a/src/libodbc++.mk b/src/libodbc++.mk index d730525a..6b9099a4 100644 --- a/src/libodbc++.mk +++ b/src/libodbc++.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libodbc++ PKG := libodbc++ diff --git a/src/liboil.mk b/src/liboil.mk index fee4196c..f743a3c2 100644 --- a/src/liboil.mk +++ b/src/liboil.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # liboil PKG := liboil diff --git a/src/libpano13.mk b/src/libpano13.mk index 71261972..30f85cef 100644 --- a/src/libpano13.mk +++ b/src/libpano13.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libpano13 PKG := libpano13 diff --git a/src/libpaper.mk b/src/libpaper.mk index f154a0a5..f1e41211 100644 --- a/src/libpaper.mk +++ b/src/libpaper.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libpaper PKG := libpaper diff --git a/src/libpng-test.c b/src/libpng-test.c index bf036d27..0ec67187 100644 --- a/src/libpng-test.c +++ b/src/libpng-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. * * This is a slightly modified version of: * http://ironalbatross.net/wiki/index.php5?title=CPP_LIBPNG#Minimal_Example_of_writing_a_PNG_File diff --git a/src/libpng.mk b/src/libpng.mk index 53338b79..5754a7c1 100644 --- a/src/libpng.mk +++ b/src/libpng.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libpng PKG := libpng diff --git a/src/librsvg-1-fixes.patch b/src/librsvg-1-fixes.patch index 4f4ff68f..1fc1e4da 100644 --- a/src/librsvg-1-fixes.patch +++ b/src/librsvg-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains an ad hoc patch for cross building. diff --git a/src/librsvg-test.c b/src/librsvg-test.c index 35964e2f..3e71e609 100644 --- a/src/librsvg-test.c +++ b/src/librsvg-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/librsvg.mk b/src/librsvg.mk index f2b4871f..60841456 100644 --- a/src/librsvg.mk +++ b/src/librsvg.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # librsvg PKG := librsvg diff --git a/src/libsamplerate.mk b/src/libsamplerate.mk index 84776322..1ca1891f 100644 --- a/src/libsamplerate.mk +++ b/src/libsamplerate.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libsamplerate PKG := libsamplerate diff --git a/src/libshout-1-fixes.patch b/src/libshout-1-fixes.patch index b9aadb6d..e6077fa8 100644 --- a/src/libshout-1-fixes.patch +++ b/src/libshout-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/libshout.mk b/src/libshout.mk index a1057c8f..a24f5ffc 100644 --- a/src/libshout.mk +++ b/src/libshout.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libshout PKG := libshout diff --git a/src/libsigc++.mk b/src/libsigc++.mk index 6dc82560..1f9dc37d 100644 --- a/src/libsigc++.mk +++ b/src/libsigc++.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libsigc++ PKG := libsigc++ diff --git a/src/libsndfile.mk b/src/libsndfile.mk index 3c5ae8c4..251a6bef 100644 --- a/src/libsndfile.mk +++ b/src/libsndfile.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libsndfile PKG := libsndfile diff --git a/src/libssh2-1-fixes.patch b/src/libssh2-1-fixes.patch index fca9e3d0..04e85c0c 100644 --- a/src/libssh2-1-fixes.patch +++ b/src/libssh2-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. From b3ade9a63e881e69b4c9cfe7b5dbad78dcc4a0e0 Mon Sep 17 00:00:00 2001 From: Peter Stuge diff --git a/src/libssh2-test.c b/src/libssh2-test.c index 80510394..3587c026 100644 --- a/src/libssh2-test.c +++ b/src/libssh2-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/libssh2.mk b/src/libssh2.mk index 385552d0..2df821c1 100644 --- a/src/libssh2.mk +++ b/src/libssh2.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libssh2 PKG := libssh2 diff --git a/src/libtool.mk b/src/libtool.mk index 38a90294..1014f2b3 100644 --- a/src/libtool.mk +++ b/src/libtool.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # GNU Libtool PKG := libtool diff --git a/src/libunistring.mk b/src/libunistring.mk index d58156d9..ee4e207a 100644 --- a/src/libunistring.mk +++ b/src/libunistring.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libunistring PKG := libunistring diff --git a/src/libusb.mk b/src/libusb.mk index 27e18b3c..72513cf1 100644 --- a/src/libusb.mk +++ b/src/libusb.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # LibUsb PKG := libusb diff --git a/src/libvpx-1-config.patch b/src/libvpx-1-config.patch index cf704e8f..7fde577e 100644 --- a/src/libvpx-1-config.patch +++ b/src/libvpx-1-config.patch @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. diff --git a/configure b/configure --- a/configure diff --git a/src/libvpx-2-fix-bin-bash.patch b/src/libvpx-2-fix-bin-bash.patch index 7492a543..3622bfa2 100644 --- a/src/libvpx-2-fix-bin-bash.patch +++ b/src/libvpx-2-fix-bin-bash.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. This patch has been taken from: http://code.google.com/p/webm/issues/detail?id=54 diff --git a/src/libvpx.mk b/src/libvpx.mk index 70454a08..da244eac 100644 --- a/src/libvpx.mk +++ b/src/libvpx.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # vpx PKG := libvpx diff --git a/src/libxml++.mk b/src/libxml++.mk index a6bc5c78..3d62ee3b 100644 --- a/src/libxml++.mk +++ b/src/libxml++.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libxml2 PKG := libxml++ diff --git a/src/libxml2.mk b/src/libxml2.mk index 5ce81799..755b0be8 100644 --- a/src/libxml2.mk +++ b/src/libxml2.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libxml2 PKG := libxml2 diff --git a/src/libxslt.mk b/src/libxslt.mk index edfe8dc9..f1ef71ef 100644 --- a/src/libxslt.mk +++ b/src/libxslt.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # libxslt PKG := libxslt diff --git a/src/llvm.mk b/src/llvm.mk index e60170f0..44a383fa 100644 --- a/src/llvm.mk +++ b/src/llvm.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # llvm PKG := llvm diff --git a/src/lua-test.c b/src/lua-test.c index 249ff418..8cd0e9f6 100644 --- a/src/lua-test.c +++ b/src/lua-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/lua.mk b/src/lua.mk index 44103d19..c7b5e477 100644 --- a/src/lua.mk +++ b/src/lua.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # Lua PKG := lua diff --git a/src/lzo.mk b/src/lzo.mk index d9d3e991..bf276f5c 100644 --- a/src/lzo.mk +++ b/src/lzo.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # lzo PKG := lzo diff --git a/src/matio.mk b/src/matio.mk index 4fca1e66..66f7347f 100644 --- a/src/matio.mk +++ b/src/matio.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # matio PKG := matio diff --git a/src/mingw-utils-1-portability-fix.patch b/src/mingw-utils-1-portability-fix.patch index 547afbe0..40daabb9 100644 --- a/src/mingw-utils-1-portability-fix.patch +++ b/src/mingw-utils-1-portability-fix.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. This patch has been taken from: http://sourceforge.net/tracker/?func=detail&aid=3119898&group_id=2435&atid=102435 diff --git a/src/mingw-utils.mk b/src/mingw-utils.mk index 7c3ba61b..f627f864 100644 --- a/src/mingw-utils.mk +++ b/src/mingw-utils.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # MinGW Utilities PKG := mingw-utils diff --git a/src/mingwrt.mk b/src/mingwrt.mk index 881a564d..430b50b5 100644 --- a/src/mingwrt.mk +++ b/src/mingwrt.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # MinGW Runtime PKG := mingwrt diff --git a/src/mpfr.mk b/src/mpfr.mk index 2803638f..fbd733cc 100644 --- a/src/mpfr.mk +++ b/src/mpfr.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # mpfr PKG := mpfr diff --git a/src/muparser.mk b/src/muparser.mk index 98812bf1..70722ba4 100644 --- a/src/muparser.mk +++ b/src/muparser.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # muParser PKG := muparser diff --git a/src/mxml-test.c b/src/mxml-test.c index aaf94d07..b0294558 100644 --- a/src/mxml-test.c +++ b/src/mxml-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/mxml.mk b/src/mxml.mk index 90c8f3dd..6cbbbe7f 100644 --- a/src/mxml.mk +++ b/src/mxml.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # Mini-XML PKG := mxml diff --git a/src/nettle.mk b/src/nettle.mk index 679203af..5626dca1 100644 --- a/src/nettle.mk +++ b/src/nettle.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # nettle PKG := nettle diff --git a/src/nsis-1-explicit-mingw-cross-prefix.patch b/src/nsis-1-explicit-mingw-cross-prefix.patch index f851b766..af107912 100644 --- a/src/nsis-1-explicit-mingw-cross-prefix.patch +++ b/src/nsis-1-explicit-mingw-cross-prefix.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. This patch has been taken from: http://sourceforge.net/tracker/index.php?func=detail&aid=3305366&group_id=22049&atid=373085 diff --git a/src/nsis.mk b/src/nsis.mk index 95a5ad63..5c9f7fba 100644 --- a/src/nsis.mk +++ b/src/nsis.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # NSIS PKG := nsis diff --git a/src/ogg.mk b/src/ogg.mk index f913c1fc..6438bf82 100644 --- a/src/ogg.mk +++ b/src/ogg.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # OGG PKG := ogg diff --git a/src/old.mk b/src/old.mk index 43e60789..6dc2852f 100644 --- a/src/old.mk +++ b/src/old.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # old PKG := old diff --git a/src/openal-1-luuid-pkg-config.patch b/src/openal-1-luuid-pkg-config.patch index 1f9162a5..e444abce 100644 --- a/src/openal-1-luuid-pkg-config.patch +++ b/src/openal-1-luuid-pkg-config.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. This patch has been taken from: diff --git a/src/openal-2-guid-static-link.patch b/src/openal-2-guid-static-link.patch index 984ad97c..daf4470a 100644 --- a/src/openal-2-guid-static-link.patch +++ b/src/openal-2-guid-static-link.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. This patch has been taken from: diff --git a/src/openal-test.c b/src/openal-test.c index 9e3ead13..516545d4 100644 --- a/src/openal-test.c +++ b/src/openal-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/openal.mk b/src/openal.mk index 252972b9..3b93882e 100644 --- a/src/openal.mk +++ b/src/openal.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # openal PKG := openal diff --git a/src/opencore-amr.mk b/src/opencore-amr.mk index 4b17d8a2..1ba2104e 100644 --- a/src/opencore-amr.mk +++ b/src/opencore-amr.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # opencore-amr PKG := opencore-amr diff --git a/src/opencsg-1-fixes.patch b/src/opencsg-1-fixes.patch index 134b340d..e0d3fd9a 100644 --- a/src/opencsg-1-fixes.patch +++ b/src/opencsg-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/opencsg.mk b/src/opencsg.mk index c66dd5bd..9bffca80 100644 --- a/src/opencsg.mk +++ b/src/opencsg.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # opencsg PKG := opencsg diff --git a/src/openexr-1-disable-zlib_winapi.patch b/src/openexr-1-disable-zlib_winapi.patch index 0bf87d8e..ef4d4c80 100644 --- a/src/openexr-1-disable-zlib_winapi.patch +++ b/src/openexr-1-disable-zlib_winapi.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. diff -urN a/IlmImf/ImfPxr24Compressor.cpp b/IlmImf/ImfPxr24Compressor.cpp --- a/IlmImf/ImfPxr24Compressor.cpp 2010-07-17 01:11:52.000000000 +0200 diff --git a/src/openexr.mk b/src/openexr.mk index d55f5c03..1f0d884c 100644 --- a/src/openexr.mk +++ b/src/openexr.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # OpenEXR PKG := openexr diff --git a/src/openscenegraph.mk b/src/openscenegraph.mk index bf82c37f..9b26c188 100644 --- a/src/openscenegraph.mk +++ b/src/openscenegraph.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # OpenSceneGraph PKG := openscenegraph diff --git a/src/openssl-1-winsock2.patch b/src/openssl-1-winsock2.patch index 847ebea4..8d5a684a 100644 --- a/src/openssl-1-winsock2.patch +++ b/src/openssl-1-winsock2.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. This patch has been taken from: http://rt.openssl.org/Ticket/Display.html?id=2285&user=guest&pass=guest diff --git a/src/openssl.mk b/src/openssl.mk index be57be20..42eadd18 100644 --- a/src/openssl.mk +++ b/src/openssl.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # openssl PKG := openssl diff --git a/src/pango-1-fixes.patch b/src/pango-1-fixes.patch index 95f6dd57..da4e9a02 100644 --- a/src/pango-1-fixes.patch +++ b/src/pango-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/pango.mk b/src/pango.mk index eabac637..590639f4 100644 --- a/src/pango.mk +++ b/src/pango.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # Pango PKG := pango diff --git a/src/pangomm.mk b/src/pangomm.mk index 52c91a3d..648166aa 100644 --- a/src/pangomm.mk +++ b/src/pangomm.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # Pangomm PKG := pangomm diff --git a/src/pcre.mk b/src/pcre.mk index a9663de1..923cbb2c 100644 --- a/src/pcre.mk +++ b/src/pcre.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # PCRE PKG := pcre diff --git a/src/pdcurses.mk b/src/pdcurses.mk index 1e1204d1..762d5a92 100644 --- a/src/pdcurses.mk +++ b/src/pdcurses.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # PDcurses PKG := pdcurses diff --git a/src/pdflib_lite-1-mingw.patch b/src/pdflib_lite-1-mingw.patch index d28ca0ac..7e32af1a 100644 --- a/src/pdflib_lite-1-mingw.patch +++ b/src/pdflib_lite-1-mingw.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. This patch has been taken from: http://tech.groups.yahoo.com/group/pdflib/message/20472 diff --git a/src/pdflib_lite.mk b/src/pdflib_lite.mk index e6726932..f15d9365 100644 --- a/src/pdflib_lite.mk +++ b/src/pdflib_lite.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # PDFlib Lite PKG := pdflib_lite diff --git a/src/pfstools.mk b/src/pfstools.mk index 14c27f0c..a52e08b4 100644 --- a/src/pfstools.mk +++ b/src/pfstools.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # pfstools PKG := pfstools diff --git a/src/physfs-1-fix-gcc46-warnings.patch b/src/physfs-1-fix-gcc46-warnings.patch index 0de991eb..c81b1120 100644 --- a/src/physfs-1-fix-gcc46-warnings.patch +++ b/src/physfs-1-fix-gcc46-warnings.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. This patch has been taken from: http://icculus.org/pipermail/physfs/2011-March/000990.html diff --git a/src/physfs-test.c b/src/physfs-test.c index ca2173f6..d4164571 100644 --- a/src/physfs-test.c +++ b/src/physfs-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. * * This is a slightly modified version of: * test/physfs_test.c diff --git a/src/physfs.mk b/src/physfs.mk index df4580ad..41ad8670 100644 --- a/src/physfs.mk +++ b/src/physfs.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # physfs PKG := physfs diff --git a/src/pixman.mk b/src/pixman.mk index c626f668..4a40ae56 100644 --- a/src/pixman.mk +++ b/src/pixman.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # pixman PKG := pixman diff --git a/src/plotmm-1-fixes.patch b/src/plotmm-1-fixes.patch index 93cb2f0a..c0ecbdc8 100644 --- a/src/plotmm-1-fixes.patch +++ b/src/plotmm-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/plotmm.mk b/src/plotmm.mk index 75a03252..32432a6a 100644 --- a/src/plotmm.mk +++ b/src/plotmm.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # PlotMM PKG := plotmm diff --git a/src/plotutils-2.6-libpng-1.5.patch b/src/plotutils-2.6-libpng-1.5.patch index 63d1c3f1..da3ff358 100644 --- a/src/plotutils-2.6-libpng-1.5.patch +++ b/src/plotutils-2.6-libpng-1.5.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-libs/plotutils/files/plotutils-2.6-libpng-1.5.patch fix building with libpng-1.5 diff --git a/src/plotutils.mk b/src/plotutils.mk index 19df997a..72745e53 100644 --- a/src/plotutils.mk +++ b/src/plotutils.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # plotutils PKG := plotutils diff --git a/src/poco-1-fix-mno-cygwin.patch b/src/poco-1-fix-mno-cygwin.patch index 1fe1c929..e7a237ac 100644 --- a/src/poco-1-fix-mno-cygwin.patch +++ b/src/poco-1-fix-mno-cygwin.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. --- a/build/config/MinGW-CrossEnv +++ b/build/config/MinGW-CrossEnv diff --git a/src/poco-test.cpp b/src/poco-test.cpp index a79a1c01..715a446e 100644 --- a/src/poco-test.cpp +++ b/src/poco-test.cpp @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/poco.mk b/src/poco.mk index 7f0f3ec7..8dad610f 100644 --- a/src/poco.mk +++ b/src/poco.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # POCO C++ Libraries PKG := poco diff --git a/src/popt-1-win32.patch b/src/popt-1-win32.patch index 0207ce12..f12ecd80 100644 --- a/src/popt-1-win32.patch +++ b/src/popt-1-win32.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. diff -urN a/popt.c b/popt.c --- a/popt.c 2010-01-19 01:39:10.000000000 +0100 diff --git a/src/popt.mk b/src/popt.mk index c817a81e..a0d8d8bd 100644 --- a/src/popt.mk +++ b/src/popt.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # popt PKG := popt diff --git a/src/portaudio-1-win32.patch b/src/portaudio-1-win32.patch index 827d0601..8f811ac3 100644 --- a/src/portaudio-1-win32.patch +++ b/src/portaudio-1-win32.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. diff -ru portaudio-orig/configure.in portaudio/configure.in --- portaudio-orig/configure.in 2007-11-13 22:22:56.000000000 +0100 diff --git a/src/portaudio-test.c b/src/portaudio-test.c index d0b4b9a5..c9faffec 100644 --- a/src/portaudio-test.c +++ b/src/portaudio-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/portaudio.mk b/src/portaudio.mk index 2210830a..594fd63c 100644 --- a/src/portaudio.mk +++ b/src/portaudio.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # portaudio PKG := portaudio diff --git a/src/postgresql-1-fixes.patch b/src/postgresql-1-fixes.patch index e360eceb..c2712c51 100644 --- a/src/postgresql-1-fixes.patch +++ b/src/postgresql-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/postgresql.mk b/src/postgresql.mk index 53f08a9a..1d39ab98 100644 --- a/src/postgresql.mk +++ b/src/postgresql.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # PostgreSQL PKG := postgresql diff --git a/src/proj.mk b/src/proj.mk index d75cee23..37e20a46 100644 --- a/src/proj.mk +++ b/src/proj.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # proj PKG := proj diff --git a/src/pthreads-1-autostatic.patch b/src/pthreads-1-autostatic.patch index a0dc600d..94a82b74 100644 --- a/src/pthreads-1-autostatic.patch +++ b/src/pthreads-1-autostatic.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. This patch has been taken from: http://sourceware.org/ml/pthreads-win32/2010/msg00006.html diff --git a/src/pthreads-test.c b/src/pthreads-test.c index b805d20a..797c64a1 100644 --- a/src/pthreads-test.c +++ b/src/pthreads-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/pthreads.mk b/src/pthreads.mk index 90bf9b21..05350507 100644 --- a/src/pthreads.mk +++ b/src/pthreads.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # Pthreads-w32 PKG := pthreads diff --git a/src/qjson-1-static.patch b/src/qjson-1-static.patch index 7b682e80..0474cf0e 100644 --- a/src/qjson-1-static.patch +++ b/src/qjson-1-static.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. This patch taken from: http://sourceforge.net/mailarchive/forum.php?thread_name=4E1DBC0D.10000%40jrit.at&forum_name=qjson-devel diff --git a/src/qjson.mk b/src/qjson.mk index b546ad8d..843f689f 100644 --- a/src/qjson.mk +++ b/src/qjson.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. PKG := qjson $(PKG)_IGNORE := diff --git a/src/qt-1-cherrypicks.patch b/src/qt-1-cherrypicks.patch index 7ef833be..71ac1330 100644 --- a/src/qt-1-cherrypicks.patch +++ b/src/qt-1-cherrypicks.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Commits backported (cherry-picked) from upstream branch or merge requests. http://qt.gitorious.org/qt diff --git a/src/qt-test.cpp b/src/qt-test.cpp index daa9a665..61ddbc7b 100644 --- a/src/qt-test.cpp +++ b/src/qt-test.cpp @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/qt-test.pro b/src/qt-test.pro index 55237b80..7e2829f3 100644 --- a/src/qt-test.pro +++ b/src/qt-test.pro @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. TARGET = test-qt QT += network sql diff --git a/src/qt-test.ui b/src/qt-test.ui index 06edb95e..ee5417ac 100644 --- a/src/qt-test.ui +++ b/src/qt-test.ui @@ -2,7 +2,7 @@ diff --git a/src/qt.mk b/src/qt.mk index 09bbebe7..6a7bb77d 100644 --- a/src/qt.mk +++ b/src/qt.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # Qt PKG := qt diff --git a/src/qwtplot3d-1-fixes.patch b/src/qwtplot3d-1-fixes.patch index fdd434b6..6001f6f6 100644 --- a/src/qwtplot3d-1-fixes.patch +++ b/src/qwtplot3d-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/qwtplot3d.mk b/src/qwtplot3d.mk index 8e9be081..e1c225a8 100644 --- a/src/qwtplot3d.mk +++ b/src/qwtplot3d.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. PKG := qwtplot3d $(PKG)_IGNORE := diff --git a/src/readline.mk b/src/readline.mk index 62d31f14..14512c8d 100644 --- a/src/readline.mk +++ b/src/readline.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # Readline PKG := readline diff --git a/src/sdl-test.c b/src/sdl-test.c index 8f90cddd..572c0ff3 100644 --- a/src/sdl-test.c +++ b/src/sdl-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/sdl.mk b/src/sdl.mk index b58f0570..448872fd 100644 --- a/src/sdl.mk +++ b/src/sdl.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # SDL PKG := sdl diff --git a/src/sdl_image-test.c b/src/sdl_image-test.c index 43daa7ab..a3c98427 100644 --- a/src/sdl_image-test.c +++ b/src/sdl_image-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/sdl_image.mk b/src/sdl_image.mk index 06fe34a6..5c75b38c 100644 --- a/src/sdl_image.mk +++ b/src/sdl_image.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # SDL_image PKG := sdl_image diff --git a/src/sdl_mixer-test.c b/src/sdl_mixer-test.c index 78b73893..0e81c0c8 100644 --- a/src/sdl_mixer-test.c +++ b/src/sdl_mixer-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/sdl_mixer.mk b/src/sdl_mixer.mk index 9624e477..7a988ec2 100644 --- a/src/sdl_mixer.mk +++ b/src/sdl_mixer.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # SDL_mixer PKG := sdl_mixer diff --git a/src/sdl_net-1-fixes.patch b/src/sdl_net-1-fixes.patch index 3d95ce48..ca361e33 100644 --- a/src/sdl_net-1-fixes.patch +++ b/src/sdl_net-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/sdl_net-test.c b/src/sdl_net-test.c index e2124302..c5204a56 100644 --- a/src/sdl_net-test.c +++ b/src/sdl_net-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/sdl_net.mk b/src/sdl_net.mk index 2dfd9076..630505f8 100644 --- a/src/sdl_net.mk +++ b/src/sdl_net.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # SDL_net PKG := sdl_net diff --git a/src/sdl_pango-1-api-adds.patch b/src/sdl_pango-1-api-adds.patch index 9f0990ce..b0e38423 100644 --- a/src/sdl_pango-1-api-adds.patch +++ b/src/sdl_pango-1-api-adds.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. This patch has been taken from: http://zarb.org/~gc/t/SDL_Pango-0.1.2-API-adds.patch diff --git a/src/sdl_pango-2-static-matrices.patch b/src/sdl_pango-2-static-matrices.patch index feea09bd..929350c2 100644 --- a/src/sdl_pango-2-static-matrices.patch +++ b/src/sdl_pango-2-static-matrices.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. --- SDL_Pango-0.1.2.orig/src/SDL_Pango.h 2010-04-08 11:33:48.000000000 +0200 +++ SDL_Pango-0.1.2/src/SDL_Pango.h 2010-04-08 11:36:51.000000000 +0200 diff --git a/src/sdl_pango.mk b/src/sdl_pango.mk index df2f2ae8..585c8c67 100644 --- a/src/sdl_pango.mk +++ b/src/sdl_pango.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # SDL_Pango PKG := sdl_pango diff --git a/src/sdl_sound-test.c b/src/sdl_sound-test.c index cdea49cf..3b5e8df3 100644 --- a/src/sdl_sound-test.c +++ b/src/sdl_sound-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. * * This is a simple test program for SDL_sound that tries to * decode the file specified as the only command-line argument. diff --git a/src/sdl_sound.mk b/src/sdl_sound.mk index 347fc41c..506c9044 100644 --- a/src/sdl_sound.mk +++ b/src/sdl_sound.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # SDL_sound PKG := sdl_sound diff --git a/src/sdl_ttf.mk b/src/sdl_ttf.mk index dbf62dbb..213ec6f4 100644 --- a/src/sdl_ttf.mk +++ b/src/sdl_ttf.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # SDL_ttf PKG := sdl_ttf diff --git a/src/smpeg-test.c b/src/smpeg-test.c index 6c39ba51..0183bd2b 100644 --- a/src/smpeg-test.c +++ b/src/smpeg-test.c @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/smpeg.mk b/src/smpeg.mk index 42a0e8af..a187d065 100644 --- a/src/smpeg.mk +++ b/src/smpeg.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # smpeg PKG := smpeg diff --git a/src/speex.mk b/src/speex.mk index ba3975dc..2084a3ba 100644 --- a/src/speex.mk +++ b/src/speex.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # Speex PKG := speex diff --git a/src/sqlite.mk b/src/sqlite.mk index 09bd82eb..732a4888 100644 --- a/src/sqlite.mk +++ b/src/sqlite.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # SQLite PKG := sqlite diff --git a/src/suitesparse.mk b/src/suitesparse.mk index 996cce5a..94b3b320 100644 --- a/src/suitesparse.mk +++ b/src/suitesparse.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # SuiteSparse PKG := suitesparse diff --git a/src/t4k_common.mk b/src/t4k_common.mk index 9448ec5a..666d51f7 100644 --- a/src/t4k_common.mk +++ b/src/t4k_common.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # t4k_common PKG := t4k_common diff --git a/src/taglib-1-static.patch b/src/taglib-1-static.patch index 0766147e..8a3d6b11 100644 --- a/src/taglib-1-static.patch +++ b/src/taglib-1-static.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. This patch has been taken from: https://bugs.kde.org/show_bug.cgi?id=268441 diff --git a/src/taglib.mk b/src/taglib.mk index fb89e725..a241ccef 100644 --- a/src/taglib.mk +++ b/src/taglib.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # TagLib PKG := taglib diff --git a/src/theora.mk b/src/theora.mk index 571c87f8..4b8956e4 100644 --- a/src/theora.mk +++ b/src/theora.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # Theora PKG := theora diff --git a/src/tiff.mk b/src/tiff.mk index 6880d7ce..c5c2f4b7 100644 --- a/src/tiff.mk +++ b/src/tiff.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # LibTIFF PKG := tiff diff --git a/src/tinyxml-test.cpp b/src/tinyxml-test.cpp index 013267c1..519c51b7 100644 --- a/src/tinyxml-test.cpp +++ b/src/tinyxml-test.cpp @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/tinyxml.mk b/src/tinyxml.mk index 326f4952..976d15ed 100644 --- a/src/tinyxml.mk +++ b/src/tinyxml.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # tinyxml PKG := tinyxml diff --git a/src/tre.mk b/src/tre.mk index 0973015c..3ba74f7b 100644 --- a/src/tre.mk +++ b/src/tre.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # TRE PKG := tre diff --git a/src/vigra-test.cpp b/src/vigra-test.cpp index 273371e1..6d7f70a8 100644 --- a/src/vigra-test.cpp +++ b/src/vigra-test.cpp @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/vigra.mk b/src/vigra.mk index 68557fee..1db9cb0e 100644 --- a/src/vigra.mk +++ b/src/vigra.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # vigra PKG := vigra diff --git a/src/vmime-1-fixes.patch b/src/vmime-1-fixes.patch index 649fa079..1f08b308 100644 --- a/src/vmime-1-fixes.patch +++ b/src/vmime-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Cherry picked fixes from svn http://sourceforge.net/projects/vmime/develop @@ -10,7 +10,7 @@ Produced with this script: ( echo "This file is part of MXE." - echo "See doc/index.html for further information." + echo "See index.html for further information." echo echo "Cherry picked fixes from svn" echo "http://sourceforge.net/projects/vmime/develop" diff --git a/src/vmime.mk b/src/vmime.mk index 190fbac8..38827482 100644 --- a/src/vmime.mk +++ b/src/vmime.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # VMime PKG := vmime diff --git a/src/vorbis.mk b/src/vorbis.mk index 62c8bd8b..72ae6977 100644 --- a/src/vorbis.mk +++ b/src/vorbis.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # Vorbis PKG := vorbis diff --git a/src/vtk-1-tryrun.patch b/src/vtk-1-tryrun.patch index 6ddbfa72..9a54be77 100644 --- a/src/vtk-1-tryrun.patch +++ b/src/vtk-1-tryrun.patch @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. --- blubb 1970-01-01 01:00:00.000000000 +0100 +++ VTK/TryRunResults.cmake 2011-09-27 08:44:04.563613261 +0200 diff --git a/src/vtk-2-findfreetype.patch b/src/vtk-2-findfreetype.patch index 1cdf609c..ad5ca881 100644 --- a/src/vtk-2-findfreetype.patch +++ b/src/vtk-2-findfreetype.patch @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. This patch has been taken from: http://www.vtk.org/Bug/view.php?id=12688 diff --git a/src/vtk-3-compile-tools.patch b/src/vtk-3-compile-tools.patch index 3da4eb8c..e75b014a 100644 --- a/src/vtk-3-compile-tools.patch +++ b/src/vtk-3-compile-tools.patch @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. This patch has been taken from: http://www.vtk.org/Bug/view.php?id=12686 diff --git a/src/vtk-4-native-no-gui.patch b/src/vtk-4-native-no-gui.patch index 3c0641b9..c3216b62 100644 --- a/src/vtk-4-native-no-gui.patch +++ b/src/vtk-4-native-no-gui.patch @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. diff -r 26cf498f1dac Utilities/CMakeLists.txt --- a/Utilities/CMakeLists.txt Tue Nov 22 18:02:40 2011 +1100 diff --git a/src/vtk-5-module-path.patch b/src/vtk-5-module-path.patch index 8866d8a3..9f60bc06 100644 --- a/src/vtk-5-module-path.patch +++ b/src/vtk-5-module-path.patch @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. This patch has been taken from: diff --git a/src/vtk-6-kfreebsd.patch b/src/vtk-6-kfreebsd.patch index 934dc79d..30ab7471 100644 --- a/src/vtk-6-kfreebsd.patch +++ b/src/vtk-6-kfreebsd.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. diff -ur VTK.orig/Utilities/vtkhdf5/src/H5private.h VTK/Utilities/vtkhdf5/src/H5private.h --- VTK.orig/Utilities/vtkhdf5/src/H5private.h 2011-11-28 00:12:17.000000000 +1100 diff --git a/src/vtk.mk b/src/vtk.mk index 0de13a84..6450f840 100644 --- a/src/vtk.mk +++ b/src/vtk.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # vtk PKG := vtk diff --git a/src/w32api-1-dinput-dsound.patch b/src/w32api-1-dinput-dsound.patch index 3ebf9bab..be1279bc 100644 --- a/src/w32api-1-dinput-dsound.patch +++ b/src/w32api-1-dinput-dsound.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. This patch contains some DirectX additions for MinGW's w32api which were provided by the Allegro project. It was generated diff --git a/src/w32api-2-directx-additions-for-qt.patch b/src/w32api-2-directx-additions-for-qt.patch index 8418b28f..e747c317 100644 --- a/src/w32api-2-directx-additions-for-qt.patch +++ b/src/w32api-2-directx-additions-for-qt.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. This patch contains some DirectX additions for MinGW's w32api which were provided by the Qt project. It was generated via diff --git a/src/w32api.mk b/src/w32api.mk index 65605205..d052a26f 100644 --- a/src/w32api.mk +++ b/src/w32api.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # MinGW Windows API PKG := w32api diff --git a/src/winpcap-1-fixes.patch b/src/winpcap-1-fixes.patch index 3c752990..1eaadc35 100644 --- a/src/winpcap-1-fixes.patch +++ b/src/winpcap-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/winpcap.mk b/src/winpcap.mk index 51452b89..2fc7f8e0 100644 --- a/src/winpcap.mk +++ b/src/winpcap.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # WinPcap PKG := winpcap diff --git a/src/wt-1-fixes.patch b/src/wt-1-fixes.patch index e41597bf..14ccbe3c 100644 --- a/src/wt-1-fixes.patch +++ b/src/wt-1-fixes.patch @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. diff -ur a/cmake/WtFindBoost-vintage.txt b/cmake/WtFindBoost-vintage.txt --- a/cmake/WtFindBoost-vintage.txt 2011-11-15 04:49:29.000000000 -0300 diff --git a/src/wt.mk b/src/wt.mk index 7fe09778..7a94912b 100644 --- a/src/wt.mk +++ b/src/wt.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # Wt PKG := wt diff --git a/src/wxwidgets-test.cpp b/src/wxwidgets-test.cpp index d48460fb..a51d5db7 100644 --- a/src/wxwidgets-test.cpp +++ b/src/wxwidgets-test.cpp @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/wxwidgets.mk b/src/wxwidgets.mk index b6e73eec..f6e31df6 100644 --- a/src/wxwidgets.mk +++ b/src/wxwidgets.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # wxWidgets PKG := wxwidgets diff --git a/src/x264-1-fix-bin-bash.patch b/src/x264-1-fix-bin-bash.patch index 059ba98c..31fe3178 100644 --- a/src/x264-1-fix-bin-bash.patch +++ b/src/x264-1-fix-bin-bash.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. diff -urN x264-snapshot-20100714-2245/configure x264-snapshot-20100714-2245.new/configure --- x264-snapshot-20100714-2245/configure 2010-07-15 06:45:06.000000000 +1000 diff --git a/src/x264.mk b/src/x264.mk index 3c08f9bd..3dd73c68 100644 --- a/src/x264.mk +++ b/src/x264.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # x264 PKG := x264 diff --git a/src/xerces-1-fix-pkgconfig.patch b/src/xerces-1-fix-pkgconfig.patch index d13a7f5b..59df5fa8 100644 --- a/src/xerces-1-fix-pkgconfig.patch +++ b/src/xerces-1-fix-pkgconfig.patch @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. This patch has been taken from: https://issues.apache.org/jira/browse/XERCESC-1951 diff --git a/src/xerces-test.cpp b/src/xerces-test.cpp index 39949fd2..cf06698d 100644 --- a/src/xerces-test.cpp +++ b/src/xerces-test.cpp @@ -1,6 +1,6 @@ /* * This file is part of MXE. - * See doc/index.html for further information. + * See index.html for further information. */ #include diff --git a/src/xerces.mk b/src/xerces.mk index 810f3f59..0c9ca7c9 100644 --- a/src/xerces.mk +++ b/src/xerces.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # Xerces-C++ PKG := xerces diff --git a/src/xine-lib-1-fixes.patch b/src/xine-lib-1-fixes.patch index aa10ab9e..b85627f0 100644 --- a/src/xine-lib-1-fixes.patch +++ b/src/xine-lib-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/xine-lib.mk b/src/xine-lib.mk index 1508e419..a581a35a 100644 --- a/src/xine-lib.mk +++ b/src/xine-lib.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # xine-lib PKG := xine-lib diff --git a/src/xmlwrapp.mk b/src/xmlwrapp.mk index 6e876714..57473b11 100644 --- a/src/xmlwrapp.mk +++ b/src/xmlwrapp.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # xmlwrapp PKG := xmlwrapp diff --git a/src/xvidcore-1-fixes.patch b/src/xvidcore-1-fixes.patch index 6af94273..6c65c1cc 100644 --- a/src/xvidcore-1-fixes.patch +++ b/src/xvidcore-1-fixes.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/xvidcore.mk b/src/xvidcore.mk index 85a79c23..42763a2a 100644 --- a/src/xvidcore.mk +++ b/src/xvidcore.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # xvidcore PKG := xvidcore diff --git a/src/xz.mk b/src/xz.mk index 3a03be69..b7777910 100644 --- a/src/xz.mk +++ b/src/xz.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # XZ PKG := xz diff --git a/src/zlib-1-win32-static.patch b/src/zlib-1-win32-static.patch index 0f2178be..7ba2dd77 100644 --- a/src/zlib-1-win32-static.patch +++ b/src/zlib-1-win32-static.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. Contains ad hoc patches for cross building. diff --git a/src/zlib.mk b/src/zlib.mk index a58e04d7..b590b125 100644 --- a/src/zlib.mk +++ b/src/zlib.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # zlib PKG := zlib diff --git a/src/zziplib-1-fix-fnmatch.patch b/src/zziplib-1-fix-fnmatch.patch index e755515c..ad495ac3 100644 --- a/src/zziplib-1-fix-fnmatch.patch +++ b/src/zziplib-1-fix-fnmatch.patch @@ -1,5 +1,5 @@ This file is part of MXE. -See doc/index.html for further information. +See index.html for further information. This patch has been taken from: http://sourceforge.net/tracker/?func=detail&aid=2995373&group_id=6389&atid=306389 diff --git a/src/zziplib.mk b/src/zziplib.mk index 6aa30956..49dc2002 100644 --- a/src/zziplib.mk +++ b/src/zziplib.mk @@ -1,5 +1,5 @@ # This file is part of MXE. -# See doc/index.html for further information. +# See index.html for further information. # ZZIPlib PKG := zziplib diff --git a/tools/patch-tool-mxe b/tools/patch-tool-mxe index 0c7106c6..8450dd45 100755 --- a/tools/patch-tool-mxe +++ b/tools/patch-tool-mxe @@ -55,7 +55,7 @@ function export_patch { cd $gitsdir/$pkg_subdir && \ ( echo 'This file is part of MXE.' - echo 'See doc/index.html for further information.' + echo 'See index.html for further information.' echo '' echo 'Contains ad hoc patches for cross building.' echo ''