summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-05-17 18:20:59 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-05-17 18:20:59 +0000
commit8dc73f2df54ccb0c019e5e5a96ae238765158b0c (patch)
tree80f387926251d2abb66efd1b33febf38824b8a31
parent680521778310ed3c0c4c1254cc7aca9133374ecd (diff)
Move website stuff into its own directory.
-rw-r--r--tools/dist.mk10
-rw-r--r--www/images/tmux1.png (renamed from images/tmux1.png)bin3813 -> 3813 bytes
-rw-r--r--www/images/tmux2.png (renamed from images/tmux2.png)bin19080 -> 19080 bytes
-rw-r--r--www/images/tmux3.png (renamed from images/tmux3.png)bin18603 -> 18603 bytes
-rw-r--r--www/images/tmux4.png (renamed from images/tmux4.png)bin6175 -> 6175 bytes
-rw-r--r--www/images/tmux5.png (renamed from images/tmux5.png)bin30468 -> 30468 bytes
-rw-r--r--www/images/tmux6.png (renamed from images/tmux6.png)bin32868 -> 32868 bytes
-rw-r--r--www/index.html.in (renamed from index.html.in)2
8 files changed, 6 insertions, 6 deletions
diff --git a/tools/dist.mk b/tools/dist.mk
index daaec1ee..3e11b7f5 100644
--- a/tools/dist.mk
+++ b/tools/dist.mk
@@ -1,4 +1,4 @@
-# $Id: dist.mk,v 1.1 2009-05-17 18:15:41 nicm Exp $
+# $Id: dist.mk,v 1.2 2009-05-17 18:20:59 nicm Exp $
VERSION= 0.8
@@ -18,15 +18,15 @@ dist:
-f ${DISTDIR}.tar.gz ${DISTFILES}
upload-index.html: update-index.html
- scp index.html images/*.png \
+ scp www/index.html www/images/*.png \
nicm,tmux@web.sf.net:/home/groups/t/tm/tmux/htdocs
- rm -f images/small-*
+ rm -f www/index.html www/images/small-*
update-index.html:
- (cd images && \
+ (cd www/images && \
rm -f small-* && \
for i in *.png; do \
convert "$$i" -resize 200x150 "small-$$i"; \
done \
)
- sed "s/%%VERSION%%/${VERSION}/g" index.html.in >index.html
+ sed "s/%%VERSION%%/${VERSION}/g" www/index.html.in >www/index.html
diff --git a/images/tmux1.png b/www/images/tmux1.png
index f5237cb2..f5237cb2 100644
--- a/images/tmux1.png
+++ b/www/images/tmux1.png
Binary files differ
diff --git a/images/tmux2.png b/www/images/tmux2.png
index 16fc520a..16fc520a 100644
--- a/images/tmux2.png
+++ b/www/images/tmux2.png
Binary files differ
diff --git a/images/tmux3.png b/www/images/tmux3.png
index 3c357b99..3c357b99 100644
--- a/images/tmux3.png
+++ b/www/images/tmux3.png
Binary files differ
diff --git a/images/tmux4.png b/www/images/tmux4.png
index 9e3da3f1..9e3da3f1 100644
--- a/images/tmux4.png
+++ b/www/images/tmux4.png
Binary files differ
diff --git a/images/tmux5.png b/www/images/tmux5.png
index d263622d..d263622d 100644
--- a/images/tmux5.png
+++ b/www/images/tmux5.png
Binary files differ
diff --git a/images/tmux6.png b/www/images/tmux6.png
index 5e624da8..5e624da8 100644
--- a/images/tmux6.png
+++ b/www/images/tmux6.png
Binary files differ
diff --git a/index.html.in b/www/index.html.in
index 1a48b71e..36d04b55 100644
--- a/index.html.in
+++ b/www/index.html.in
@@ -1,4 +1,4 @@
-<!-- $Id: index.html.in,v 1.6 2009-04-21 20:10:22 nicm Exp $ -->
+<!-- $Id: index.html.in,v 1.1 2009-05-17 18:20:59 nicm Exp $ -->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">