From 2643958c80bcf6132a8f3be20bc59a845545a195 Mon Sep 17 00:00:00 2001
From: John Darrington <john@darrington.wattle.id.au>
Date: Thu, 12 Mar 2009 06:57:42 +0900
Subject: [PATCH] Remove repeated '@setfilename' lines from Texinfo source.

Remove lines '@setfilename ignored' from .texi files.
The Texinfo manual doesn't mention that more than
one @setfilename argument is allowed, and having
more than one seems to produce confusing docbook
output.
---
 doc/bugs.texi            | 1 -
 doc/command-index.texi   | 1 -
 doc/concept-index.texi   | 1 -
 doc/data-io.texi         | 1 -
 doc/data-selection.texi  | 1 -
 doc/expressions.texi     | 1 -
 doc/files.texi           | 1 -
 doc/flow-control.texi    | 1 -
 doc/function-index.texi  | 1 -
 doc/installing.texi      | 1 -
 doc/introduction.texi    | 1 -
 doc/invoking.texi        | 1 -
 doc/language.texi        | 1 -
 doc/not-implemented.texi | 1 -
 doc/regression.texi      | 1 -
 doc/statistics.texi      | 1 -
 doc/transformation.texi  | 1 -
 doc/utilities.texi       | 1 -
 doc/variables.texi       | 1 -
 19 files changed, 19 deletions(-)

diff --git a/doc/bugs.texi b/doc/bugs.texi
index 86208d92..d84d0312 100644
--- a/doc/bugs.texi
+++ b/doc/bugs.texi
@@ -19,4 +19,3 @@ sent by email to
 For known bugs in individual language features, see the documentation
 for that feature.
 
-@setfilename ignored
diff --git a/doc/command-index.texi b/doc/command-index.texi
index c53b1db6..d26f9074 100644
--- a/doc/command-index.texi
+++ b/doc/command-index.texi
@@ -1,4 +1,3 @@
 @node Command Index
 @chapter Command Index
 @printindex vr
-@setfilename ignored
diff --git a/doc/concept-index.texi b/doc/concept-index.texi
index 742488e4..29d8a624 100644
--- a/doc/concept-index.texi
+++ b/doc/concept-index.texi
@@ -1,4 +1,3 @@
 @node Concept Index
 @chapter Concept Index
 @printindex cp
-@setfilename ignored
diff --git a/doc/data-io.texi b/doc/data-io.texi
index 59132bfd..0b9583b0 100644
--- a/doc/data-io.texi
+++ b/doc/data-io.texi
@@ -1142,4 +1142,3 @@ specified output format, whereas @cmd{WRITE} outputs the
 system-missing value as a field filled with spaces.  Binary formats
 are an exception.
 @end itemize
-@setfilename ignored
diff --git a/doc/data-selection.texi b/doc/data-selection.texi
index e7a12853..04269f32 100644
--- a/doc/data-selection.texi
+++ b/doc/data-selection.texi
@@ -264,4 +264,3 @@ the next procedure (@pxref{TEMPORARY}).
 
 @cmd{WEIGHT} does not cause cases in the active file to be replicated in
 memory.
-@setfilename ignored
diff --git a/doc/expressions.texi b/doc/expressions.texi
index 1021708a..32ace6c2 100644
--- a/doc/expressions.texi
+++ b/doc/expressions.texi
@@ -1516,4 +1516,3 @@ subtraction.
 @item
 @code{AND  NOT  OR}
 @end enumerate
-@setfilename ignored
diff --git a/doc/files.texi b/doc/files.texi
index 2fd98927..13237490 100644
--- a/doc/files.texi
+++ b/doc/files.texi
@@ -800,4 +800,3 @@ the data is read by a procedure or procedure-like command.
 @end itemize
 
 @xref{SAVE}, for more information.
-@setfilename ignored
diff --git a/doc/flow-control.texi b/doc/flow-control.texi
index f501c65a..868143b3 100644
--- a/doc/flow-control.texi
+++ b/doc/flow-control.texi
@@ -170,4 +170,3 @@ variable as the loop index.
 When @cmd{LOOP} or @cmd{END LOOP} is specified following @cmd{TEMPORARY}
 (@pxref{TEMPORARY}), the @cmd{LAG} function may not be used
 (@pxref{LAG}).
