changeset 179:9d97a1972c5e

improved README
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 09 Nov 2008 15:15:03 +0100
parents 54e76514138d
children c3809e9ba044
files Makefile doc/README
diffstat 2 files changed, 8 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Nov 09 13:38:02 2008 +0100
+++ b/Makefile	Sun Nov 09 15:15:03 2008 +0100
@@ -100,7 +100,7 @@
 	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)';)) | \
--- a/doc/README	Sun Nov 09 13:38:02 2008 +0100
+++ b/doc/README	Sun Nov 09 15:15:03 2008 +0100
@@ -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