Updating to version 1.3.2, last public release by Mike Vanier.
[gnushogi.git] / doc / Makefile
index 2281134..8349954 100644 (file)
@@ -31,7 +31,7 @@ ps2:
 
 spell:
        tr '[A-Z]' '[a-z]' < gnushogi.texinfo | tr -cd '[A-Za-z0-9_ \012]' | \
-       tr -s '[ ]' '\012' | sort | uniq -c | sort -nr | spell
+       tr -s '[ ]' '\012' | sort | uniq -c | sort -nr | spell | sort | uniq
 
 clean:
        @for file in $(CLEANFILES); \