Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Perl's rename() function instead of system(); there's no need for two | Fred Drake | 1998-08-11 | 1 | -2/+1 |
| | | | | additional processes for each name change! | ||||
* | Add support for mapping internal labels used from the index. | Fred Drake | 1998-03-27 | 1 | -4/+15 |
| | |||||
* | Use "/usr/bin/env perl" for the #! line, and change the -i option to: | Fred Drake | 1998-03-19 | 1 | -1/+4 |
| | | | | | | | use English; $INPLACE_EDIT = ''; to get the inplace-editing behavior. | ||||
* | Adjusted to work with the newer version of LaTeX2HTML as well. | Fred Drake | 1998-02-26 | 1 | -1/+4 |
| | |||||
* | assure a consistent assignment for nodes with multiple labels | Jeremy Hylton | 1998-02-18 | 1 | -1/+2 |
| | |||||
* | Don't make backups. | Fred Drake | 1998-02-18 | 1 | -3/+3 |
| | | | | Use "mv" instead of "ln -s" to install the new names. | ||||
* | Patch HREFs in html files, replacing nodeXXX.html with label.html. | Jeremy Hylton | 1998-02-18 | 1 | -0/+38 |