[Python-checkins] python/dist/src/Doc Makefile.deps,1.100,1.101
Barry Warsaw
barry@python.org
21 Mar 2003 23:48:09 -0500
On Fri, 2003年03月21日 at 23:25, Fred L. Drake, Jr. wrote:
> Neal Norwitz writes:
> > After mimelib.tex was updated, I tried to make the docs, but nothing
> > happened. So I added the lib/mimelib.tex dependency which then made
> > the docs. Now I know that it's only for the standalone package.
> > Should I back out the change?
>> Yes. If you'd like to add targets to build paper-*/mimelib.pdf (or
> even to call it paper-*/email.pdf), and corresponding targets for
> other formats, that would be fine, but those should not be included
> among the default collection of targets, and won't be distributed as
> part of the standard Python documentation. mimelib.tex is really only
> included as a convenience since the rest of the documentation for the
> standalone email package is part of Python's CVS.
I don't feel a burning need to do other formats. I distribute
PostScript, PDF, and html with the standalone email package.
-Barry