Make-lang.in ($(srcdir)/f/BUGS): Add include path for gcc-common.texi.
authorAndreas Jaeger <aj@suse.de>
Wed, 1 Jan 2003 15:26:07 +0000 (16:26 +0100)
committerAndreas Jaeger <aj@gcc.gnu.org>
Wed, 1 Jan 2003 15:26:07 +0000 (16:26 +0100)
* f/Make-lang.in ($(srcdir)/f/BUGS): Add include path for
gcc-common.texi.
($(srcdir)/f/NEWS): Likewise.

From-SVN: r60748

gcc/f/ChangeLog
gcc/f/Make-lang.in

index d826438..17a9b94 100644 (file)
@@ -1,3 +1,9 @@
+2003-01-01  Andreas Jaeger  <aj@suse.de>
+
+       * f/Make-lang.in ($(srcdir)/f/BUGS): Add include path for
+       gcc-common.texi.
+       ($(srcdir)/f/NEWS): Likewise.
+
 2002-12-28  Joseph S. Myers  <jsm@polyomino.org.uk>
 
        * g77.texi: Use @copying.
index 461bc0e..61fb46b 100644 (file)
@@ -1,5 +1,5 @@
 # Top level makefile fragment for GNU Fortran.           -*-makefile-*-
-#   Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002 Free Software Foundation, Inc.
+#   Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
 #This file is part of GNU Fortran.
 
@@ -226,11 +226,11 @@ f/ansify$(build_exeext): f/ansify.c bconfig.h $(SYSTEM_H) coretypes.h $(TM_H)
 
 $(srcdir)/f/BUGS: f/bugs0.texi f/bugs.texi f/root.texi
        cd $(srcdir)/f; $(MAKEINFO) -D BUGSONLY --no-header --no-split \
-         --no-validate -o BUGS bugs0.texi
+         --no-validate -I../doc/include -o BUGS bugs0.texi
 
 $(srcdir)/f/NEWS: f/news0.texi f/news.texi f/root.texi
        cd $(srcdir)/f; $(MAKEINFO) -D NEWSONLY --no-header --no-split \
-         --no-validate -o NEWS news0.texi
+         --no-validate -I../doc/include -o NEWS news0.texi
 
 f77.rebuilt: f/g77.info $(srcdir)/f/BUGS \
   $(srcdir)/f/NEWS