summaryrefslogtreecommitdiffstats
path: root/share/Makefile
blob: d3b199c507e20c7f3d95beeeefc5c4274a4eecd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
#	Scripts to format dictionary files.
#
#	$Id$
#

#
#  This should only be run by hand, and then sanity checked by hand!
#
format: $(wildcard dictionary*)
	@for x in $(wildcard dictionary*) ; do \
		./format.pl $$x; \
	done