head	1.8;
access;
symbols
	old_RELENG_5_5_0_RELEASE:1.6
	old_RELENG_5_5:1.6.0.14
	old_RELENG_5_5_BP:1.6
	old_RELENG_6_1_0_RELEASE:1.6
	old_RELENG_6_1:1.6.0.12
	old_RELENG_6_1_BP:1.6
	old_RELENG_6_0_0_RELEASE:1.6
	old_RELENG_6_0:1.6.0.10
	old_RELENG_6_0_BP:1.6
	old_RELENG_6:1.6.0.8
	old_RELENG_6_BP:1.6
	old_RELENG_5_4_0_RELEASE:1.6
	old_RELENG_5_4:1.6.0.6
	old_RELENG_5_4_BP:1.6
	old_RELENG_5_3_0_RELEASE:1.6
	old_RELENG_5_3:1.6.0.4
	old_RELENG_5_3_BP:1.6
	old_RELENG_5:1.6.0.2
	old_RELENG_5_BP:1.6
	old_RELENG_5_2_1_RELEASE:1.3
	old_RELENG_5_2_0_RELEASE:1.3
	old_RELENG_5_2:1.3.0.2
	old_RELENG_5_2_BP:1.3
	old_RELENG_5_1_0_RELEASE:1.2
	old_RELENG_5_1:1.2.0.2
	old_RELENG_5_1_BP:1.2;
locks; strict;
comment	@# @;


1.8
date	2007.07.30.20.30.06;	author des;	state Exp;
branches;
next	1.7;

1.7
date	2006.11.07.13.10.59;	author des;	state Exp;
branches;
next	1.6;

1.6
date	2004.01.25.19.11.43;	author des;	state Exp;
branches;
next	1.5;

1.5
date	2004.01.11.19.05.48;	author des;	state Exp;
branches;
next	1.4;

1.4
date	2004.01.11.19.00.03;	author des;	state Exp;
branches;
next	1.3;

1.3
date	2003.08.01.07.55.13;	author des;	state Exp;
branches;
next	1.2;

1.2
date	2003.05.17.14.15.59;	author des;	state Exp;
branches;
next	1.1;

1.1
date	2003.05.15.10.48.50;	author des;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Drop daemon.png and update favicon.ico.
@
text
@# $FreeBSD$

CGI		 = index.cgi
DATA		 = tb.css
IMAGES		 = favicon.ico valid-css.png valid-xhtml10.png
CLEANFILES	+= ${IMAGES}
WWWDIR		?= ${HOME}/public_html
WWWOWN		?= ${USER}
WWWGRP		?= ${USER}

all: ${IMAGES}

realinstall:
	${INSTALL} -m0755 -o${WWWOWN} -g${WWWGRP} ${.CURDIR}/${CGI} ${WWWDIR}
.for _data in ${DATA}
	${INSTALL} -m0644 -o${WWWOWN} -g${WWWGRP} ${.CURDIR}/${_data} ${WWWDIR}
.endfor
.for _image in ${IMAGES}
	${INSTALL} -m0644 -o${WWWOWN} -g${WWWGRP} ${_image} ${WWWDIR}
.endfor

${IMAGES}: ${.TARGET}.uu
	uudecode ${.ALLSRC}

.include <bsd.prog.mk>
@


1.7
log
@Commit the icons that are actually used on tinderbox.des.no, and add RCS
tags to .uu files.
@
text
@d5 1
a5 1
IMAGES		 = daemon.png favicon.ico valid-css.png valid-xhtml10.png
@


1.6
log
@Fix the case where .OBJDIR != .CURDIR.
@
text
@d5 1
a5 1
IMAGES		 = daemon.png valid-css.png valid-xhtml10.png
@


1.5
log
@Add ${IMAGES} to CLEANFILES.
@
text
@d15 5
a19 2
.for FILE in ${DATA} ${IMAGES}
	${INSTALL} -m0644 -o${WWWOWN} -g${WWWGRP} ${.CURDIR}/${FILE} ${WWWDIR}
@


1.4
log
@Store binary files in uuencoded form.
@
text
@d6 1
@


1.3
log
@Use PNG instead of GIF; add WWWOWN and WWWGRP variables to the Makefile;
add a shortcut icon.
@
text
@d4 2
a5 1
DATA		 = tb.css daemon.png valid-css.png valid-xhtml10.png
d10 2
d14 1
a14 1
.for FILE in ${DATA}
d17 3
@


1.2
log
@Make sure realinstall works when ${.OBJDIR} != ${.CURDIR}.
@
text
@d4 1
a4 1
DATA		 = tb.css valid-css.gif valid-xhtml10.png
d6 2
d10 1
a10 1
	${INSTALL} -m 0755 ${.CURDIR}/${CGI} ${WWWDIR}
d12 1
a12 1
	${INSTALL} -m 0644 ${.CURDIR}/${FILE} ${WWWDIR}
@


1.1
log
@Add a Makefile for the web bits.
@
text
@d8 4
a11 2
	${INSTALL} -m 0755 ${CGI} ${WWWDIR}
	${INSTALL} -m 0644 ${DATA} ${WWWDIR}
@

