summaryrefslogtreecommitdiffstats
path: root/data/spelling/Makefile
blob: 3c3186194e8e32e61a9f1c2c9b681236242c12c4 (plain)
1
2
3
4
5
6
sort: sort-corrections sort-corrections-case sort-corrections-multiword

sort-%: %
	csplit --prefix $<- $< '/^$$/'
	LC_ALL=en_US.UTF-8 sort -u $<-01 | cat $<-00 - > $<
	rm -f $<-0[01]