From: Ralph Corderoy Date: Sat, 13 May 2017 17:35:15 +0000 (+0100) Subject: Makefile.am: Alter long lists to be sorted, one entry per line. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/665dfc96f45c47ecfae79f1baa2c29dabe5a2ded?ds=inline;hp=665dfc96f45c47ecfae79f1baa2c29dabe5a2ded Makefile.am: Alter long lists to be sorted, one entry per line. It was hard to see what files were included in some variables when searching for the best place for new content. Some variables had definitions that were almost sorted, by weren't. Switch to a one-entry-per-line list, in `LC_ALL=C sort' order, documented at the start of the file. Makes it easy to run through the lists and see the patterns. ---