Move website stuff into its own directory.

pull/1/head
Nicholas Marriott 2009-05-17 18:20:59 +00:00
parent 6805217783
commit 8dc73f2df5
8 changed files with 6 additions and 6 deletions

View File

@ -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

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -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">