* doc/misc/ert.texi: Add a titlepage. Use @insertcopying.
authorGlenn Morris <rgm@gnu.org>
Fri, 3 Jan 2014 03:00:39 +0000 (19:00 -0800)
committerGlenn Morris <rgm@gnu.org>
Fri, 3 Jan 2014 03:00:39 +0000 (19:00 -0800)
doc/misc/ChangeLog
doc/misc/ert.texi

index 13bcdb7..9eb485e 100644 (file)
@@ -1,5 +1,7 @@
 2014-01-03  Glenn Morris  <rgm@gnu.org>
 
+       * ert.texi: Add a titlepage.  Use @insertcopying.
+
        * calc.texi (Top): Use @top rather than @chapter.
 
 2014-01-03  Aidan Gauland  <aidalgol@amuri.net>
index c964274..3faceaf 100644 (file)
@@ -25,9 +25,21 @@ modify this GNU manual.''
 @end quotation
 @end copying
 
+@titlepage
+@title Emacs Lisp Regression Testing
+@page
+@vskip 0pt plus 1filll
+@insertcopying
+@end titlepage
+
+@contents
+
+@ifnottex
 @node Top
 @top ERT: Emacs Lisp Regression Testing
 
+@insertcopying
+
 ERT is a tool for automated testing in Emacs Lisp.  Its main features
 are facilities for defining tests, running them and reporting the
 results, and for debugging test failures interactively.
@@ -85,6 +97,7 @@ Appendix
 
 @end detailmenu
 @end menu
+@end ifnottex
 
 @node Introduction
 @chapter Introduction