summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-06-03 00:06:59 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-06-03 00:06:59 (GMT)
commita39c07b27f4156d657394e171aa409781cc98df3 (patch)
tree9b895b6efd1aba32d330ee0ff5f927f5ebce62df /Makefile
parent127ecacbc814cd553b93a790abde8063dec01155 (diff)
downloadmxe-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--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index f342f5a..bd3d00f 100644
--- a/Makefile
+++ b/Makefile
@@ -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'