OSDN Git Service

* f/Make-lang.in ($(srcdir)/f/BUGS): Add include path for
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Jan 2003 15:26:07 +0000 (15:26 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Jan 2003 15:26:07 +0000 (15:26 +0000)
gcc-common.texi.
($(srcdir)/f/NEWS): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@60748 138bc75d-0d04-0410-961f-82ee72b054a4

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