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