OSDN Git Service

2003-10-24 Kelley Cook <kcook@gcc.gnu.org>
authorkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Oct 2003 19:34:50 +0000 (19:34 +0000)
committerkcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Oct 2003 19:34:50 +0000 (19:34 +0000)
commit089f59b9f909b09803f176e217c54c425479ff44
treef0b6471608672d98d62aefad13568d81765b8882
parentfa3114833c27937ee994010a59360a5a94aacf5a
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.

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