summaryrefslogtreecommitdiffstats
path: root/Doc/tools/node2label.pl
Commit message (Collapse)AuthorAgeFilesLines
* Work around limitation of Cygwin Perl: To avoid a permission denial, we needFred Drake2002-05-021-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 Drake2001-06-231-1/+1
|
* New solution to the "Someone stuck a colon in that filename!" problem:Fred Drake2001-05-291-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 Drake2000-04-031-5/+5
|
* Revert previous change; there's a better way to do it.Fred Drake1999-02-101-1/+1
|
* This seems to fix a problem with targeting from the indexes.Fred Drake1999-02-021-1/+1
|
* Use Perl's rename() function instead of system(); there's no need for twoFred Drake1998-08-111-2/+1
| | | | additional processes for each name change!
* Add support for mapping internal labels used from the index.Fred Drake1998-03-271-4/+15
|
* Use "/usr/bin/env perl" for the #! line, and change the -i option to:Fred Drake1998-03-191-1/+4
| | | | | | | use English; $INPLACE_EDIT = ''; to get the inplace-editing behavior.
* Adjusted to work with the newer version of LaTeX2HTML as well.Fred Drake1998-02-261-1/+4
|
* assure a consistent assignment for nodes with multiple labelsJeremy Hylton1998-02-181-1/+2
|
* Don't make backups.Fred Drake1998-02-181-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 Hylton1998-02-181-0/+38