diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-06-12 21:48:45 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-06-12 21:48:45 (GMT) |
commit | 2608d9ced323bbd28941d879d16c461ff8d3818e (patch) | |
tree | d2d2ccdcf6f8a8f6d21954026469f639832c3b20 /Makefile | |
parent | 497b76327656758c25a3f1399432d9ceda152f96 (diff) | |
download | mxe-2608d9ced323bbd28941d879d16c461ff8d3818e.zip mxe-2608d9ced323bbd28941d879d16c461ff8d3818e.tar.gz mxe-2608d9ced323bbd28941d879d16c461ff8d3818e.tar.bz2 |
screenshots for the docs (by Hans Bezemer)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -165,7 +165,8 @@ dist: | $(SED) 's,\(<span class="version">\)[^<]*\(</span>\),\1$(VERSION)\2,g' \ | $(SED) 's,\(<span class="target">\)[^<]*\(</span>\),\1$(TARGET)\2,g' \ >'$(TOP_DIR)/index.html' - cp -p '$(TOP_DIR)/index.html' 'mingw_cross_env-$(VERSION)/doc/' + cp -p '$(TOP_DIR)/index.html' 'mingw_cross_env-$(VERSION)/doc/' + cp -p '$(TOP_DIR)/doc'/screenshot-* '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/' |