LINKS = JF-CVS-README JF-committers

# Branch dirs:
HEAD = ../cvswork/HEAD

.SUFFIXES: .m4 .html

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

all: contents makelink gofer-task

sync: all
	./dosync

makelink:
	ln -fs ../JF-CVS-README-SRC JF-CVS-README
	ln -fs ../JF-committers JF-committers
#	ln -fs ../cvswork/public_html/www snapshot

gofer-task:
	cd JF-gofer-task-howto; make

contents: index.html progress.html

*.html: jf_www.m4

clean:
	rm -f index.html progress.html $(LINKS) snapshot
	cd JF-gofer-task-howto; make clean
