X-Git-Url: http://winboard.nl/cgi-bin?p=gnushogi.git;a=blobdiff_plain;f=doc%2FMakefile.am;h=950a5e4e716c4693f51bb385e6b21a9feb24900a;hp=fab0a4dff9e56774e6ba2e97871ae7c4dd1bd2e4;hb=eb8231a325c8d43e768ee7b0e6cfd33f302e6795;hpb=a6f49d3554654e23ce1d4c3b04a8c10df0d735c6 diff --git a/doc/Makefile.am b/doc/Makefile.am index fab0a4d..950a5e4 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -27,11 +27,13 @@ dist_man_MANS = gnushogi.6 dist_doc_DATA = \ BOOKFILES \ - PORTING \ shogi.rules \ tutorial1.gam \ tutorial2.gam +dist_noinst_DATA = \ + PORTING + spell: tr '[A-Z]' '[a-z]' < $(srcdir)/gnushogi.texi | tr -cd '[A-Za-z0-9_ \012]' | \ tr -s '[ ]' '\012' | sort | uniq -c | sort -nr | spell | sort | uniq