diff --git a/Makefile b/Makefile index f2c52d2e..22dcefd2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.117 2009-04-01 18:21:23 nicm Exp $ +# $Id: Makefile,v 1.118 2009-04-02 22:12:28 nicm Exp $ .SUFFIXES: .c .o .y .h .PHONY: clean update-index.html upload-index.html @@ -136,10 +136,18 @@ lint: clean: rm -f ${CLEANFILES} -upload-index.html: - scp index.html nicm@web.sf.net:/home/groups/t/tm/tmux/htdocs +upload-index.html: update-index.html + scp index.html images/*.png \ + nicm,tmux@web.sf.net:/home/groups/t/tm/tmux/htdocs + rm -f images/small-* update-index.html: + (cd 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 install: all diff --git a/images/tmux1.png b/images/tmux1.png new file mode 100644 index 00000000..f5237cb2 Binary files /dev/null and b/images/tmux1.png differ diff --git a/images/tmux2.png b/images/tmux2.png new file mode 100644 index 00000000..16fc520a Binary files /dev/null and b/images/tmux2.png differ diff --git a/images/tmux3.png b/images/tmux3.png new file mode 100644 index 00000000..3c357b99 Binary files /dev/null and b/images/tmux3.png differ diff --git a/images/tmux4.png b/images/tmux4.png new file mode 100644 index 00000000..fdd504bb Binary files /dev/null and b/images/tmux4.png differ diff --git a/images/tmux5.png b/images/tmux5.png new file mode 100644 index 00000000..d263622d Binary files /dev/null and b/images/tmux5.png differ diff --git a/index.html.in b/index.html.in index 5e0387c9..f90bab9a 100644 --- a/index.html.in +++ b/index.html.in @@ -1,4 +1,4 @@ - + @@ -11,5 +11,14 @@

Please see the release notes and FAQ (note these are for CVS HEAD).

The change log, up to CVS HEAD, is here.

The project page is here.

+Screenshots (from CVS HEAD) + + + + + + + +