diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-06-03 00:06:59 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-06-03 00:06:59 (GMT) |
commit | a39c07b27f4156d657394e171aa409781cc98df3 (patch) | |
tree | 9b895b6efd1aba32d330ee0ff5f927f5ebce62df /Makefile | |
parent | 127ecacbc814cd553b93a790abde8063dec01155 (diff) | |
download | mxe-a39c07b27f4156d657394e171aa409781cc98df3.zip mxe-a39c07b27f4156d657394e171aa409781cc98df3.tar.gz mxe-a39c07b27f4156d657394e171aa409781cc98df3.tar.bz2 |
renamed doc/README.html to doc/index.html
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -150,13 +150,13 @@ dist: mkdir 'mingw_cross_env-$(VERSION)/src' (cd '$(TOP_DIR)' && hg log -v --style changelog) >'mingw_cross_env-$(VERSION)/doc/ChangeLog' ( \ - $(SED) -n '1,/<!-- begin of package list -->/ p' '$(TOP_DIR)/doc/README.html' && \ + $(SED) -n '1,/<!-- begin of package list -->/ p' '$(TOP_DIR)/doc/index.html' && \ ($(foreach PKG,$(PKG_RULES), \ echo ' <tr><td><a href="$($(PKG)_WEBSITE)">$(PKG)</a></td><td>$($(PKG)_VERSION)</td></tr>';)) && \ - $(SED) -n '/<!-- end of package list -->/,$$ p' '$(TOP_DIR)/doc/README.html' \ - ) >'$(TOP_DIR)/README.html' - cp -p '$(TOP_DIR)/README.html' 'mingw_cross_env-$(VERSION)/doc/' - cd 'mingw_cross_env-$(VERSION)/doc' && lynx -dump -width 75 -nolist -force_html README.html >README + $(SED) -n '/<!-- end of package list -->/,$$ p' '$(TOP_DIR)/doc/index.html' \ + ) >'$(TOP_DIR)/index.html' + cp -p '$(TOP_DIR)/index.html' 'mingw_cross_env-$(VERSION)/doc/' + cd 'mingw_cross_env-$(VERSION)/doc' && lynx -dump -width 75 -nolist -force_html index.html >README cp -p '$(TOP_DIR)/Makefile' 'mingw_cross_env-$(VERSION)/' cp -p '$(TOP_DIR)/src'/*.mk 'mingw_cross_env-$(VERSION)/src/' tar cvf - 'mingw_cross_env-$(VERSION)' | gzip -9 >'mingw_cross_env-$(VERSION).tar.gz' |