summaryrefslogtreecommitdiffstats
path: root/Doc/tools
Commit message (Collapse)AuthorAgeFilesLines
* Support the use of bibtex. This is transparent to the user.Fred Drake1998-10-271-1/+12
| | | | | Switch from bash to ksh, in the hope that more systems support it (one report of a site without an available bash).
* Added --tools option, to package only the framework (no documents).Fred Drake1998-10-211-3/+21
|
* Reflect new name of index style file.Fred Drake1998-10-192-3/+3
|
* No longer needed since we have nice, contributed navigation buttons.Fred Drake1998-10-191-35/+0
|
* If building HTML and the icons should be served from the sameFred Drake1998-10-191-4/+6
| | | | | | | | directory as the HTML (--iconserver .), copy the icons into place. Clarify that lynx is needed for --text in the usage message. Fix a typo in a comment.
* In build_html(), strip off leading "./" from filename, added byFred Drake1998-10-161-0/+1
| | | | kpsewhich. This caused a problem with the latest latex2html beta.
* Change the default split level to not split on marked \paragraph andFred Drake1998-10-071-2/+2
| | | | \subparagraph sections. Indicate the default in the --help message.
* If --debug was used, don't delete the temporary .perl file used toFred Drake1998-10-071-1/+3
| | | | pass options to latex2html.
* Don't attempt to add paragraph and subparagraph sections to the PDFFred Drake1998-10-071-1/+7
| | | | | | outline. Work around font-long bogosity caused by ' in docstring.
* Script to generate page counts of the PostScript files.Fred Drake1998-08-281-0/+23
|
* Support long options that take arguments of the form --option=value as wellFred Drake1998-08-281-5/+40
| | | | | | as --option value. Minor nits cleaned up.
* Improved some error messages for command line processing.Fred Drake1998-08-121-2/+17
| | | | Added --all to produce all formats at once.
* Oops, the --text option wasn't documented!Fred Drake1998-08-121-0/+1
|
* Added a comment about not using a symbolic link to access the script.Fred Drake1998-08-121-0/+7
|
* Helper script used in creating navigation buttons.Fred Drake1998-08-111-0/+35
|
* 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 a comment explaining that this script is probably not useful outside theFred Drake1998-08-111-4/+6
| | | | | standard Python documentation, since the mkhowto.sh script is. Let there be no doubts....
* 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
| | | | | | This ensures that the text version uses latex2html's -split 1 option, without affecting HTML produced in the same run, and also minimizes the number of l2h runs needed if --split 1 was used for an HTML run.
* build_html(): Simplify, so there's only one version of the latex2htmlFred Drake1998-08-051-14/+30
| | | | | | | | | | | | | command line. l2hoption(): Convenience function, to write out an option to the aux. init. file only if set. Added --iconserver option to set the $ICONSERVER variable in latex2html; this requires the use of an auxillary init. file since this can't be initialized using a standard latex2html command-line option. So the aux. init. file is used for just about all the special options since it has to be written anyway when $ICONSERVER needs to be set.
* use_latex(): Hack to pass .syn files though uniq, so that the last moduleFred Drake1998-07-231-1/+10
| | | | | in a HOWTO document isn't listed in the synopsis table twice. This will do until the real bug is found (low priority!).
* 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
| | | | Cleanup temporary files produced by latex2html in the output directory.
* 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
| | | | execute bit.... problem discovered by Guido.
* Don't run tools/toc2bkm.py unless we're building PDF.Fred Drake1998-05-141-6/+11
| | | | | | | Change the way TEXINPUTS gets defined to ensure that the directory containing the main document file comes before any other dir, to allow documents to have files that "override" like-named files elsewhere on the search path. Guido discovered we needed this.
* 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
| | | | a Makefile: mkhowto.sh --$(PAPER).
* 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
| | | | the name of the main .tex source file if it's not in the current directory.
* /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
| | | | most of the processing is the same and has to be done anyway.
* 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
| | | | | | api, ext, ref, and tut manuals. The Library Reference requires too much special index processing to make it beneficial to extend this to support it.
* 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
| | | | | | documentation, so it has been moved to ../../Tools/scripts Fred, please verify.
* 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
| | | | build_html(): Deal with node2label.pl a little better.
* Fix things. Blame Andy Eskilsson <andy.eskilsson@telelogic.se>.Fred Drake1998-04-171-121/+148
| | | | | But I'm not giving this or the info files out until Andy (or anyone else) agrees to take over the maintenance of this script! Hah!
* Adjust to allow both general and module indexes.Fred Drake1998-04-171-26/+45
| | | | PDF output properly supports the outline.