summaryrefslogtreecommitdiff
path: root/util/lint/Makefile
blob: 1a4fec8c903c8a13a53cb3bc905f8c5aed6fea14 (plain)
1
2
3
4
5
6
sort: sort-spelling.txt

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