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