convert one-line quotes to 80-column wrapped quotes
1 files changed, 2 insertions(+), 0 deletions(-) A Makefile
A Makefile => Makefile +2 -0
@@ 0,0 1,2 @@ +quotes: quotes.raw + fold -s quotes.raw > $@