summaryrefslogtreecommitdiff
path: root/textproc/texi2html/files/patch-texi2html.pl (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-02-12Revert to the traditional behavior when building split HTML: do not create aPeter Pentchev1-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 ;)
2005-02-06Update to 1.72.Peter Pentchev1-51/+0
Submitted by: hrs
2003-12-13Remove a couple of symbolic reference abuses: the texi2html developersPeter Pentchev1-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