changeset 392:7231888a5658

screenshots for the docs (by Hans Bezemer)
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 12 Jun 2009 23:48:45 +0200
parents 8349a6576cac
children e5d8bae9ec6a
files Makefile doc/index.html doc/screenshot-4th-compile-small.png doc/screenshot-4th-compile.png doc/screenshot-4th-run-small.png doc/screenshot-4th-run.png
diffstat 6 files changed, 21 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Jun 11 12:05:57 2009 +0200
+++ b/Makefile	Fri Jun 12 23:48:45 2009 +0200
@@ -165,7 +165,8 @@
 	| $(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/'
--- a/doc/index.html	Thu Jun 11 12:05:57 2009 +0200
+++ b/doc/index.html	Fri Jun 12 23:48:45 2009 +0200
@@ -48,6 +48,9 @@
             border: thin dotted #ccc;
             padding: 2pt;
         }
+        img {
+            border: thin solid #000;
+        }
         #navigation a {
             text-decoration: none;
             color: #00f;
@@ -104,6 +107,7 @@
 
     <ul>
         <li><a href="#introduction"  >Introduction</a></li>
+        <li><a href="#screenshots"   >Screenshots</a></li>
         <li><a href="#tutorial"      >Tutorial</a></li>
         <li><a href="#latest-release">Latest Release</a></li>
         <li><a href="#development"   >Development Version</a></li>
@@ -171,6 +175,21 @@
 </div>
 
 <div class="section">
+<h2 id="screenshots">Screenshots</h2>
+
+    <p>
+    Cross compiling
+    <a href="http://www.xs4all.nl/~thebeez/4tH/">4tH</a>:
+    </p>
+    <a href="screenshot-4th-compile.png"><img src="screenshot-4th-compile-small.png"></a>
+
+    <p>
+    and running it:
+    </p>
+    <a href="screenshot-4th-run.png"><img src="screenshot-4th-run-small.png"></a>
+</div>
+
+<div class="section">
 <h2 id="tutorial">Tutorial</h2>
 
     <h3>Step 1: Download and Unpack</h3>
Binary file doc/screenshot-4th-compile-small.png has changed
Binary file doc/screenshot-4th-compile.png has changed
Binary file doc/screenshot-4th-run-small.png has changed
Binary file doc/screenshot-4th-run.png has changed