Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use_latex(): Hack to pass .syn files though uniq, so that the last module | Fred Drake | 1998-07-23 | 1 | -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 Drake | 1998-05-19 | 1 | -1/+1 |
| | |||||
* | Update to use latex2html 98.1p5. | Fred Drake | 1998-05-15 | 1 | -2/+3 |
| | |||||
* | Update to use latex2html 98.1p5. | Fred Drake | 1998-05-15 | 1 | -1/+2 |
| | | | | Cleanup temporary files produced by latex2html in the output directory. | ||||
* | Remove debugging echo. | Fred Drake | 1998-05-15 | 1 | -1/+0 |
| | |||||
* | Fix the fix to allow the .tex document sources not live in ".". | Fred Drake | 1998-05-14 | 1 | -1/+2 |
| | |||||
* | Mostly spurious change to ensure that everyone's version of this picks up the | Fred Drake | 1998-05-14 | 1 | -0/+2 |
| | | | | execute bit.... problem discovered by Guido. | ||||
* | Don't run tools/toc2bkm.py unless we're building PDF. | Fred Drake | 1998-05-14 | 1 | -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 Drake | 1998-05-11 | 1 | -1/+1 |
| | |||||
* | Add --letter option, similar to --a4. This is a no-op, but can be used from | Fred Drake | 1998-05-11 | 1 | -0/+4 |
| | | | | a Makefile: mkhowto.sh --$(PAPER). | ||||
* | Don't be so ugly as to use "set -x" to get the executed commands printed. | Fred Drake | 1998-05-11 | 1 | -1/+6 |
| | |||||
* | Oops, better add it to the usage message! | Fred Drake | 1998-05-11 | 1 | -0/+1 |
| | |||||
* | Add easy-to-use support for A4 paper. | Fred Drake | 1998-05-11 | 1 | -2/+6 |
| | |||||
* | Accept the release number on the command line instead of hardcoding it. | Fred Drake | 1998-05-11 | 1 | -3/+3 |
| | |||||
* | Don't be so ugly as to use "set -x" to get the executed commands printed. | Fred Drake | 1998-05-11 | 1 | -3/+4 |
| | |||||
* | Adjust to new file layout. | Fred Drake | 1998-05-08 | 1 | -1/+1 |
| | |||||
* | Some versions of latex2html don't automatically append the .tex extension to | Fred Drake | 1998-05-08 | 1 | -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 Drake | 1998-05-08 | 1 | -1/+1 |
| | |||||
* | Be a little more robust handling filenames. | Fred Drake | 1998-05-07 | 1 | -4/+5 |
| | |||||
* | Add support for a --pdf option to cause a PDF file to be created instead; | Fred Drake | 1998-05-07 | 1 | -9/+19 |
| | | | | most of the processing is the same and has to be done anyway. | ||||
* | New script to drive HTML generation. | Fred Drake | 1998-05-07 | 1 | -0/+27 |
| | |||||
* | New helper script to build the .dvi for a Python manual; usable for the | Fred Drake | 1998-05-07 | 1 | -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 Drake | 1998-04-29 | 1 | -1/+3 |
| | |||||
* | Simplify how some options get propogated. | Fred Drake | 1998-04-24 | 1 | -24/+27 |
| | |||||
* | This script appears to no longer be in the toolchain for Python | Barry Warsaw | 1998-04-23 | 1 | -1590/+0 |
| | | | | | | documentation, so it has been moved to ../../Tools/scripts Fred, please verify. | ||||
* | cleanup(): Get rid of module index turds. | Fred Drake | 1998-04-17 | 1 | -1/+1 |
| | |||||
* | build_ps(): Fix flags to dvips. | Fred Drake | 1998-04-17 | 1 | -4/+4 |
| | | | | build_html(): Deal with node2label.pl a little better. | ||||
* | Fix things. Blame Andy Eskilsson <andy.eskilsson@telelogic.se>. | Fred Drake | 1998-04-17 | 1 | -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 Drake | 1998-04-17 | 1 | -26/+45 |
| | | | | PDF output properly supports the outline. | ||||
* | Fix the broken PDF links, really this time! | Fred Drake | 1998-04-15 | 1 | -1/+1 |
| | | | | | | Appending a junk char to the end doesn't quite do it, or doesn't seem to at any rate. Instead, pad the page numbers to always be 3 charaters wide, with leading zeros. | ||||
* | Change the form of the name given to each page of the PDF from "page.%d" to | Fred Drake | 1998-04-15 | 1 | -1/+1 |
| | | | | | "page.%dx"; this works around an acroread bug that causes targets not to be recognized if their name is a prefix of another target in the file. | ||||
* | Update to use the new release number. Will generalize in the next round. | Fred Drake | 1998-04-13 | 1 | -8/+8 |
| | |||||
* | Minor housing cleaning in HTML that gets generated. | Fred Drake | 1998-04-11 | 1 | -2/+2 |
| | |||||
* | Nearly a complete re-write. | Fred Drake | 1998-04-08 | 1 | -85/+133 |
| | | | | | | Basically, it now works and produces a nice-looking HTML index. Shows some promise for extensibility, but still young. Needs useful comments. | ||||
* | Use the new index style when running makeindex. | Fred Drake | 1998-04-04 | 1 | -2/+2 |
| | |||||
* | Added --split for AMK; control split level of the HTML output. Use --split 1 | Fred Drake | 1998-04-02 | 1 | -13/+65 |
| | | | | | | to create a single HTML file. Added --help. | ||||
* | First (rough) cut at HTML index generation in Python. Not very pretty, but | Fred Drake | 1998-03-27 | 1 | -0/+211 |
| | | | | easier to work with than the Perl code. | ||||
* | Add support for mapping internal labels used from the index. | Fred Drake | 1998-03-27 | 1 | -4/+15 |
| | |||||
* | Make $MYDIR absolute -- bug reported by AMK. | Fred Drake | 1998-03-24 | 1 | -0/+4 |
| | |||||
* | 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. | ||||
* | build_dvi(): Make sure we run latex enough times; this now matches the # | Fred Drake | 1998-03-18 | 1 | -0/+1 |
| | | | | of times pdflatex would be run, which is correct. | ||||
* | Revive newind.py. -sigh- | Fred Drake | 1998-03-16 | 1 | -0/+22 |
| | |||||
* | *Sigh* | Fred Drake | 1998-03-11 | 1 | -0/+8 |
| | | | | | | | | Add a -q option for "quiet" operation. Nothing gets out (not even stderr, since that's tossed to stdout for capture in the .how file). It's a good idea to use -l to get the log in case there are problems. Maybe this should be the default and add a --verbose option to get the stdout? There's way too much junk output. | ||||
* | Allow the user to operate the script in debugging mode (-D), which just does | Fred Drake | 1998-03-11 | 1 | -9/+39 |
| | | | | | | | | a "set -x". Allow keeping a transcript, using -l, in $FILE.how. Allow keeping of all the temp files created by the process, using -k. | ||||
* | Script to format HOWTO documents. Currently only tested on the "Using | Fred Drake | 1998-03-10 | 1 | -0/+122 |
| | | | | | | | | | Kerberos from Python" HOWTO (this will change shortly, I hope). This needs to be run from it's location in the Doc/tools directory, and not via a symlink. I'll try and fix this in the future. The help message needs work. | ||||
* | clean_title(): Remove debugging prints. | Fred Drake | 1998-03-10 | 1 | -2/+0 |
| | |||||
* | clean_title(): Clean a little more carefully. Still does funny things with | Fred Drake | 1998-03-10 | 1 | -6/+15 |
| | | | | | underscores. Might this be a fundamental PDF limitation? Hm, could still be a TeX thing. | ||||
* | In the source dist., don't include: | Fred Drake | 1998-03-10 | 1 | -0/+5 |
| | | | | | | | | | | | | - the .cvsignore files; these are only useful in the CVS tree - ref/ref.pdf - ref/ref.ps After compression, these last two account for about one-half MB, and half the tarball. They can be picked up from the appropriate format dist if needed. | ||||
* | Obsolete. | Fred Drake | 1998-03-09 | 2 | -84/+0 |
| | |||||
* | Don't generate a \label{} here. | Fred Drake | 1998-03-09 | 1 | -1/+1 |
| |