]> gcc.gnu.org Git - gcc.git/commit
texi2pod.pl: Handle @option and @env.
authorJoseph Myers <jsm28@cam.ac.uk>
Wed, 3 Jan 2001 20:15:01 +0000 (20:15 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Wed, 3 Jan 2001 20:15:01 +0000 (20:15 +0000)
commitfd939e46c94da2be169eff47ca6b81df02e3dcb3
tree8deadd121231e5387db45efaf8552705fcd5d8d0
parent9ef6d39a0fa102860a0299ff1d9e1caa8d873253
texi2pod.pl: Handle @option and @env.

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.

From-SVN: r38668
contrib/ChangeLog
contrib/texi2pod.pl
gcc/ChangeLog
gcc/Makefile.in
gcc/configure
gcc/configure.in
gcc/cpp.1
gcc/gcov.1
This page took 0.061707 seconds and 5 git commands to generate.