# HG changeset patch # User markus schnalke # Date 1340568016 -7200 # Node ID 8800dbbaedc5eaa2b870f16a33fd6107b7d89e8c # Parent 4c0f13b1e0e8facf88bab2c563174c3ee59261f6 makefile: Target `spell' to help with spell checking. diff -r 4c0f13b1e0e8 -r 8800dbbaedc5 makefile --- a/makefile Sun Jun 24 21:59:29 2012 +0200 +++ b/makefile Sun Jun 24 22:00:16 2012 +0200 @@ -32,3 +32,7 @@ clean: rm -f $(NAME).ps $(NAME).pdf book.ps book.pdf rm -f *.ig + +spell: + sort -o terms terms + spell +terms *.roff | egrep -v '[0-9a-f]{40}'