head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2004.10.09.06.06.36;	author myunggoni;	state Exp;
branches;
next	;


desc
@@


1.1
log
@add file
@
text
@#	$Id: Makefile,v 1.10 2004/07/06 16:31:22 pyrasis Exp $
#
# make upload: upload .html files to the official site. 

WWW=		moss.kldp.net:/var/lib/gforge/chroot/home/groups/moss/htdocs

SRCS=		index.html

SCP=		scp

all:

upload:
	${SCP} ${SRCS} ${WWW}
@
