summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--doc/index.html19
-rw-r--r--doc/screenshot-4th-compile-small.pngbin0 -> 26624 bytes
-rw-r--r--doc/screenshot-4th-compile.pngbin0 -> 245761 bytes
-rw-r--r--doc/screenshot-4th-run-small.pngbin0 -> 11071 bytes
-rw-r--r--doc/screenshot-4th-run.pngbin0 -> 116723 bytes
6 files changed, 21 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/'
diff --git a/doc/index.html b/doc/index.html
index 85053e8..b56daa5 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -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>
diff --git a/doc/screenshot-4th-compile-small.png b/doc/screenshot-4th-compile-small.png
new file mode 100644
index 0000000..8ba7b33
--- /dev/null
+++ b/doc/screenshot-4th-compile-small.png
Binary files differ
diff --git a/doc/screenshot-4th-compile.png b/doc/screenshot-4th-compile.png
new file mode 100644
index 0000000..4aa3ed4
--- /dev/null
+++ b/doc/screenshot-4th-compile.png
Binary files differ
diff --git a/doc/screenshot-4th-run-small.png b/doc/screenshot-4th-run-small.png
new file mode 100644
index 0000000..f6ece44
--- /dev/null
+++ b/doc/screenshot-4th-run-small.png
Binary files differ
diff --git a/doc/screenshot-4th-run.png b/doc/screenshot-4th-run.png
new file mode 100644
index 0000000..6159a3a
--- /dev/null
+++ b/doc/screenshot-4th-run.png
Binary files differ