# Making html dictionary
fitswe.html: ../bin/fitswe.html
../bin/fitswe.html: fitswe.xml
@echo
@echo "*** Making html file of the dictionary ***"
@echo
@xsltproc fitswe.xsl fitswe.xml > ../bin/fitswe.html
# "make clean" is there to remove the binary files at will.
clean:
@rm -f ../bin/*.fst ../bin/*.save ../bin/*.bin ../bin/*.html