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]

[PATCH, Fortran] Make-lang.in: update gfortran.texi dependencies.


The dependencies for the various Gfortran .texi documentation omit intrinsic.texi; thus, changes to it do not trigger rebuilding the documentation. The attached patch corrects that.

Tested with "make info" and "make dvi". Ok for trunk?

- Brooks


--------------------------------------------------------------------- 2006-10-09 Brooks Moses <bmoses@stanford.edu>

	*Make-lang.in: Added intrinsic.texi to GFORTRAN_TEXI
	dependences.

---------------------------------------------------------------------
Index: Make-lang.in
===================================================================
--- Make-lang.in	(revision 117585)
+++ Make-lang.in	(working copy)
@@ -145,6 +145,7 @@
 # GFORTRAN documentation.
 GFORTRAN_TEXI = \
   $(srcdir)/fortran/gfortran.texi \
+  $(srcdir)/fortran/intrinsic.texi \
   $(srcdir)/fortran/invoke.texi \
   $(srcdir)/doc/include/fdl.texi \
   $(srcdir)/doc/include/gpl.texi \

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