summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--doc/README12
2 files changed, 8 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 62f5af3..ac80efa 100644
--- a/Makefile
+++ b/Makefile
@@ -100,7 +100,7 @@ dist:
mkdir 'mingw_cross_env-$(VERSION)/src'
hg log -v --style changelog >'mingw_cross_env-$(VERSION)/doc/ChangeLog'
( \
- $(SED) -n '1,/^List/ { s/^\(MinGW cross.*\)/\1 ($(VERSION))/; p }' doc/README && \
+ $(SED) -n '1,/^List/ { s/^\( Version:\).*/\1 $(VERSION)/; p }' doc/README && \
echo '================' && \
echo && \
($(foreach PKG,$(PKG_RULES),echo '$(PKG)' '$($(PKG)_VERSION)';)) | \
diff --git a/doc/README b/doc/README
index 4f8ff08..b84beb7 100644
--- a/doc/README
+++ b/doc/README
@@ -1,13 +1,15 @@
-MinGW cross compiling environment
-=================================
+About
+=====
+
+ Version:
http://www.profv.de/mingw_cross_env/
This Makefile compiles a MinGW cross compiler and cross compiles
- many free libraries such as GD and SDL. Thus, it provides you
- a nice MinGW cross compiling environment. All necessary source
- packages are downloaded automatically.
+ many free libraries such as GD and SDL. Thus, it provides a nice
+ MinGW cross compiling environment. All necessary source packages
+ are downloaded automatically.
The Makefile is designed to run on any Unix system. It also runs
partly on MSYS. It needs GNU make and GNU sed, so FreeBSD users