-@setfilename ignored
diff --git a/doc/function-index.texi b/doc/function-index.texi
index 2a63e136..a41e60de 100644
--- a/doc/function-index.texi
+++ b/doc/function-index.texi
@@ -1,4 +1,3 @@
 @node Function Index
 @chapter Function Index
 @printindex fn
-@setfilename ignored
diff --git a/doc/installing.texi b/doc/installing.texi
index fe5caa38..5a9c2791 100644
--- a/doc/installing.texi
+++ b/doc/installing.texi
@@ -56,4 +56,3 @@ but only if that directory already exists.
 (optional) Type @samp{make clean} to delete the PSPP binaries
 from the source tree.
 @end enumerate
-@setfilename ignored
diff --git a/doc/introduction.texi b/doc/introduction.texi
index e87731b5..735a54c5 100644
--- a/doc/introduction.texi
+++ b/doc/introduction.texi
@@ -31,4 +31,3 @@ The author hopes to fully support all features in the products
 that PSPP replaces, eventually.  The author welcomes questions,
 comments, donations, and code submissions.  @xref{Bugs,,Submitting Bug
 Reports}, for instructions on contacting the author.
-@setfilename ignored
diff --git a/doc/invoking.texi b/doc/invoking.texi
index d7619358..6b45392b 100644
--- a/doc/invoking.texi
+++ b/doc/invoking.texi
@@ -224,4 +224,3 @@ Individual directories included in file searches.
 Each verbosity level also includes messages from lower verbosity levels.
 
 @end table
-@setfilename ignored
diff --git a/doc/language.texi b/doc/language.texi
index 43af0af7..62267414 100644
--- a/doc/language.texi
+++ b/doc/language.texi
@@ -1494,4 +1494,3 @@ The first nonterminal defined in a set of productions is called the
 @dfn{start symbol}.  The start symbol defines the entire syntax for
 that command.
 @end itemize
-@setfilename ignored
diff --git a/doc/not-implemented.texi b/doc/not-implemented.texi
index 0dd77d49..42e02b7c 100644
--- a/doc/not-implemented.texi
+++ b/doc/not-implemented.texi
@@ -9,4 +9,3 @@ implemented.
 
 @include doc/ni.texi
 
-@setfilename ignored
diff --git a/doc/regression.texi b/doc/regression.texi
index 90caf866..b47416b7 100644
--- a/doc/regression.texi
+++ b/doc/regression.texi
@@ -110,4 +110,3 @@ list.
 regression /variables=v0 v1 v2 /statistics defaults /dependent=v2 
            /save pred resid /method=enter.
 @end example
-@setfilename ignored
diff --git a/doc/statistics.texi b/doc/statistics.texi
index 89e5e83c..311f5d7a 100644
--- a/doc/statistics.texi
+++ b/doc/statistics.texi
@@ -814,7 +814,6 @@ If the total sum of the coefficients are not zero, then PSPP will
 display a warning, but will proceed with the analysis.
 The @code{CONTRAST} subcommand may be given up to 10 times in order
 to specify different contrast tests.
-@setfilename ignored
 
 @node RANK
 @comment  node-name,  next,  previous,  up
diff --git a/doc/transformation.texi b/doc/transformation.texi
index 2a52ad17..5eedba64 100644
--- a/doc/transformation.texi
+++ b/doc/transformation.texi
@@ -553,4 +553,3 @@ If workspace is exhausted, it falls back to a merge sort algorithm that
 involves creates numerous temporary files.
 
 @cmd{SORT CASES} may not be specified following TEMPORARY.  
-@setfilename ignored
diff --git a/doc/utilities.texi b/doc/utilities.texi
index d825b9ab..95cfa25d 100644
--- a/doc/utilities.texi
+++ b/doc/utilities.texi
@@ -787,4 +787,3 @@ on the output device.
 Specify a title as a string in quotes.  The alternate syntax that did
 not require quotes is now obsolete.  If it is used then the title is
 converted to all uppercase.
-@setfilename ignored
diff --git a/doc/variables.texi b/doc/variables.texi
index d5e2d145..08c4bdea 100644
--- a/doc/variables.texi
+++ b/doc/variables.texi
@@ -555,4 +555,3 @@ variables
 to the specified format specification.  Its syntax is identical to
 that of FORMATS (@pxref{FORMATS}), but @cmd{WRITE FORMATS} sets only
 write formats, not print formats.
-@setfilename ignored
-- 
2.30.2