Move doc/index.html -> index.html

This commit is contained in:
Volker Grabsch 2012-03-29 12:14:15 +02:00
parent 686c9ee25d
commit 7badad85c9
340 changed files with 350 additions and 350 deletions

View File

@ -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,\(<span class="target">\)[^<]*\(</span>\),\1$(TARGET)\2,g' '$(TOP_DIR)/doc/index.html' \
$(SED) 's,\(<span class="target">\)[^<]*\(</span>\),\1$(TARGET)\2,g' '$(TOP_DIR)/index.html' \
| $(SED) 's,\(<span class="target-underscore">\)[^<]*\(</span>\),\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)'

View File

@ -190,12 +190,12 @@
Cross compiling
<a href="http://www.xs4all.nl/~thebeez/4tH/">4tH</a>:
</p>
<a href="screenshot-4th-compile.png"><img src="screenshot-4th-compile-small.png" alt="4th-compile"></a>
<a href="doc/screenshot-4th-compile.png"><img src="doc/screenshot-4th-compile-small.png" alt="4th-compile"></a>
<p>
and running it:
</p>
<a href="screenshot-4th-run.png"><img src="screenshot-4th-run-small.png" alt="4th-run"></a>
<a href="doc/screenshot-4th-run.png"><img src="doc/screenshot-4th-run-small.png" alt="4th-run"></a>
</div>
<div class="section">
@ -1741,7 +1741,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
and should start with:
</p>
<pre>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://...</pre>

View File

@ -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 :=

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,6 @@
/*
* This file is part of MXE.
* See doc/index.html for further information.
* See index.html for further information.
*/
#include <iostream>

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,6 @@
/*
* This file is part of MXE.
* See doc/index.html for further information.
* See index.html for further information.
*/
#include <curl/curl.h>

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,6 @@
/*
* This file is part of MXE.
* See doc/index.html for further information.
* See index.html for further information.
*/
#include <stdio.h>

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -1,6 +1,6 @@
/*
* This file is part of MXE.
* See doc/index.html for further information.
* See index.html for further information.
*/
#include <GL/glut.h>

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -1,6 +1,6 @@
/*
* This file is part of MXE.
* See doc/index.html for further information.
* See index.html for further information.
*/
#include <stdarg.h>

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,6 @@
/*
* This file is part of MXE.
* See doc/index.html for further information.
* See index.html for further information.
*/
#include <stdio.h>

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -1,6 +1,6 @@
/*
* This file is part of MXE.
* See doc/index.html for further information.
* See index.html for further information.
*/
#include <gnutls/gnutls.h>

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,6 @@
/*
* This file is part of MXE.
* See doc/index.html for further information.
* See index.html for further information.
*/
#include <Magick++.h>

View File

@ -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

View File

@ -1,6 +1,6 @@
/*
* This file is part of MXE.
* See doc/index.html for further information.
* See index.html for further information.
*/
#include <stdio.h>

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,6 @@
/*
* This file is part of MXE.
* See doc/index.html for further information.
* See index.html for further information.
*/
#include <gta/gta.h>

View File

@ -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

Some files were not shown because too many files have changed in this diff Show More