[Patches] [ python-Patches-429611 ] doc build on win32 with MiKTeX et al.

noreply@sourceforge.net noreply@sourceforge.net
Tue, 17 Jul 2001 10:25:31 -0700


Patches item #429611, was opened at 2001-06-02 08:40
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=429611&group_id=5470

Category: documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Frederic Giacometti (giacometti)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: doc build on win32 with MiKTeX et al.

Initial Comment:

With this patch, everything build fine on win32 but for the following problems:

  - html/api/labels.pl not generated -> html/api/*.html uncorrect
  - lib/modindex.html not generated -> html/modindex.html uncorrect

Problems worked out:

- fancyhdr.sty is not in the Miktex distribution ...

- Makefile content made compatible with the Windows command line (now runs fine with VC++'s 
nmake, or cygnus's make --win32)

- misc. problems regarding the path formats

- miktex 2.0's pdflatex would block on a mismatching macro level in python.sty -> fixed


Hints on installing latex2html:

- I had to work out some fixes in the config.pl script (2,000 lines of perl...)
- make sure the paths to the ghostscript and miktex installations have no spaces!!!!!! latex2html 
will silently screw up its configuration process
- looking at perl scripts gave me a serious trauma



----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-07-17 10:25

Message:
Logged In: YES 
user_id=3066

I've checked in some of the required changes, but others
still need to be considered.

----------------------------------------------------------------------

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-07-03 21:30

Message:
Logged In: YES 
user_id=3066

Assigned to the doc-tsar for review.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=429611&group_id=5470