#
# Makefile for contents in www/announcement.
# $Id: Makefile,v 1.5 2000/04/22 04:09:55 fuku Exp $
#

OBJS = index.html renewal-1.html renewal-2.html conf22.html Configure.help.html

.SUFFIXES: .m4 .html

.m4.html:
	m4 -P $*.m4 | nkf -w > $*.html

default: $(OBJS)

*.html: ../jf_www.m4

renewal-1.html: renewal-1.euc
renewal-2.html: renewal-2.euc
conf22.html:    conf22.euc
Configure.help.html: Configure.help.euc

clean:
	rm -f $(OBJS)
