summaryrefslogtreecommitdiffstats
path: root/Doc/tools
Commit message (Expand)AuthorAgeFilesLines
* Use Perl's rename() function instead of system(); there's no need for twoFred Drake1998-08-111-2/+1
* Add a comment explaining that this script is probably not useful outside theFred Drake1998-08-111-4/+6
* The letter headings must be requested explicitly with --letters.Fred Drake1998-08-071-5/+15
* Allow multi-column indexes to be produced.Fred Drake1998-08-071-6/+60
* Variant of AMK's patch to produce text versions of HOWTO documents.Fred Drake1998-08-061-9/+48
* build_html(): Simplify, so there's only one version of the latex2htmlFred Drake1998-08-051-14/+30
* use_latex(): Hack to pass .syn files though uniq, so that the last moduleFred Drake1998-07-231-1/+10
* Fix definition of release_version (global).Fred Drake1998-05-191-1/+1
* Update to use latex2html 98.1p5.Fred Drake1998-05-151-2/+3
* Update to use latex2html 98.1p5.Fred Drake1998-05-151-1/+2
* Remove debugging echo.Fred Drake1998-05-151-1/+0
* Fix the fix to allow the .tex document sources not live in ".".Fred Drake1998-05-141-1/+2
* Mostly spurious change to ensure that everyone's version of this picks up theFred Drake1998-05-141-0/+2
* Don't run tools/toc2bkm.py unless we're building PDF.Fred Drake1998-05-141-6/+11
* Use .tgz instead of .tar.gz for the output file name.Fred Drake1998-05-111-1/+1
* Add --letter option, similar to --a4. This is a no-op, but can be used fromFred Drake1998-05-111-0/+4
* Don't be so ugly as to use "set -x" to get the executed commands printed.Fred Drake1998-05-111-1/+6
* Oops, better add it to the usage message!Fred Drake1998-05-111-0/+1
* Add easy-to-use support for A4 paper.Fred Drake1998-05-111-2/+6
* Accept the release number on the command line instead of hardcoding it.Fred Drake1998-05-111-3/+3
* Don't be so ugly as to use "set -x" to get the executed commands printed.Fred Drake1998-05-111-3/+4
* Adjust to new file layout.Fred Drake1998-05-081-1/+1
* Some versions of latex2html don't automatically append the .tex extension toFred Drake1998-05-081-1/+4
* /bin/sed works on both Solaris and RedHat Linux; /usr/bin/sed does not.Fred Drake1998-05-081-1/+1
* Be a little more robust handling filenames.Fred Drake1998-05-071-4/+5
* Add support for a --pdf option to cause a PDF file to be created instead;Fred Drake1998-05-071-9/+19
* New script to drive HTML generation.Fred Drake1998-05-071-0/+27
* New helper script to build the .dvi for a Python manual; usable for theFred Drake1998-05-071-0/+26
* cleanup(): Remove *all* the temp files related to index generation!Fred Drake1998-04-291-1/+3
* Simplify how some options get propogated.Fred Drake1998-04-241-24/+27
* This script appears to no longer be in the toolchain for PythonBarry Warsaw1998-04-231-1590/+0
* cleanup(): Get rid of module index turds.Fred Drake1998-04-171-1/+1
* build_ps(): Fix flags to dvips.Fred Drake1998-04-171-4/+4
* Fix things. Blame Andy Eskilsson <andy.eskilsson@telelogic.se>.Fred Drake1998-04-171-121/+148
* Adjust to allow both general and module indexes.Fred Drake1998-04-171-26/+45
* Fix the broken PDF links, really this time!Fred Drake1998-04-151-1/+1
* Change the form of the name given to each page of the PDF from "page.%d" toFred Drake1998-04-151-1/+1
* Update to use the new release number. Will generalize in the next round.Fred Drake1998-04-131-8/+8
* Minor housing cleaning in HTML that gets generated.Fred Drake1998-04-111-2/+2
* Nearly a complete re-write.Fred Drake1998-04-081-85/+133
* Use the new index style when running makeindex.Fred Drake1998-04-041-2/+2
* Added --split for AMK; control split level of the HTML output. Use --split 1Fred Drake1998-04-021-13/+65
* First (rough) cut at HTML index generation in Python. Not very pretty, butFred Drake1998-03-271-0/+211
* Add support for mapping internal labels used from the index.Fred Drake1998-03-271-4/+15
* Make $MYDIR absolute -- bug reported by AMK.Fred Drake1998-03-241-0/+4
* Use "/usr/bin/env perl" for the #! line, and change the -i option to:Fred Drake1998-03-191-1/+4
* build_dvi(): Make sure we run latex enough times; this now matches the #Fred Drake1998-03-181-0/+1
* Revive newind.py. -sigh-Fred Drake1998-03-161-0/+22
* *Sigh*Fred Drake1998-03-111-0/+8
* Allow the user to operate the script in debugging mode (-D), which just doesFred Drake1998-03-111-9/+39