1#
2#	Scripts to format dictionary files.
3#
4#	$Id: d3b199c507e20c7f3d95beeeefc5c4274a4eecd0 $
5#
6
7#
8#  This should only be run by hand, and then sanity checked by hand!
9#
10format: $(wildcard dictionary*)
11	@for x in $(wildcard dictionary*) ; do \
12		./format.pl $$x; \
13	done
14