diff --git a/Makefile b/Makefile index 62f5af30..ac80efae 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 4f8ff08a..b84beb77 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