This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix DVI/PDF manual build


May I remind people that changes to the Texinfo manuals should be tested 
with "make dvi" or "make pdf", as described in contribute.html.  I've 
applied this patch to fix these; the nightly update of online 
documentation was failing to build the gfortran PDF manual for the past 
few days, <http://gcc.gnu.org/ml/gccadmin/2007-q3/msg00132.html> onwards.

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 127962)
+++ ChangeLog	(working copy)
@@ -1,3 +1,7 @@
+2007-08-31  Joseph Myers  <joseph@codesourcery.com>
+
+	* intrinsic.texi (LGAMMA): Remove empty @cindex line.
+
 2007-08-31  Paul Thomas  <pault@gcc.gnu.org>
 
 	PR fortran/31879
Index: intrinsic.texi
===================================================================
--- intrinsic.texi	(revision 127962)
+++ intrinsic.texi	(working copy)
@@ -6390,7 +6390,6 @@
 @fnindex ALGAMA
 @fnindex DLGAMA
 @cindex Gamma function, logarithm of
-@cindex 
 
 @table @asis
 @item @emph{Description}:

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]