1all:
2	@echo converting 1 ...
3	perl bfnnconv.pl fftw-faq.bfnn
4	@echo converting 2 ...
5	perl bfnnconv.pl fftw-faq.bfnn
6
7install-html: all
8	cp fftw-faq.html/* $(HOME)/WWW/faq/
9
10clean:
11	rm -f *~ core a.out *.lout *.ps *.info *.ascii *.xrefdb *.post
12	rm -rf *.html
13