diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Makefile.am | 3 | ||||
| -rw-r--r-- | doc/gendocs_template | 4 | ||||
| -rw-r--r-- | doc/mdk.texi | 8 | ||||
| -rw-r--r-- | doc/mdk_ack.texi | 13 | 
4 files changed, 16 insertions, 12 deletions
| diff --git a/doc/Makefile.am b/doc/Makefile.am index 6a41cad..e127057 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -23,4 +23,5 @@ mdk_TEXINFOS = mdk_intro.texi mdk_ack.texi mdk_tut.texi mdk_gstart.texi \  EXTRA_DIST = MIX.DOC COPYING.MIX.DOC  gendocs: $(mdk_TEXINFOS) -	(cd $(top_srcdir)/doc && ./gendocs.sh --email bug-mdk@gnu.org mdk 'GNU MDK User Manual') +	(cd $(top_srcdir)/doc && \ +         ./gendocs.sh --email bug-mdk@gnu.org mdk 'GNU MDK Users Manual') diff --git a/doc/gendocs_template b/doc/gendocs_template index f3a3ff6..63fbe53 100644 --- a/doc/gendocs_template +++ b/doc/gendocs_template @@ -45,8 +45,6 @@      (%%ASCII_GZ_SIZE%%K bytes gzipped)</a>.</li>  <li><a href="%%PACKAGE%%.dvi.gz">TeX dvi file      (%%DVI_GZ_SIZE%%K bytes gzipped)</a>.</li> -<li><a href="%%PACKAGE%%.ps.gz">PostScript file -    (%%PS_GZ_SIZE%%K bytes gzipped)</a>.</li>  <li><a href="%%PACKAGE%%.pdf">PDF file      (%%PDF_SIZE%%K bytes)</a>.</li>  <li><a href="%%PACKAGE%%.texi.tar.gz">Texinfo source @@ -77,7 +75,7 @@ the FSF.<br />  Please send broken links and other corrections or suggestions to  <a href="mailto:%%EMAIL%%"><%%EMAIL%%></a>.</p> -<p>Copyright © 2012 Free Software Foundation, Inc.</p> +<p>Copyright © 2013 Free Software Foundation, Inc.</p>  <p>Verbatim copying and distribution of this entire article are  permitted worldwide, without royalty, in any medium, provided this diff --git a/doc/mdk.texi b/doc/mdk.texi index fa42faa..9fec7fa 100644 --- a/doc/mdk.texi +++ b/doc/mdk.texi @@ -7,9 +7,9 @@  @setchapternewpage odd  @c %**end of header -@set UPDATED January, 2014 -@set EDITION 1.2.8 -@set VERSION 1.2.8 +@set UPDATED November, 2015 +@set EDITION 1.2.9 +@set VERSION 1.2.9  @set JAO Jose Antonio Ortega Ruiz  @set PHILIP Philip E. King  @set PIETER Pieter E. J. Pareit @@ -20,7 +20,7 @@ This manual is for GNU MDK (version @value{VERSION}, @value{UPDATED}),  a set of utilities for developing programs using Donald Knuth's MIX  mythical computer and MIXAL, its assembly language. -Copyright @copyright{} 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2013, 2014 Free Software Foundation, Inc. +Copyright @copyright{} 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010, 2013, 2014, 2015 Free Software Foundation, Inc.  @quotation  Permission is granted to copy, distribute and/or modify this document diff --git a/doc/mdk_ack.texi b/doc/mdk_ack.texi index 6d4e885..6eedde4 100644 --- a/doc/mdk_ack.texi +++ b/doc/mdk_ack.texi @@ -1,6 +1,6 @@  @c -*-texinfo-*-  @c This is part of the GNU MDK Reference Manual. -@c Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, 2013, 2014 +@c Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, 2013, 2014, 2015  @c   Free Software Foundation, Inc.  @c See the file mdk.texi for copying conditions. @@ -9,8 +9,9 @@  @unnumbered Acknowledgements  Many people have further contributed to @sc{mdk} by reporting problems, -suggesting various improvements, or submitting actual code. Here is -a list of these people. Help me keep it complete and exempt of errors. +suggesting various improvements, or submitting actual code. Here is a +list of these people. Please, help me keep it complete and exempt of +errors.  @itemize @bullet  @item Philip Ellis King @@ -34,6 +35,10 @@ is the author of the German translation of @sc{mdk}'s user interface.  @item Sergey Poznyakoff  provided patches to mixlib/mix_scanner.l improving MIXAL compliance. +@item Sergey Litvin +implemented the instructions @code{SLB}, @code{SRB}, @code{JAE}, +@code{JAO}, @code{JXE}, and @code{JXO} from volume 2 of TAOCP. +  @item Francesc Xavier Noria  kindly and thoroughly reviewed the @sc{mdk} documentation, providing  insightful advice. @@ -53,7 +58,7 @@ packages for it.  @item Jason Uhlenkott, Andrew Hood, Radu Butnaru, Ruslan Batdalov, WeiZheng, Sascha Wilde, Michael Vernov and Xiaofeng Zhao  reported bugs and suggested fixes to them. -@item Eli Bendersky, Milan Bella and Jens Seidel reported bugs on the documentation. +@item Joshua Davies, Eli Bendersky, Milan Bella and Jens Seidel reported bugs on the documentation.  @item Christoph von Nathusius, Stephen Ramsay  and Johan Swanljung  tested @sc{mdk} on different platforms, and helped fixing the configuration | 
