# HG changeset patch # User jwe # Date 854338728 0 # Node ID 92fff89649c543a025b3fb5879eb7687d07fa8db # Parent 0b852cbea582cf27c239a24f71924f3999cc40fb [project @ 1997-01-27 04:18:48 by jwe] diff --git a/doc/interpreter/Makefile.in b/doc/interpreter/Makefile.in --- a/doc/interpreter/Makefile.in +++ b/doc/interpreter/Makefile.in @@ -97,7 +97,7 @@ ../../BUGS: bugs.texi -makeinfo -D BUGSONLY --no-headers --no-split --output BUGS \ - -I$(srcdir) $(srcdir)/bugs1.texi + -I$(srcdir) $(srcdir)/bugs.texi mv BUGS ../../BUGS check: all diff --git a/doc/interpreter/bugs.texi b/doc/interpreter/bugs.texi --- a/doc/interpreter/bugs.texi +++ b/doc/interpreter/bugs.texi @@ -479,7 +479,3 @@ @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 diff --git a/doc/interpreter/install.texi b/doc/interpreter/install.texi --- a/doc/interpreter/install.texi +++ b/doc/interpreter/install.texi @@ -472,7 +472,3 @@ Type @samp{make binary-dist}. This will build everything and then pack it up for distribution. @end itemize - -@ifset INSTALLONLY -@bye -@end ifset