Makefile.in: Define a vpath for %.texi.
authorKelley Cook <kcook@gcc.gnu.org>
Fri, 24 Oct 2003 19:34:50 +0000 (19:34 +0000)
committerR. Kelley Cook <kcook@gcc.gnu.org>
Fri, 24 Oct 2003 19:34:50 +0000 (19:34 +0000)
commit65455962455f9902b21088d73d2b0c30611a4861
treef0b6471608672d98d62aefad13568d81765b8882
parente9b3872d54a884b9bd2449f1ec29ff0b01c5b101
Makefile.in: Define a vpath for %.texi.

2003-10-24  Kelley Cook  <kcook@gcc.gnu.org>

* Makefile.in: Define a vpath for %.texi.  Remove explicit $(docdir)
and $(docdir)/include from any *.texi dependencies.
($(docobjdir)/%.dvi): Depend on stmp-docobjdir.
($(docobjdir)/%.1): Depend on .pod instead of .texi.
($(docobjdir)/%.7): Likewise.
(%.pod): New implicit rule.
(cpp.pod): New dependency only rule.
(gcc.pod): New intermediate rule with dependencies and commands.
(gfdl.pod): Likewise.
(fsf-funding.pod): Likewise.

From-SVN: r72905
gcc/ChangeLog
gcc/Makefile.in