Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try to fix the broken links caused by multiple \ref on the same line. | Neal Norwitz | 2002-10-18 | 1 | -1/+1 |
| | | | | | | | | SF bug #217195. Not sure if chomp() is correct, but chop() definitely has problems. This change seems to have no ill effects. Backport candidate if Fred agrees. | ||||
* | Work around limitation of Cygwin Perl: To avoid a permission denial, we need | Fred Drake | 2002-05-02 | 1 | -1/+10 |
| | | | | | | to do the inplace-edit with a backup file. A quick test leads me to believe this is sufficient to allow building the documentation on Cygwin; a full test is in progress. | ||||
* | Give the pattern used to pick out a source anchor a more specific pattern. | Fred Drake | 2001-06-23 | 1 | -1/+1 |
| | |||||
* | New solution to the "Someone stuck a colon in that filename!" problem: | Fred Drake | 2001-05-29 | 1 | -3/+10 |
| | | | | | Allow colons in the labels used for internal references, but do not expose them when generating filename. | ||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -5/+5 |
| | |||||
* | Revert previous change; there's a better way to do it. | Fred Drake | 1999-02-10 | 1 | -1/+1 |
| | |||||
* | This seems to fix a problem with targeting from the indexes. | Fred Drake | 1999-02-02 | 1 | -1/+1 |
| | |||||
* | 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 |