# Lay Greg-format mailing list out in columns.
# "sed '$d'" is to remove the trailing blank line from the nroff output.

mail-list.pretty: mail-list
	tbl mail-list | nroff | sed '$d' > mail-list.pretty
