summaryrefslogtreecommitdiffstats
path: root/Doc/tools/mkhowto.sh
Commit message (Expand)AuthorAgeFilesLines
* Support the use of bibtex. This is transparent to the user.Fred Drake1998-10-271-1/+12
* Reflect new name of index style file.Fred Drake1998-10-191-1/+1
* If building HTML and the icons should be served from the sameFred Drake1998-10-191-4/+6
* In build_html(), strip off leading "./" from filename, added byFred Drake1998-10-161-0/+1
* Change the default split level to not split on marked \paragraph andFred Drake1998-10-071-2/+2
* If --debug was used, don't delete the temporary .perl file used toFred Drake1998-10-071-1/+3
* Support long options that take arguments of the form --option=value as wellFred Drake1998-08-281-5/+40
* Improved some error messages for command line processing.Fred Drake1998-08-121-2/+17
* 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
* 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
* 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
* Don't run tools/toc2bkm.py unless we're building PDF.Fred Drake1998-05-141-6/+11
* Add --letter option, similar to --a4. This is a no-op, but can be used fromFred Drake1998-05-111-0/+4
* 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
* Be a little more robust handling filenames.Fred Drake1998-05-071-4/+5
* 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
* 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
* Adjust to allow both general and module indexes.Fred Drake1998-04-171-26/+45
* 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
* Make $MYDIR absolute -- bug reported by AMK.Fred Drake1998-03-241-0/+4
* build_dvi(): Make sure we run latex enough times; this now matches the #Fred Drake1998-03-181-0/+1
* *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
* Script to format HOWTO documents. Currently only tested on the "UsingFred Drake1998-03-101-0/+122