]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/Makefile.in
contrib:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Jan 2001 20:15:01 +0000 (20:15 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Jan 2001 20:15:01 +0000 (20:15 +0000)
commitfefb5ea62dc02997ede7bab425675c3a0907a723
tree8deadd121231e5387db45efaf8552705fcd5d8d0
parent65a5d44b7e7716ad4c0683e301477cbf0962d703
contrib:
* texi2pod.pl: Handle @option and @env.

gcc:
* configure.in: Require at least texinfo 4.0.  Check for whether
Pod::Man is sufficiently recent to regenerate GCC manpages.
* configure:  Regenerate.
* Makefile.in (TEXI2POD): Call perl explicitly rather than relying
on #!.
(GENERATED_MANPAGES): Define.
(generated-manpages): New target.  Depend on cpp.1 as well as
gcov.1.
(install-man): Depend on $(GENERATED_MANPAGES) (defined by
configure to generated-manpages or empty) rather than on the
manpages directly.  Remove execute permission from installed
gcov.1 as well as cpp.1.
* cpp.1, gcov.1: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38668 138bc75d-0d04-0410-961f-82ee72b054a4
contrib/ChangeLog
contrib/texi2pod.pl
gcc/ChangeLog
gcc/Makefile.in
gcc/configure
gcc/configure.in
gcc/cpp.1
gcc/gcov.1