summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-06-12 21:48:45 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-06-12 21:48:45 (GMT)
commit2608d9ced323bbd28941d879d16c461ff8d3818e (patch)
treed2d2ccdcf6f8a8f6d21954026469f639832c3b20 /Makefile
parent497b76327656758c25a3f1399432d9ceda152f96 (diff)
downloadmxe-2608d9ced323bbd28941d879d16c461ff8d3818e.zip
mxe-2608d9ced323bbd28941d879d16c461ff8d3818e.tar.gz
mxe-2608d9ced323bbd28941d879d16c461ff8d3818e.tar.bz2
screenshots for the docs (by Hans Bezemer)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0d3d15f..4398b58 100644
--- a/Makefile
+++ b/Makefile
@@ -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/'