changeset 2627:0b852cbea582

[project @ 1997-01-27 04:07:05 by jwe]
author jwe
date Mon, 27 Jan 1997 04:09:13 +0000
parents b35a5cd8107f
children 92fff89649c5
files doc/ChangeLog doc/interpreter/Makefile.in doc/interpreter/bugs.texi doc/interpreter/bugs1.texi doc/interpreter/install.texi doc/interpreter/install1.texi
diffstat 6 files changed, 56 insertions(+), 53 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Mon Jan 27 01:43:16 1997 +0000
+++ b/doc/ChangeLog	Mon Jan 27 04:09:13 1997 +0000
@@ -1,3 +1,14 @@
+Sun Jan 26 22:07:45 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* interpreter/Makefile.in: Make BUGS file directly from bugs.texi.
+	* interpreter/bugs.texi: Incorporate bugs1.texi directly.
+	* interpreter/bugs1.texi: Delete.
+
+	* interpreter/Makefile.in: Make INSTALL file directly from
+	install.texi.
+	* interpreter/install.texi: Incorporate install1.texi directly.
+	* interpreter/install1.texi: Delete.
+
 Sat Jan 25 22:32:33 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* Makefile.in, interpreter/Makefile.in, liboctave/Makefile.in,
--- a/doc/interpreter/Makefile.in	Mon Jan 27 01:43:16 1997 +0000
+++ b/doc/interpreter/Makefile.in	Mon Jan 27 04:09:13 1997 +0000
@@ -20,11 +20,11 @@
 
 SOURCES =
 
-TEXINFO = amuse.texi arith.texi audio.texi bugs.texi bugs1.texi \
+TEXINFO = amuse.texi arith.texi audio.texi bugs.texi \
 	control.texi cp-idx.texi diffeq.texi emacs.texi expr.texi \
 	extend.texi fn-idx.texi func.texi gnuinfo.texi help.texi \
 	history.texi hsuser.texi image.texi in-idx.texi install.texi \
-	install1.texi intro.texi invoke.texi io.texi linalg.texi \
+	intro.texi invoke.texi io.texi linalg.texi \
 	matrix.texi nonlin.texi octave.texi op-idx.texi optim.texi \
 	plot.texi poly.texi preface.texi program.texi quad.texi \
 	rd-idx.texi rluser.texi set.texi signal.texi special.texi \
@@ -90,14 +90,14 @@
 octave.ps: octave.dvi
 	-dvips -o octave.ps octave.dvi
 
-../../INSTALL.OCTAVE: install1.texi install.texi
-	-makeinfo --no-header --output INSTALL -I$(srcdir) \
-	  $(srcdir)/install1.texi
+../../INSTALL.OCTAVE: install.texi
+	-makeinfo -D INSTALLONLY --no-headers --no-split --output INSTALL \
+	  -I$(srcdir) $(srcdir)/install.texi
 	mv INSTALL ../../INSTALL.OCTAVE
 
-../../BUGS: bugs1.texi bugs.texi
-	-makeinfo --no-header --output BUGS -I$(srcdir) \
-	  $(srcdir)/bugs1.texi
+../../BUGS: bugs.texi
+	-makeinfo -D BUGSONLY --no-headers --no-split --output BUGS \
+	  -I$(srcdir) $(srcdir)/bugs1.texi
 	mv BUGS ../../BUGS
 
 check: all
--- a/doc/interpreter/bugs.texi	Mon Jan 27 01:43:16 1997 +0000
+++ b/doc/interpreter/bugs.texi	Mon Jan 27 04:09:13 1997 +0000
@@ -9,6 +9,21 @@
 @node Trouble, Command Line Editing, Installation, Top
 @appendix Known Causes of Trouble with Octave
 @end ifclear
+
+@ifset BUGSONLY
+@include conf.texi
+
+This file documents known bugs in Octave and describes where and how to
+report any bugs that you may find.
+
+Copyright (C) 1996 John W. Eaton.  You may copy, distribute, and
+modify it freely as long as you preserve this copyright notice and
+permission notice.
+
+@node Trouble, Trouble, Trouble, (dir)
+@chapter Known Causes of Trouble with Octave
+@end ifset
+
 @cindex bugs, known
 @cindex installation trouble
 @cindex known causes of trouble
@@ -464,3 +479,7 @@
 
 @strong{Please do not} send requests to be added or removed from the the
 mailing list, or other administrative trivia to the list itself.
+
+@ifset BUGSONLY
+@bye
+@end ifset
--- a/doc/interpreter/bugs1.texi	Mon Jan 27 01:43:16 1997 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-@c Copyright (C) 1996 John W. Eaton
-@c This is part of the Octave manual.
-@c For copying conditions, see the file gpl.texi.
-
-@setfilename BUGS
-@set BUGSONLY
-
-@include conf.texi
-
-@c The immediately following lines apply to the BUGS file
-@c which is generated using this file.
-
-This file documents known bugs in Octave and describes where and how to
-report any bugs that you may find.
-
-Copyright (C) 1996 John W. Eaton.  You may copy, distribute, and
-modify it freely as long as you preserve this copyright notice and
-permission notice.
-
-@node Trouble,,, (dir)
-@chapter Known Causes of Trouble with Octave
-@include bugs.texi
-@bye
--- a/doc/interpreter/install.texi	Mon Jan 27 01:43:16 1997 +0000
+++ b/doc/interpreter/install.texi	Mon Jan 27 04:09:13 1997 +0000
@@ -9,6 +9,20 @@
 @node Installation, Trouble, Emacs, Top
 @appendix Installing Octave
 @end ifclear
+
+@ifset INSTALLONLY
+@include conf.texi
+
+This file documents the installation of Octave.
+
+Octave is free software; you can redistribute it and/or modify it
+under the terms of the GNU General Public License as published by the
+Free Software Foundation.
+
+@node Installation, Installation, Installation, (dir)
+@chapter Installing Octave
+@end ifset
+
 @cindex installing Octave
 
 Here is the procedure for installing Octave from scratch on a Unix
@@ -458,3 +472,7 @@
 Type @samp{make binary-dist}.  This will build everything and then pack
 it up for distribution.
 @end itemize
+
+@ifset INSTALLONLY
+@bye
+@end ifset
--- a/doc/interpreter/install1.texi	Mon Jan 27 01:43:16 1997 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-@c Copyright (C) 1996 John W. Eaton
-@c This is part of the Octave manual.
-@c For copying conditions, see the file gpl.texi.
-
-@setfilename INSTALL
-@set INSTALLONLY
-
-@include conf.texi
-
-@c The immediately following lines apply to the INSTALL file
-@c which is generated using this file.
-
-This file documents the installation of Octave.
-
-Octave is free software; you can redistribute it and/or modify it
-under the terms of the GNU General Public License as published by the
-Free Software Foundation.
-
-@node Installation, Installation, Installation, (dir)
-@chapter Installing Octave
-@include install.texi
-@bye