
index.html: local.html Policy.class webCDcreator.jar
	cat local.html | sed s/localhost/`hostname`/g > index.html

Policy.class: Policy.java
	javac Policy.java

webCDcreator.jar:
	# webCDcreator.jar is missing
	# Go to the policyation manual for compiling and signing webCDcreator
	# or download webCDwriter-*-signed.tgz
	exit 1

clean:
	rm -f *~ .nfs* core .directory

maintainer-clean: clean
	rm -f index.html *.class webCDcreator.jar
