Commit Graph

18 Commits

Author SHA1 Message Date
Dave Reisner 7f43748544 Fix error in texi2pod intriduced with Perl 5.18 2013-06-22 13:13:10 +02:00
Giuseppe Scrivano 3806fd1e02 texi2pod.pl: Revert change from 2011-08-06. 2012-06-09 12:41:57 +02:00
Giuseppe Scrivano 1c76d3cceb doc: Don't assume the perl executable is under /usr/bin/ 2011-08-18 13:55:49 +02:00
Giuseppe Scrivano d0b360c36f texi2pod.pl: Update from GCC. 2011-08-06 12:03:01 +02:00
Giuseppe Scrivano 2f6aa1d741 mass change: update copyright years. 2011-01-01 13:19:37 +01:00
Alon Bar-Lev 05503232c0 texi2pod.pl: use the warnings module only when it is available. 2010-07-28 22:17:00 +02:00
Giuseppe Scrivano 293008f682 Mass update copyright years. 2010-05-08 21:56:15 +02:00
Micah Cowan 4a08094db8 [mq]: cfg-mk 2009-09-21 20:39:44 -07:00
Micah Cowan b9e9ad65cc Ran update-copyright. 2009-09-04 00:13:47 -07:00
Micah Cowan 4198c7239f Document exit codes. 2009-08-27 23:57:09 -07:00
Micah Cowan 6633b74930 Merge from mainline 2007-09-28 16:22:38 -07:00
Micah Cowan 5dd09d9ba5 Update copyright lists, conforming to maintainer guidelines 2007-09-28 15:45:31 -07:00
Micah Cowan cd04dcfa2a Reversed broken "fix" of @@ processing 2007-09-27 19:03:05 -07:00
Micah Cowan d3c982b1bd Bring texi2pod.pl up-to-date with gcc's.
BUT: keep GPLv3 invocation, and "use warning" rather than -w.
2007-09-27 18:53:59 -07:00
micah 4d7c5e087b [svn] Merge of fix for bugs 20341 and 20410. 2007-07-09 22:53:22 -07:00
hniksic 6f97d7144c [svn] Don't generate texi2pod.pl from texi2pod.pl.in. 2005-06-22 05:25:57 -07:00
dan 776d65e829 [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).
2001-02-22 18:09:36 -08:00
hniksic 18d476b8d0 [svn] Applied doc fixes from Jan's "realclean patch". The doc fixes
include the new texi2pod generator for creating the man page out
of Texinfo docs.
Published in <20010106184340.A14968@erwin.telekabel.at>.
2001-02-10 16:22:42 -08:00