]> sjero.net Git - wget/commit
[svn] * configure.in: Look for perl and pod2man and make substitutions.
authordan <devnull@localhost>
Fri, 23 Feb 2001 02:09:36 +0000 (18:09 -0800)
committerdan <devnull@localhost>
Fri, 23 Feb 2001 02:09:36 +0000 (18:09 -0800)
commit776d65e829e72ba5af69bcba44251fc0f81a18d4
tree1a02075b3250c1d3163b9567e9f1ef2261ba733b
parented2c2903f3e917d44957af5d82f5edd38caadd8c
[svn] * configure.in: Look for perl and pod2man and make substitutions.

* Makefile.in (install): Do install.man if we have pod2man.

* Makefile.in: Make wget man page and install it if we have pod2man.  Added some
  missing '$(srcdir)/'s.  Added missing dependencies on install targets
  (allowing you to just do `make install' rather than forcing you to do `make &&
  make install').  Also, Makefile rules should always use output file parameters
  if available rather than redirecting stdout with '>', or you falsely satisfy
  dependencies if the tool you're running is missing or fails -- fixed call of
  texi2pod.pl that did this wrong.

* texi2pod.pl: Removed from CVS.  Now automatically generated.

* texi2pod.pl.in: This new file is processed into texi2pod.pl, getting the
  appropriate path to the Perl 5+ executable on this system and becoming
  executable (CVS files, by contrast, don't arrive executable).
ChangeLog
Makefile.in
TODO
configure.in
doc/ChangeLog
doc/Makefile.in
doc/texi2pod.pl [deleted file]
doc/texi2pod.pl.in [new file with mode: 0644]