summaryrefslogtreecommitdiffstats
path: root/Doc/tools/mkhowto
Commit message (Expand)AuthorAgeFilesLines
* switch to PNG navigation icons by defaultFred Drake2004-04-081-2/+2
* no longer assign into sys; "print chevron" is the way to goFred Drake2003-10-011-7/+6
* We're long past worrying about Python versions older than 1.5.2;Fred Drake2003-10-011-11/+0
* re.sub expands escape sequences in it's second argument.Thomas Heller2003-09-271-1/+1
* - use string methodsFred Drake2003-09-271-12/+16
* When an external application we use exits normally, exit with the sameFred Drake2003-05-141-2/+4
* Clean up some files that LaTeX2HTML drops in the HTML output directoryFred Drake2003-01-171-0/+5
* Added support for --favicon.Fred Drake2002-10-301-1/+7
* build(): Use self.builddir, not self.doc when copying the icons, soBarry Warsaw2002-10-011-1/+1
* When the HTML output dir is specified using --dir=~/foo, the tildeFred Drake2002-10-011-1/+1
* Include the --dir argument in the help text.Fred Drake2002-10-011-0/+1
* Change the default path to icons so that "mkhowto" does the "right thing" byFred Drake2002-10-011-2/+2
* Don't use tempfile.mktemp(), since it produces annoying warnings, andFred Drake2002-08-271-5/+6
* Remove meaningless comment.Fred Drake2001-12-041-3/+0
* Add a new option, --dvips-safe, which sets the $DVIPS_SAFE option inFred Drake2001-10-301-1/+30
* Do more to be compatible with Windows/CygWin. Make error messages moreFred Drake2001-08-101-2/+14
* Job.__init__(): Only create the builddir directory if it will be used (byFred Drake2001-07-171-6/+7
* Miscellaneous code cleanups.Fred Drake2001-06-231-4/+10
* Hack to make this play nicer with *old* versions of Python: os.path.abspath()Fred Drake2001-05-291-0/+10
* Job.build_html(): Be more robust in ensuring about.html exists; copyingFred Drake2001-05-091-17/+16
* Job.build_html(): When formatting HTML into more than one HTML page, andFred Drake2001-03-021-7/+25
* Add an option allowing the user to determine where the output HTML is built.Fred Drake2001-02-191-3/+8
* Jon Nelson <jnelson@users.sourceforge.net>:Fred Drake2001-02-121-2/+2
* Improve diagnostic output when an external command returns a non-zero exitFred Drake2001-02-041-0/+19
* Make HTML the default output format, since that is what people actuallyFred Drake2001-01-301-3/+3
* Added a --global-module-index option to specify a (possibly relative) URLFred Drake2001-01-091-1/+6
* Make sure we clean up the index data each time it is written by LaTeX.Fred Drake2000-11-031-1/+4
* .use_latex(): Make this a little smarter so that it only runs pdflatexFred Drake2000-09-201-31/+24
* Before running LaTeX2HTML, remove all the HTML files from the outputFred Drake2000-09-141-0/+3
* Fix mkhowto so that the bookmarks for the PDF work for both "howto" andFred Drake2000-09-051-1/+5
* Add --up-link and --up-title parameters to allow linking the top levelFred Drake2000-08-311-1/+12
* Add --l2h-init option, which can augment the standard LaTeX2HTMLFred Drake2000-08-311-3/+11
* Add a --style option to allow specifying an alternate CSS style sheet forFred Drake2000-08-291-4/+8
* Small changes to reflect changes in LaTeX2HTML support for newer versionsFred Drake2000-07-311-2/+5
* Only use one initialization file for LaTeX2HTML; more recent versions onlyFred Drake2000-07-241-4/+5
* Removed --l2h-config option; it introduced unnecessary complexity andFred Drake2000-06-291-10/+1
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-0/+2
* Added --numeric option, similar to mkhtml.sh.Fred Drake2000-03-311-2/+7
* Added --about option to specify the file to load "About thisFred Drake1999-09-231-1/+8
* Added --image-type option to allow use of either GIF or PNG images.Fred Drake1999-09-221-11/+38
* Make it work for "manual" documents as well as "howto" documents.Fred Drake1999-05-061-17/+53
* Make sure latex2html doesn't produce a hard link between foo/foo.htmlFred Drake1999-05-031-0/+3
* Record the value of $TEXINPUTS in the transcript.Fred Drake1999-03-031-6/+12
* Re-written mkhowto in Python; this should be at least a little moreFred Drake1999-03-031-0/+444