summaryrefslogtreecommitdiff
path: root/textproc/texi2html/files/patch-texi2html.pl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert to the traditional behavior when building split HTML: do not create aPeter Pentchev2005-02-121-0/+41
| | | | | | | | | | | | directory and put the files in there, but create all the files in the current directory with a common prefix instead. Grrr: in the general direction of the texi2html authors for throwing backwards compatibility to the wind without so much as a note in the ChangeLog Reported by: many people, including kris, WRT build failures on many different ports which use texi2html :( Pointy hat to: myself for not at least testing the xboard build ;)
* Update to 1.72.Peter Pentchev2005-02-061-51/+0
| | | | Submitted by: hrs
* Remove a couple of symbolic reference abuses: the texi2html developersPeter Pentchev2003-12-131-0/+51
had left one that made Perl 5.00503 very unhappy. Create and use filehandles The Right Way(tm) instead of using the 'no strict refs' bandaid. Prompted by: kris