History log of /external/python/cpython2/Doc/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5df6d48ce5d811914b644c79e2c3c2449ce0305a 16-Oct-2016 Victor Stinner <victor.stinner@gmail.com> Issue #27896: Allow passing sphinx options to Doc/Makefile

Patch written by Julien Palard.
/external/python/cpython2/Doc/Makefile
b311eeefb887cdc7f0105201d240f3af88afce46 15-Jun-2016 Georg Brandl <georg@python.org> Docs: add html-stable autobuild variant
/external/python/cpython2/Doc/Makefile
402bd7981739d6bbaf6b1a4d2ea8971ec3a54fb2 10-Dec-2014 Benjamin Peterson <benjamin@python.org> fix path to patchlevel.py
/external/python/cpython2/Doc/Makefile
f16fbf940fdaec594eb1f4c5f9c61e926db53c5d 30-Sep-2014 Georg Brandl <georg@python.org> Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore.
/external/python/cpython2/Doc/Makefile
bb675280d91eafdcc7e3892cf4aeb1565ec733cf 30-Sep-2014 Georg Brandl <georg@python.org> Dont define an empty SPHINXOPTS, which overrides a definition from the environment.
/external/python/cpython2/Doc/Makefile
d1a4f99159601c3555362b1caa0c17c5d135d3ec 25-Sep-2014 Benjamin Peterson <benjamin@python.org> allow archives for rc releases to be built (closes #22484)
/external/python/cpython2/Doc/Makefile
423f1282b3476e2e58b6631632f2521b80f556c7 05-Sep-2014 Benjamin Peterson <benjamin@python.org> remove automatic svn checkout of sphinx and its deps from Doc/Makefile

Users are now required to install Sphinx themselves as is already the case with
the Python 3 branch.
/external/python/cpython2/Doc/Makefile
7f7d99c2790844468fd212688536b7f4fb6ba022 22-Jul-2014 Serhiy Storchaka <storchaka@gmail.com> Issue #15759: "make suspicious", "make linkcheck" and "make doctest" in Doc/
now display special message when and only when there are failures.
/external/python/cpython2/Doc/Makefile
d383bafa556de686be4898d6544ce998a0812532 25-May-2014 Benjamin Peterson <benjamin@python.org> allow doc archives to be built for versions in the rc stage
/external/python/cpython2/Doc/Makefile
40dcf7f0be58261a310ff068e52168762b55c509 24-Nov-2013 Georg Brandl <georg@python.org> Doc/Makefile: also do "make suspicious" during daily autobuild
/external/python/cpython2/Doc/Makefile
5fb657dfab401913c5172ccaa284116b093c4f44 28-Oct-2012 Georg Brandl <georg@python.org> Add a autobuild-quick target that only rebuilds HTML.
/external/python/cpython2/Doc/Makefile
8645890f8b00e427061cfcd58656f1904fed023b 27-Oct-2012 Ezio Melotti <ezio.melotti@gmail.com> #8040: enable the versionswitcher for the autobuild-dev target.
/external/python/cpython2/Doc/Makefile
bbd41d0874c49f756b3a7bcdcbf1e5ac61137377 14-Jan-2012 Sandro Tosi <sandro.tosi@gmail.com> update Sphinx reference from 0.6.7 to 1.0.7
/external/python/cpython2/Doc/Makefile
4263ad8d37d4d54f45027e0c92d60878ff76bd05 29-Oct-2010 Georg Brandl <georg@python.org> Update Sphinx to 0.6.7.
/external/python/cpython2/Doc/Makefile
2471063dc711789193df572672763513b31ff974 06-Oct-2010 Georg Brandl <georg@python.org> Merged revisions 85276 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
r85276 | georg.brandl | 2010-10-06 12:35:24 +0200 (Mi, 06 Okt 2010) | 1 line

Fix the suspicious builder not to write CRLF, update suspicious file and add instructions to Makefile.
........
/external/python/cpython2/Doc/Makefile
10c78a78a76d064cd5d4879bf9a40bcc7376c582 03-Aug-2010 Georg Brandl <georg@python.org> Merged revisions 83663 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
r83663 | georg.brandl | 2010-08-03 14:36:57 +0200 (Di, 03 Aug 2010) | 1 line

A couple of nits how to ignore errors.
........
/external/python/cpython2/Doc/Makefile
2e73a3f39e6a49c99ab29da61156f01489cb392a 11-Jul-2010 Georg Brandl <georg@python.org> Merged revisions 82789 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
r82789 | georg.brandl | 2010-07-11 10:33:16 +0200 (So, 11 Jul 2010) | 1 line

Silence makeindex.
........
/external/python/cpython2/Doc/Makefile
e82110f3a53b34bcaca10b115b037c1cf1b5bd78 13-Mar-2010 Georg Brandl <georg@python.org> Change/fix handling of docs download location: for daily builds, put them right next to the HTML.
/external/python/cpython2/Doc/Makefile
fce7b868076ad9ee7005273669b742c98214ec79 13-Mar-2010 Georg Brandl <georg@python.org> Bump externals versions for doc build.
/external/python/cpython2/Doc/Makefile
3446583976e2eed07d70778baa54c5dca97f9d3e 13-Mar-2010 Georg Brandl <georg@python.org> Add Makefile targets for automatic doc build. Add script that will be used for daily build.
/external/python/cpython2/Doc/Makefile
e4c74e1ea26e77b065a8999b7192160595474211 24-Feb-2010 Dirkjan Ochtman <dirkjan@ochtman.nl> Issue #8004: add a serve target to the Doc Makefile.
/external/python/cpython2/Doc/Makefile
e5ee7e38e877b2c7f25d9695fdd68fbc93954832 30-Dec-2009 Georg Brandl <georg@python.org> #7602: improve "clean" and "checkout" targets now that all tools are in externals.
/external/python/cpython2/Doc/Makefile
95049f2561a571756e58ce8fc4b1cc79f858624f 30-Dec-2009 Georg Brandl <georg@python.org> Use new Pygments version.
/external/python/cpython2/Doc/Makefile
cde5115f2638dcb13755d6600d7abb725fe704ed 14-Nov-2009 Benjamin Peterson <benjamin@python.org> use Sphinx 0.6.3
/external/python/cpython2/Doc/Makefile
8e7b476945c7dfe85bca85dbb5c8214c6138b3ff 29-Jun-2009 Benjamin Peterson <benjamin@python.org> update to sphinx 0.6.2
/external/python/cpython2/Doc/Makefile
438192540d14f6d5de7a2effc6c9958ab6e5a1c6 26-Apr-2009 Georg Brandl <georg@python.org> Move pydoc_topics module to its own subdirectory, so that no generated code is in Lib/.
/external/python/cpython2/Doc/Makefile
0d478c455bad145b6e16d58f60667870e9a72456 26-Apr-2009 Georg Brandl <georg@python.org> Another file where the versions need to be up to date.
/external/python/cpython2/Doc/Makefile
576574f5ddf2c3866ba467a0b21d103f61d33edf 26-Apr-2009 Georg Brandl <georg@python.org> Note that the versions are also in README.txt.
/external/python/cpython2/Doc/Makefile
400fd60a8db901fe15f9d1509dab650072c1e867 28-Mar-2009 Georg Brandl <georg@python.org> Switch to fixed Sphinx version.
/external/python/cpython2/Doc/Makefile
d680d960277a0b0ae965dc573b481bbe11bd9da8 04-Jan-2009 Benjamin Peterson <benjamin@python.org> use Jinja 2.1.1
/external/python/cpython2/Doc/Makefile
700cf28f410521066f40671f1da7db0302d753fd 04-Jan-2009 Georg Brandl <georg@python.org> Add "suspicious" builder which finds leftover markup in the HTML files.

Patch by Gabriel Genellina.
/external/python/cpython2/Doc/Makefile
3b62c2ff690143d9c6119c27478c243baa1b140c 03-Jan-2009 Georg Brandl <georg@python.org> Disable the line length checker by default.
/external/python/cpython2/Doc/Makefile
9f7a3398ab55e4ccfa4e225a2908918c04c14e40 03-Jan-2009 Georg Brandl <georg@python.org> Add rstlint, a little tool to find subtle markup problems and inconsistencies in the Doc sources.
/external/python/cpython2/Doc/Makefile
f281ff81a4db5d9ee96b18fee709a430720f6f0b 21-Dec-2008 Benjamin Peterson <benjamin@python.org> compute DISTVERSION with patchlevel.py
/external/python/cpython2/Doc/Makefile
e489db8f2592850be34950baea4e5aa3117f1bee 02-Oct-2008 Georg Brandl <georg@python.org> Forward-port r66736.
/external/python/cpython2/Doc/Makefile
267acd2205c09809cc204811d67c63e54b08e0d1 21-Sep-2008 Georg Brandl <georg@python.org> Add "dist" target.
/external/python/cpython2/Doc/Makefile
450a7f578ee14b13df2446cf9178e9af0ac92d0e 21-Sep-2008 Georg Brandl <georg@python.org> Update readme and Makefile (web builder doesn't exist).
/external/python/cpython2/Doc/Makefile
9ba7a309be6b19d98e6866027ed8b110fd47184d 10-Sep-2008 Benjamin Peterson <benjamin@python.org> use the latest pygments version
/external/python/cpython2/Doc/Makefile
b279b8a54113bde92c582e76f05c87115cd09223 26-Jun-2008 Benjamin Peterson <benjamin@python.org> add a htmlview directive
/external/python/cpython2/Doc/Makefile
aa7c8bda63cda258a1f4e5c3c997d48dd95c2ba8 26-Jun-2008 Georg Brandl <georg@python.org> Use newer versions of externals.
/external/python/cpython2/Doc/Makefile
681001e11ba164c67a42251bd2bcee2b260188c3 01-Jun-2008 Georg Brandl <georg@python.org> Generate pydoc's topic help from the reST docs via Sphinx'
new text writer.
/external/python/cpython2/Doc/Makefile
4f2c998ca97fdcfa2b137cd54a9fdba4a831d242 01-Jun-2008 Georg Brandl <georg@python.org> Add plain text make target.
/external/python/cpython2/Doc/Makefile
8ffb5734d33db1ec0cc07e135e44e26db95cfd35 13-Apr-2008 Georg Brandl <georg@python.org> Check out Jinja as a separate step now that it's not included in the Sphinx package anymore.
/external/python/cpython2/Doc/Makefile
b98fe5a87fa0b58daf8614de24b9171c1dcb6076 22-Mar-2008 Georg Brandl <georg@python.org> Allow giving source names on the cmdline.
/external/python/cpython2/Doc/Makefile
17baef0b7c7986619b7db46c70239f6b1a7d6a8f 22-Mar-2008 Georg Brandl <georg@python.org> Activate the Sphinx doctest extension and convert howto/functional to use it.
/external/python/cpython2/Doc/Makefile
170482809864d7b5cd8c3e2584074e3e5de808c0 23-Feb-2008 Georg Brandl <georg@python.org> Documentation coverage builder, part 1.
/external/python/cpython2/Doc/Makefile
7be67ff2e032eb8bd26dd3d6c7b51f175ed0b77b 01-Feb-2008 Georg Brandl <georg@python.org> Wording nit.
/external/python/cpython2/Doc/Makefile
cd235278ba5561e48140e1d677eef36ef504c500 01-Feb-2008 Georg Brandl <georg@python.org> Add link checker builder, written for GHOP by Thomas Lamb.
/external/python/cpython2/Doc/Makefile
b19be571e09263239ef29c92eee06dbb30186685 29-Dec-2007 Georg Brandl <georg@python.org> Some cleanup in the docs.
/external/python/cpython2/Doc/Makefile
eee1fc51ba1b4d184a8176c20d1d3a68bf837c97 16-Dec-2007 Georg Brandl <georg@python.org> Adapt conf.py to new option names.
/external/python/cpython2/Doc/Makefile
584265b0010c660af21d3b22ac18fff0da678dd0 02-Dec-2007 Georg Brandl <georg@python.org> Add more entries to the glossary.

Written by Jeff Wheeler for GHOP.
/external/python/cpython2/Doc/Makefile
fef8be66e35df7ca1db1c377a760b551086e64bf 23-Oct-2007 Georg Brandl <georg@python.org> Update Pygments version from externals.
/external/python/cpython2/Doc/Makefile
3994240b6cddc310db4791f43b4e4ea922713c55 10-Sep-2007 Martin v. Löwis <martin@v.loewis.de> Allow making update with no prior checkout.
/external/python/cpython2/Doc/Makefile
09a5c3e6bbfe5fe5bcaa2025fc2c9ffcb9b92936 15-Aug-2007 Georg Brandl <georg@python.org> Fix a wrong path in the Makefile.
/external/python/cpython2/Doc/Makefile
7094a0c9a8902921f5e58b45e22c023786662ba7 15-Aug-2007 Georg Brandl <georg@python.org> Don't use "?=" which seems to be a GNUism.
/external/python/cpython2/Doc/Makefile
8ec7f656134b1230ab23003a94ba3266d7064122 15-Aug-2007 Georg Brandl <georg@python.org> Move the 2.6 reST doc tree in place.
/external/python/cpython2/Doc/Makefile
f56181ff53ba00b7bed3997a4dccd9a1b6217b57 15-Aug-2007 Georg Brandl <georg@python.org> Delete the LaTeX doc tree.
/external/python/cpython2/Doc/Makefile
62e955ad134b1b4cdeb5875e8672ae16635a9f4b 23-Sep-2006 Fred Drake <fdrake@acm.org> add boilerplate "What's New" document so the docs will build
/external/python/cpython2/Doc/Makefile
7cea65cc273e9cfde13c38752a60714dfadffa1e 19-Jun-2006 Fred Drake <fdrake@acm.org> remove non-working document formats from edist
/external/python/cpython2/Doc/Makefile
8038163ee65252b028148bb6fd10a5361831f277 06-Apr-2006 Fred Drake <fdrake@acm.org> revert incomplete changes committed by accident
/external/python/cpython2/Doc/Makefile
ca30e1d5ec9376df6eaaf073e6e02fd105acacb6 06-Apr-2006 Fred Drake <fdrake@acm.org> update URL to reflect new website
/external/python/cpython2/Doc/Makefile
7eb4b7d177adae5b5d0aefa6f54170b3967b2473 22-Jul-2005 Georg Brandl <georg@python.org> Fix all wrong instances of "it's".
/external/python/cpython2/Doc/Makefile
cf05f4728008217de54144c437a5433ce0ffbab2 01-Dec-2004 Fred Drake <fdrake@acm.org> - bump version number for "What's New" document
- don't create .tgz version of doc source package, since we're not
generating that for the other formats either
/external/python/cpython2/Doc/Makefile
6e2e90d1602479769f4a3ba7dc27a57fbd2c899f 05-Nov-2004 Fred Drake <fdrake@acm.org> switch remaining icon references to the PNG icons
/external/python/cpython2/Doc/Makefile
2e6fb4634cf7fce9938f80661dc000d9748a7bc7 17-Sep-2004 Fred Drake <fdrake@acm.org> remove gzipped archives from the list of expected distributions
/external/python/cpython2/Doc/Makefile
cf02e3168317234abad57791d7e84c02b151b184 19-Aug-2004 Matthias Klose <doko@ubuntu.com> Remove commented definition of the MKHOWTO macro.
/external/python/cpython2/Doc/Makefile
5b75f7d19b357051c271c38b2544d58489d84253 19-Aug-2004 Matthias Klose <doko@ubuntu.com> Remove zero-byte gif files from generated html docs
/external/python/cpython2/Doc/Makefile
ad5206fc02905c5e2a644bd4dad0dc4dffd59ecb 11-Jul-2004 Kurt B. Kaiser <kbk@shore.net> Clarify requirement for GNU make
/external/python/cpython2/Doc/Makefile
4f580e83945774ddc1e32f8a6fbd8f6b53c5984e 08-Apr-2004 Fred Drake <fdrake@acm.org> include both the GIF and PNG icons in the HTML package
/external/python/cpython2/Doc/Makefile
4ac6c6afc347cea41b879355672b081c907dc1ed 23-Mar-2004 Fred Drake <fdrake@acm.org> add the distutils modules to the global modules list
/external/python/cpython2/Doc/Makefile
a6008d08fae075063114c7514178e42a2c20bfa9 01-Oct-2003 Fred Drake <fdrake@acm.org> Make sure the trunk Makefile doesn't require mkhowto to be "installed"
as described in "Documenting Python".
/external/python/cpython2/Doc/Makefile
b36615d584e1a399a770286d8d0fdebbd7ce73cb 28-Sep-2003 Fred Drake <fdrake@acm.org> - update pkglist.html more frequently, and explain why that's helpful
- add a comment explaining what pkglist.html is for
/external/python/cpython2/Doc/Makefile
c8083cf1cc375fa4df828a8a2241cf6617c111f4 28-Sep-2003 Fred Drake <fdrake@acm.org> Load the version information from ../Include/patchlevel.h, so there are
fewer changes to make to version numbers after a release.
/external/python/cpython2/Doc/Makefile
e1b38c48fa7aebd3c2891a2fd61fa055d23a62ab 27-Sep-2003 Fred Drake <fdrake@acm.org> update one more reference to a file that moved from texinputs/ to
commontex/
/external/python/cpython2/Doc/Makefile
0d86ea71b507debdbeef75cbd05ff12fa244d5a7 27-Sep-2003 Fred Drake <fdrake@acm.org> Adjust the organization a bit and update some of the comments to
better explain what's happening.
/external/python/cpython2/Doc/Makefile
410825ac8b0f3427f0b163ca2354c289e21ac0ff 27-Sep-2003 Fred Drake <fdrake@acm.org> Move content input files shared among the documents into a new directory
(commontex/), leaving only style support files in texinputs/. This makes
texinputs/ part of the formatting tools while commontex/ is strictly part
of the actual documentation.
/external/python/cpython2/Doc/Makefile
e395e2278ca5f3a0eae56108a58ddf72f5360058 27-Sep-2003 Fred Drake <fdrake@acm.org> Fix the most recent change to the invocation of the mkhowto script so
that it works for all targets.

The issue here is that there are two different levels in the directory
tree at which we execute mkhowto, so we can't define it just once
using a relative path (at least not with the current implementation
and Makefile structure). We use the GNUish $(shell) function here to
work around that restriction by identifying mkhowto using an absolute
path.
/external/python/cpython2/Doc/Makefile
df49324c0bfb905a68b972952b661c6b2852dbf1 25-Sep-2003 Fred Drake <fdrake@acm.org> define a variable to specify the mkhowto program itself, as for any
other application
/external/python/cpython2/Doc/Makefile
90b20494a148e169904bc35df3eb6d8b279978c7 30-Jul-2003 Fred Drake <fdrake@acm.org> there's a new "What's New" for Python 2.4
/external/python/cpython2/Doc/Makefile
afc0d8e893d5db12e833d8bedf8c7c0d8db53701 30-Jul-2003 Fred Drake <fdrake@acm.org> Update to the same version info used by the interpreter.
/external/python/cpython2/Doc/Makefile
9d843087b6153ab501343d9d26887c3a0f22d292 30-Jul-2003 Fred Drake <fdrake@acm.org> update the documentation contact address
/external/python/cpython2/Doc/Makefile
96b49ffbe2782c887cf1ab7a2f881bbe095ad226 29-Jul-2003 Fred Drake <fdrake@acm.org> Bump version information.
/external/python/cpython2/Doc/Makefile
98741af1700eb20f353c61f89a3c24e3a05f5c6d 24-Jul-2003 Fred Drake <fdrake@acm.org> Bump release number.
/external/python/cpython2/Doc/Makefile
0106e1dd20b910b83b29285eda8fd07840cd62bf 17-Jul-2003 Fred Drake <fdrake@acm.org> Include the GNU info format in the edist target since we're now
building a fair portion of the documentation as info.
/external/python/cpython2/Doc/Makefile
de7cdb26d174c9de6fc869d21ac1abc6c24a7956 17-Jul-2003 Fred Drake <fdrake@acm.org> - put the GNU info packages in the same place as everything else
- add a convenience target to create the package list directly
/external/python/cpython2/Doc/Makefile
7262ca8abf6be6c42a86c6a67a111eb9a22b7353 17-Jul-2003 Fred Drake <fdrake@acm.org> Bump version numbers.
/external/python/cpython2/Doc/Makefile
fa00f9189754bb42f4a7612eb9c8e93f941d96dd 16-Jul-2003 Fred Drake <fdrake@acm.org> Pass along the selected "What's New" document to the make file for the
GNU info conversion.
/external/python/cpython2/Doc/Makefile
3e2244c9e113a62088bdf27c5ace167954fcd546 29-Jun-2003 Fred Drake <fdrake@acm.org> Bump version information for Python 2.3 beta 2.
/external/python/cpython2/Doc/Makefile
5af41c55e6e57e05a6a074c48e0d7e0824fad6c1 22-May-2003 Fred Drake <fdrake@acm.org> Correct dependency information -- the Python docs load the "About this
document" text from html/stdabout.dat, not html/about.dat.
/external/python/cpython2/Doc/Makefile
c11076e0da600a37e079ec5df1e2fd33722119ea 24-Apr-2003 Fred Drake <fdrake@acm.org> Bump the release information.
/external/python/cpython2/Doc/Makefile
444e434011408d474cbd167c2276ad51259eda20 23-Apr-2003 Fred Drake <fdrake@acm.org> Update the package list whenever we build distfiles.
This is used on www.python.org.
/external/python/cpython2/Doc/Makefile
7f90c7fcb370bbf9330f3c90066e72073c8681ac 18-Feb-2003 Fred Drake <fdrake@acm.org> Bump version number.
/external/python/cpython2/Doc/Makefile
8f1f8f13e4046bdb1eb0e4d7d54fe9b345e78ac0 31-Dec-2002 Fred Drake <fdrake@acm.org> The trunk is (nominally) post-alpha.
/external/python/cpython2/Doc/Makefile
4add68bbbc3b85d0c1e03f0cba86d999ad507375 26-Nov-2002 Fred Drake <fdrake@acm.org> Add missing dependency information for the "What's New" document.
/external/python/cpython2/Doc/Makefile
b1510d506072f3857aaa8b1f9996520ee998804d 30-Oct-2002 Fred Drake <fdrake@acm.org> Sprinkle with --favicon options.
/external/python/cpython2/Doc/Makefile
57b38ed424292803c0a3578d2f68cc0ef1c8661d 04-Oct-2002 Fred Drake <fdrake@acm.org> Remove some unnecessary dependencies (minor).
/external/python/cpython2/Doc/Makefile
15a159c23166c77926cebebbf9cc4bf13119f86e 01-Oct-2002 Fred Drake <fdrake@acm.org> Change the default path to icons so that "mkhowto" does the "right thing" by
default when used for 3rd-party docs. This requires the standard Python docs
to specify a location, but they are a bit of a special case in sharing one set
of icons among several documents.
/external/python/cpython2/Doc/Makefile
1a0199a74f23c977485951ed61f531f8df235388 09-Aug-2002 Fred Drake <fdrake@acm.org> Lots of changes to the packaging of the documentation, all to keep
directories clean where the packages are unpacked. Each package now
contains a single directory, Python-Docs-<version>/, which contains the
files for that version of the documentation.

Closes SF feature request #567576.
/external/python/cpython2/Doc/Makefile
38d53451b74d10f5b2045878e907ea510d94aed0 25-May-2002 Fred Drake <fdrake@acm.org> Define the "all" target more reasonably, but retain "html" as the default
target.
/external/python/cpython2/Doc/Makefile
db2e3e3c9c37e7afb69574c1ee03224290ac1b6e 23-May-2002 Fred Drake <fdrake@acm.org> Added missing dependency on the refcount data file.
/external/python/cpython2/Doc/Makefile
bfc18bdf031bb473e8f3ed5d9a880458893524a3 03-May-2002 Fred Drake <fdrake@acm.org> Integrated SF patch #539487 by Matthias Klose:
This patch adds Milan Zamazal's conversion script and
modifies the mkinfo script to build the info doc files
from the LaTeX sources. Currently, the mac, doc and
inst TeX files are not handled.
Explicitly checks for GNU Emacs 21.
/external/python/cpython2/Doc/Makefile
3d0b697d70789be6fed03ef3311a1006962d260a 17-Apr-2002 Fred Drake <fdrake@acm.org> Pass the -r option to getpagecounts to generate an entry for the "What's
New" document.
/external/python/cpython2/Doc/Makefile
4e526feb6a6f5ab9893df8ac000edc90890eece0 26-Mar-2002 Fred Drake <fdrake@acm.org> Add the "What's New" document to the index of HTML documents.
/external/python/cpython2/Doc/Makefile
3014086fbf4d5d5da3b6d387275789b6785c36f9 26-Mar-2002 Fred Drake <fdrake@acm.org> Wire up the makefile to more fully support the "What's New" documents.
/external/python/cpython2/Doc/Makefile
9ac14decde7c5807a3c24874379ae8aac918566c 26-Mar-2002 Fred Drake <fdrake@acm.org> Wire in the "What's New" document.
/external/python/cpython2/Doc/Makefile
210d3cca860b726db5dc40fb5c7cd0f17dd47980 04-Feb-2002 Fred Drake <fdrake@acm.org> Update version number to match Include/patchlevel.h.
Make sure we clean up all the temp files craeted for the typeset formats.
/external/python/cpython2/Doc/Makefile
09aa55a090ec1fef1c11710d50623fa7617e4308 21-Dec-2001 Fred Drake <fdrake@acm.org> Doc changes on the trunk will not be in Python 2.2, so let's call it 2.2+.
/external/python/cpython2/Doc/Makefile
e6965cd9f0e318576cf3a3c4b8beb710fcf5f91a 14-Dec-2001 Fred Drake <fdrake@acm.org> Bump version numbers for the trunk.
/external/python/cpython2/Doc/Makefile
5f443cb550b12608feec303b8d2765a215718bf6 12-Dec-2001 Fred Drake <fdrake@acm.org> Added the iSilo documentation to the standard target for distribution files
for "online" (as opposed to typeset) formats.
/external/python/cpython2/Doc/Makefile
dd2487d7592e1546e64ee1571e35cd984e8ba8da 16-Nov-2001 Fred Drake <fdrake@acm.org> Post-release bumps. Do *NOT* merge into the 2.2b2 branch.
/external/python/cpython2/Doc/Makefile
9c7a07f7a46570601432c1e490239f8c8b9dccc0 14-Nov-2001 Fred Drake <fdrake@acm.org> Bump release number & date.
/external/python/cpython2/Doc/Makefile
345b8df2c472ebce6caca99888ab2ef7bf55542a 30-Oct-2001 Fred Drake <fdrake@acm.org> Always use --dvips-safe when generating HTML for the standard documentation
since we do not have anything that causes dvips to be run except when
PostScript is specifically requested, which is a separate target.
/external/python/cpython2/Doc/Makefile
520b0093db7da3f9aea4fbfaf727594971e38d7e 29-Oct-2001 Fred Drake <fdrake@acm.org> Make sure we generate versions of each file in the Python/C API manual with
reference-count annotations; this is needed for the typeset forms of the
manuals.
/external/python/cpython2/Doc/Makefile
0099d8f8fbc2debe2b40119528836c9ced109b8c 25-Oct-2001 Fred Drake <fdrake@acm.org> Update the rules so that changes to the HTML stylesheet cause appropriate
work to be done, but do not require the HTML to be re-built.
/external/python/cpython2/Doc/Makefile
0c77cf15c0f6a758d6dbe3e15850f9d967451638 19-Oct-2001 Fred Drake <fdrake@acm.org> Additional rules to support the iSilo conversion.
/external/python/cpython2/Doc/Makefile
9ae09947f4c62bf1fffa9091b4ddc8833d5bcdfe 18-Oct-2001 Fred Drake <fdrake@acm.org> Bump version number.
Remove inconsistent use of HTMLDIR.
/external/python/cpython2/Doc/Makefile
56dd35bd44684d6d03db6fdfb2055898f0ef0b91 21-Sep-2001 Fred Drake <fdrake@acm.org> Bump version number.
/external/python/cpython2/Doc/Makefile
2872e8a654dbabaadbdeb513a962b0a23533dfe3 06-Sep-2001 Fred Drake <fdrake@acm.org> Do not rebuild html-$(RELEASE).tar every time we need to use it.
/external/python/cpython2/Doc/Makefile
c93cf676da1358de07e8c21883edf58e3da33c54 06-Sep-2001 Fred Drake <fdrake@acm.org> Bump version number.
/external/python/cpython2/Doc/Makefile
5afb5e5c9c65ffeeeef21f9b306b3f5fa6106f02 18-Jul-2001 Fred Drake <fdrake@acm.org> Look to the future: bump the version number.

Do more to ensure we don't do any more formatting than we need to.
Use separate targets for the distribution packages for paper-based and
non-paper-based formats; this avoids some extra packaging when a complete
distribution is being built with both paper sizes.
/external/python/cpython2/Doc/Makefile
8f65aeffbd664018c28fda8078265bb66517a266 18-Jul-2001 Fred Drake <fdrake@acm.org> Revise the rules for building the distribution files for the HTML format.
These work again.
/external/python/cpython2/Doc/Makefile
1385a57b85ee4fabf044bf8e2293bba908ece627 17-Jul-2001 Fred Drake <fdrake@acm.org> Bump the release number.

Make the syntax of compound command lines more portable (nmake, CygWin).
These changes are an adaptation of SF patch #429611.

Use the new tools/rewrite.py instead of grep/date/sed to transform
html/index.html.in into html/index.html; this is required for portability.
/external/python/cpython2/Doc/Makefile
238858fc51a21ac8cb235ce97d579b6ab6f51da7 07-Jul-2001 Fred Drake <fdrake@acm.org> Packaged versions of the HTML format need to include any .txt files that
were generated by the use of the productionlist environment or the
\verbatiminput macro.
/external/python/cpython2/Doc/Makefile
f3848322fff5b4ffd53ca03e10446bf50abdc72d 18-Apr-2001 Fred Drake <fdrake@acm.org> Sync version number with the current CVS version.

(Note that the docs are also being maintained on the 2.1.1 maintenance
branch, so users interested only in corrections and clarifications
can get that.)
/external/python/cpython2/Doc/Makefile
3fee30407ef6abdc63a227e7a4870dfe712776f4 14-Apr-2001 Fred Drake <fdrake@acm.org> Bump version number and set date.
/external/python/cpython2/Doc/Makefile
fc4ee0a296d56fbc9aa33560774216b1e40ffc99 13-Apr-2001 Fred Drake <fdrake@acm.org> Add convenience targets that build all archive types for single formatting
versions.
/external/python/cpython2/Doc/Makefile
c790e08ac1d3d28f98475045da640678db9e2062 12-Apr-2001 Fred Drake <fdrake@acm.org> Use "2.1c1" since that is what Guido used for the Python version number.
/external/python/cpython2/Doc/Makefile
c5287ac66adda7c0a73f49b6727747234189b441 10-Apr-2001 Fred Drake <fdrake@acm.org> Bump version numbers for upcoming release candidate.
/external/python/cpython2/Doc/Makefile
16a0b174600ab019d4b875ca013d9ca89a025423 23-Mar-2001 Fred Drake <fdrake@acm.org> Bump version number.
/external/python/cpython2/Doc/Makefile
2636572d76cd1b62b10d67c28fe0b23d99c154d2 06-Mar-2001 Fred Drake <fdrake@acm.org> Make sure the README files that contain page count information land in
the right directory (which actually exists).
/external/python/cpython2/Doc/Makefile
8c011580ffcd21e2dedfe0d332d61373dbfe127f 01-Mar-2001 Fred Drake <fdrake@acm.org> Use larger chunks for the HTML version of the Distutils documentation.
/external/python/cpython2/Doc/Makefile
baee0d42c91801748790e1c5097428f48a424f44 01-Mar-2001 Fred Drake <fdrake@acm.org> Bump the release number to 2.1b1.
/external/python/cpython2/Doc/Makefile
bca60c07b3ce554e62d38850faac2ce837428e96 28-Feb-2001 Fred Drake <fdrake@acm.org> Fix some rules broken by typos, others by the flattening of the makefile.
/external/python/cpython2/Doc/Makefile
2f55b11bf7d2f7018de49abd0fe3e6ea5c7b5831 23-Feb-2001 Fred Drake <fdrake@acm.org> cd to the html/ directory to generate the global module index so the links
to the module sections are right.

This was also broken when converting to a flat Makefile.
/external/python/cpython2/Doc/Makefile
d27ed858c3ce4b7c80e998bfaf2b608526b78f0e 23-Feb-2001 Fred Drake <fdrake@acm.org> The ACKS file is in the current directory when converted to HTML; this was
broken when converting to a flat Makefile. ;-(
/external/python/cpython2/Doc/Makefile
f6bfe8e34222445263308a1a46b16bb11204d634 19-Feb-2001 Fred Drake <fdrake@acm.org> Convert to a "flat" Makefile.
/external/python/cpython2/Doc/Makefile
88634604900fffef5ba350b52404d5540047162a 25-Jan-2001 Fred Drake <fdrake@acm.org> Add bzip2 archives back to the set of generated archives; we had way too
many reasonable requests to keep them around.

Bump version number.
/external/python/cpython2/Doc/Makefile
3a045e8993bb28837a6a132be2cd9ad8dd45c997 22-Jan-2001 Fred Drake <fdrake@acm.org> Change the main targets to generate HTML instead of PostScript.

Update the comments at the beginning of the file.
/external/python/cpython2/Doc/Makefile
a577aa2003aeadf8eb858dce2a5e4dc38e581d0a 19-Oct-2000 Fred Drake <fdrake@acm.org> Remove the bzip2 archives from the "distfiles" target. There are not
enough downloads to keep this around.
/external/python/cpython2/Doc/Makefile
91eb3e8558efe8903621724f49ad1f9e74cb0344 13-Oct-2000 Fred Drake <fdrake@acm.org> Update the release number and date.
/external/python/cpython2/Doc/Makefile
13589c6a52d2d142f064aff91a9b0ee166c57255 03-Oct-2000 Fred Drake <fdrake@acm.org> Bump the release number for the upcoming candidate.
/external/python/cpython2/Doc/Makefile
e71912c241ee52b2bfe1f66dd931fcdb71c13449 22-Sep-2000 Fred Drake <fdrake@acm.org> Update RELEASE for the next Python release.
/external/python/cpython2/Doc/Makefile
e92cdba105e0e9247d263cb50f8fc572fb1c7506 12-Sep-2000 Fred Drake <fdrake@acm.org> Documentation is good. Let's release more.
/external/python/cpython2/Doc/Makefile
90f876798f1ddb2b3005131acb40d17a9e5f8f92 08-Sep-2000 Fred Drake <fdrake@acm.org> When building the HTML packages, make sure we pick up all the HTML files
at the top level of the tree.
/external/python/cpython2/Doc/Makefile
78430b655fc7e8afd537644a97e24dc546fa473d 29-Aug-2000 Fred Drake <fdrake@acm.org> Add a comment noting that the dependency information is stored in
Makefile.deps.
/external/python/cpython2/Doc/Makefile
b906d2ee6680c03afaf39e4efee2b4865f66437a 01-Jul-2000 Fred Drake <fdrake@acm.org> Do not build the "longhtml" version for pre-release versions.
/external/python/cpython2/Doc/Makefile
30f76ffd0074b1d1c0f9fb946f43e5da8210328c 30-Jun-2000 Fred Drake <fdrake@acm.org> Update version numbering from 1.6 to 2.0.
/external/python/cpython2/Doc/Makefile
e9792c4563a332bca6598bc444b6a30ed34ae724 28-Apr-2000 Greg Ward <gward@python.net> When building HTML releases, refer to */*.css and */*.html instead of
???/*.css and ???/*.html -- need to pick up the Distutils manuals!
/external/python/cpython2/Doc/Makefile
0862f800d0501ad0039df8e61438b88eebe3edcf 28-Apr-2000 Greg Ward <gward@python.net> Added 'inst' and 'dist' -- the two Distutils manuals.
/external/python/cpython2/Doc/Makefile
e7a8c972d81f9d58da515d88ad133c10ae08988e 07-Apr-2000 Fred Drake <fdrake@acm.org> Added support for the "Long HTML" version to the build/packaging
process.
/external/python/cpython2/Doc/Makefile
cff5482d377ee100118572a9f309fededbad35ea 06-Apr-2000 Fred Drake <fdrake@acm.org> Mark RELEASE with the release level ("a2").
/external/python/cpython2/Doc/Makefile
02ba62141ea39d55c19de107d44a06835d882cff 04-Apr-2000 Fred Drake <fdrake@acm.org> Merged in changes from 1.5.2p2 release as appropriate.
/external/python/cpython2/Doc/Makefile
83c0983bf693cde505adbfad11a336d8390fe334 02-Aug-1999 Fred Drake <fdrake@acm.org> Use the mksourcepgk script instead of mktarball.sh.
/external/python/cpython2/Doc/Makefile
4ef3ea0cc4b71a664e69c9835eed30411ad15c1e 27-Jul-1999 Fred Drake <fdrake@acm.org> Add support for bzip2 compression.

New target: distfiles, create all distribution archives, regardless of
archive format. (Individual targets remain for each archive format.)
/external/python/cpython2/Doc/Makefile
7dcc69a9798ff95958170974389823fe4c4458a2 23-Jul-1999 Fred Drake <fdrake@acm.org> Add zip archive support for html, pdf, ps, and latex archives.

"zips" target produces all possible .zip files.
/external/python/cpython2/Doc/Makefile
860e25614786c9c89a0ba4fe097f1e1e09e9cf57 12-Jul-1999 Fred Drake <fdrake@acm.org> Added comment clarifying that RELEASE is the documentation release
number, not the Python release.

Removed VERSION since it is not used.
/external/python/cpython2/Doc/Makefile
e72d48d5b2c298c964f2cadda4278ff5ac697500 06-Jul-1999 Fred Drake <fdrake@acm.org> Bump the release number to 1.5.2p1.
/external/python/cpython2/Doc/Makefile
ab005d5f6c83b185e917980074d2fea7e6649d95 30-Apr-1999 Fred Drake <fdrake@acm.org> Revert constraint on the GIF wildcard; we missed a few!
/external/python/cpython2/Doc/Makefile
62e80138f4c157eb7ea903b9f566e96031e21a82 29-Apr-1999 Fred Drake <fdrake@acm.org> Make sure the global module index is added to the HTML tarball.
/external/python/cpython2/Doc/Makefile
fe1e207841ab44f17ec06ed37f7e789d51fb5512 29-Apr-1999 Fred Drake <fdrake@acm.org> Constrain a wildcard a little more.
/external/python/cpython2/Doc/Makefile
6532b9b8e0e0d2770995d5b78a8814878d4d6c2c 22-Apr-1999 Fred Drake <fdrake@acm.org> Updated a comment and the release number.
/external/python/cpython2/Doc/Makefile
7d5f5dd6aa203e6fe56ec6a35087b64a1a845ae6 18-Mar-1999 Fred Drake <fdrake@acm.org> Added htmldoc, to generate the HTML for "Documenting Python".
/external/python/cpython2/Doc/Makefile
90fc0a71a52c0d8de465cdaf110a9a29aa96a76d 17-Mar-1999 Fred Drake <fdrake@acm.org> Be sure "make" understands the "doc" target is phony.
/external/python/cpython2/Doc/Makefile
15087437d525a27c2d34d566390ef3085cf380c8 16-Mar-1999 Fred Drake <fdrake@acm.org> Add support for "Documenting Python".
/external/python/cpython2/Doc/Makefile
63f217741effa37bc6d64bff7f5574d4e5518162 16-Feb-1999 Fred Drake <fdrake@acm.org> Bump release to 1.5.2b2.
/external/python/cpython2/Doc/Makefile
28e66d1c5ed696e5aa7fcd82d6787e9a8f8b7727 29-Jan-1999 Fred Drake <fdrake@acm.org> Added the info tarball to the tarballs target. Added the README to
the info tarball.
/external/python/cpython2/Doc/Makefile
ffd511248e8830d20f0015ba9fc2bcf38c60311e 27-Jan-1999 Fred Drake <fdrake@acm.org> Add the info "dir" fragment to the info tarball.
/external/python/cpython2/Doc/Makefile
fcb7adb6aa023453b68379ce36b7f0415ea9f383 12-Jan-1999 Fred Drake <fdrake@acm.org> Fix the HTML tarball target to generate the HTML if needed instead of
bombing.
/external/python/cpython2/Doc/Makefile
b6584cac1ecbf6d93bb112cc6dcc30b82aa9735d 08-Jan-1999 Fred Drake <fdrake@acm.org> Remove the "lib-" prefix from the name of the info archive.
/external/python/cpython2/Doc/Makefile
85220410e0e7319b995be14a7085564d4b30555a 22-Dec-1998 Fred Drake <fdrake@acm.org> Bump $(RELEASE).
/external/python/cpython2/Doc/Makefile
a76b63c4f4ebc9136389731e16f741fdb302c361 21-Oct-1998 Fred Drake <fdrake@acm.org> Bump the release to 1.5.2a2.
/external/python/cpython2/Doc/Makefile
2335a305e5ebdcb965d23e5209c194c0b4c8ef42 28-Aug-1998 Fred Drake <fdrake@acm.org> When building the tarball of the PostScript files, also generate & include a
little README giving the page count of each file when printed.
/external/python/cpython2/Doc/Makefile
eb7fe4f5a1f65c121ca85812c7d26ed625d5cdbd 12-Aug-1998 Fred Drake <fdrake@acm.org> Massive cleanup: Use Makefiles in subdirs properly, move most of the
detailed build rules to the subdirs. Allow pretty much every useful target
to be built directly from the top dir (no change in output location).
/external/python/cpython2/Doc/Makefile
370f3c9eb6fd83038cb171fe45f41065d685a804 11-Aug-1998 Fred Drake <fdrake@acm.org> Bump RELEASE to 1.5.2a1.
/external/python/cpython2/Doc/Makefile
bd65706fe3c6f1ff1e13c1899d55ea0ea0e0b3a0 11-Aug-1998 Fred Drake <fdrake@acm.org> Added new files to the LIBFILES variable.
/external/python/cpython2/Doc/Makefile
96e11029b88fe73d9e3b400abd3825aa9fc019ef 07-Aug-1998 Fred Drake <fdrake@acm.org> Updated list of Library Reference files.

Added some dependencies to some of the HTML generation targets.
/external/python/cpython2/Doc/Makefile
f54556efae30d39f8481b7098322fb56ff114833 04-Aug-1998 Fred Drake <fdrake@acm.org> Fixed wrapping on some long lines.
/external/python/cpython2/Doc/Makefile
228e31eef9480f3258f4fa71c5debea84ec37c5a 04-Aug-1998 Fred Drake <fdrake@acm.org> Update the documentation release number in RELEASE.
/external/python/cpython2/Doc/Makefile
b35631587b89af135de665f5417cd84edd27aeb2 29-Jul-1998 Fred Drake <fdrake@acm.org> Pass paper size to dvips explicitly.
/external/python/cpython2/Doc/Makefile
d19b9d6c07a5aa11b74ae28067e3454ea2f5a59f 29-Jul-1998 Fred Drake <fdrake@acm.org> Fix two remaining references to all-pdf and all-ps to only use pdf and ps.
/external/python/cpython2/Doc/Makefile
efc17bd96820c513007a63f5a014a40048027837 28-Jul-1998 Fred Drake <fdrake@acm.org> Added ref/ref.tex to REFFILES.

Fixed up some comments.

Removed info-related targets from the really big combined targets.
/external/python/cpython2/Doc/Makefile
6f5bf8d59aaf7a481cdf4d81a8acbfb6a9c39d70 27-Jul-1998 Fred Drake <fdrake@acm.org> Minor tidy.
/external/python/cpython2/Doc/Makefile
34116ba9331c94f816d4c5e0ff37cd9f89546a42 24-Jul-1998 Fred Drake <fdrake@acm.org> Remove all-<format> targets in favor of just <format>.

Fix some comments.

For lib.pdf, run tools/toc2bkm.py to get "bookmarks" in acroread.
/external/python/cpython2/Doc/Makefile
3f8a59f1461f9ad1f9c4da27e66bb89a7daba734 24-Jul-1998 Fred Drake <fdrake@acm.org> Reflect file renamings for the Python Library Reference.

Fix style dependencies for HOWTO documents.
/external/python/cpython2/Doc/Makefile
465a42a58ef0ab767b1e0c557393b098521f4628 23-Jul-1998 Fred Drake <fdrake@acm.org> Added targets dvi, pdf, and ps, to make all of the documents in those formats.
/external/python/cpython2/Doc/Makefile
a9f445cd8d7360e7cc9a0026bd31d3d37e8450f3 20-Jul-1998 Fred Drake <fdrake@acm.org> Add libthreading.tex to LIBFILES.
/external/python/cpython2/Doc/Makefile
f78a52c1ae634a56daa83093ac9f1776327bfbe4 28-Jun-1998 Guido van Rossum <guido@python.org> Added cmd, smtplib, multifile
/external/python/cpython2/Doc/Makefile
8e7c82648f366c4ced1dd7faf1387d04995529ec 22-Jun-1998 Fred Drake <fdrake@acm.org> Added texinputs/pypaper.sty to the list of manual style files, so that the
.dvi files are properly dependent on it.
/external/python/cpython2/Doc/Makefile
79c0f0efc4ae1c7d9f98f97ff51fb9586ea919f3 19-May-1998 Fred Drake <fdrake@acm.org> Fix the webcheck target so it checks the right files....
/external/python/cpython2/Doc/Makefile
edde1501272e18e7fa072b851c1f505296a7dc90 19-May-1998 Fred Drake <fdrake@acm.org> Add mimetypes documentation to library reference dependencies.
/external/python/cpython2/Doc/Makefile
e593b6213a5121d7908261813ea9f9f76cc67eda 15-May-1998 Fred Drake <fdrake@acm.org> Small change to the l2h target allowing the output dir, $(HTMLDIR), to be
a sibling of the html/ directory in the distribution.
/external/python/cpython2/Doc/Makefile
cdbd391415b16eb241314f957eb2fc332aacd234 15-May-1998 Fred Drake <fdrake@acm.org> Add support for the Macintosh Library Modules document.
/external/python/cpython2/Doc/Makefile
e34ab30a3f09c68aabdecfa28497bdeb9c30f73b 11-May-1998 Fred Drake <fdrake@acm.org> Switch to .tgz instead of .tar.gz to appease Windows users.

Clean up the clean & clobber targets.
/external/python/cpython2/Doc/Makefile
29cabd4cd77b82b573e719b1f56d24f4c19dec2e 11-May-1998 Fred Drake <fdrake@acm.org> Pass the release number to the tools/mktarball.sh script.

Nits.
/external/python/cpython2/Doc/Makefile
d69e2c4f33d57d51d24b00552e197e6ed022f676 11-May-1998 Fred Drake <fdrake@acm.org> Update some of the comments.

Update the .tar.gz targets so that they work from the top level.

Reinstate the api, ext, lib, ref, and tut targets.
/external/python/cpython2/Doc/Makefile
b9838d97ada2fd64eae3e48eacf42341c9af6195 08-May-1998 Fred Drake <fdrake@acm.org> Fix a comment.

Avoid extra level of recursion in the paper-*/ directories.

Added the "info" target to use the subdir. Partparse, however, is broken
again.
/external/python/cpython2/Doc/Makefile
445cfd339cbe046c08b8263b9edbf15fccce24a6 08-May-1998 Fred Drake <fdrake@acm.org> l2h target: Do the "right thing" regarding the paper-*/ subdirs as the other
"big" targets. Fix is to set the TEXINPUTS on the command line of the
sub-make.
/external/python/cpython2/Doc/Makefile
df68e3dd6d6864e754214ba51e79ec4ef437374e 08-May-1998 Fred Drake <fdrake@acm.org> $(KPSEWHICH): Use the older style of calling kpsewhich with the arg
specifying *which* type of path to search. This works for both
teTeX 0.4 and 0.9. This is what we call portability these days! ;-)
/external/python/cpython2/Doc/Makefile
566d20951d2192ffe7ff77e367227208e014bcc2 08-May-1998 Fred Drake <fdrake@acm.org> Oops! Must have deleted a word by accident before the last check-in of this
file; "make" (the 'all' target) became a no-op!

Now works as previously described.
/external/python/cpython2/Doc/Makefile
f295113f1f3d923e399deed513bfb706dc5c951e 07-May-1998 Fred Drake <fdrake@acm.org> Cleaned out some more cruft.

Added some new cruft.

For some of the "big" targets, force things to happen in the "right"
subdirectory, i.e., "make" will build the DVI and PostScript files in the
paper-letter/ directory, and "make PAPER=a4" will build DVI and PostScript
files in the paper-a4/ directory.

Probably still needs some restructuring.
/external/python/cpython2/Doc/Makefile
106fe12ebf036f607a383d48def4124fbbd89744 07-May-1998 Fred Drake <fdrake@acm.org> Better go ahead and remove some cruftiness....
/external/python/cpython2/Doc/Makefile
9cdf08797eafb2b11986e7300b6cd085420f6f1e 07-May-1998 Fred Drake <fdrake@acm.org> Support the new directory structure.

Some targets may be a little raw, but the basic formatting targets are all
tested, primarily for use from the subdirs. There are probably a few
gotchas, and the paper-*/ directories could use "helper" Makefiles.
/external/python/cpython2/Doc/Makefile
bbe33c559403c7e06642111c494bd32d9abe528f 07-May-1998 Fred Drake <fdrake@acm.org> More changes to support the new directory structure.
/external/python/cpython2/Doc/Makefile
a6bb39622c6b9e485c9bd4845393ed0c28c52f81 06-May-1998 Fred Drake <fdrake@acm.org> First cut at welcoming the Python Reference Manual back to the fold.
/external/python/cpython2/Doc/Makefile
9fab3aa52e1761d53f6bb04b6ef59d002d80a2d9 28-Apr-1998 Fred Drake <fdrake@acm.org> Move a bit closer to HTML generation without depending on the temp files
being in the current directory.

Be more careful cleaning up.

Correct an error in a comment.

Add recent additions to the dependencies for lib.dvi.
/external/python/cpython2/Doc/Makefile
23916e78d0e5c9b436dba83ba1a14a12eca543a7 25-Apr-1998 Fred Drake <fdrake@acm.org> clean target: Remove intermediate files from creation of outline in PDF.
/external/python/cpython2/Doc/Makefile
3af9f2514f9ebd48f9be9e033ff500e0ccb999e8 24-Apr-1998 Fred Drake <fdrake@acm.org> Added libpoplib.tex to dependencies for the library reference.

Some mods to allow PS to be generated when the current dir is *not* Doc;
to help out with generating A4 versions.
/external/python/cpython2/Doc/Makefile
0d27d087905cdbf8fa6d699d99408fd85f95191e 23-Apr-1998 Fred Drake <fdrake@acm.org> Don't override the default $ADDRESS.
/external/python/cpython2/Doc/Makefile
bdbdb80b0b6def832d48a976ce0ef7a541361f8b 17-Apr-1998 Fred Drake <fdrake@acm.org> Separate the Mac-related files from the library reference files. The new
variable isn't used yet.
/external/python/cpython2/Doc/Makefile
d671e8fb87ba319527ce86bcfb02a0fac0155d9b 15-Apr-1998 Fred Drake <fdrake@acm.org> Added dependency on the tools/toc2bkm.py script for the PDF files.
/external/python/cpython2/Doc/Makefile
f5013f1f0c1eec01b8007f16d91f4a53da866553 13-Apr-1998 Fred Drake <fdrake@acm.org> Add RELEASE make variable; this gets the entire release # ("1.5.1").
/external/python/cpython2/Doc/Makefile
1e0f8bfea93e27357259cd7ba829c8073e15c74e 11-Apr-1998 Fred Drake <fdrake@acm.org> Add imaplib to appropriate lists.
/external/python/cpython2/Doc/Makefile
6b529ae0c0751810f2a96d7a2afdde639af4d030 09-Apr-1998 Fred Drake <fdrake@acm.org> Remove @webchecker.pickle in the "clean" target.
/external/python/cpython2/Doc/Makefile
ea2f2b94096f63625a2086bbdcc7dda6454f70ce 04-Apr-1998 Fred Drake <fdrake@acm.org> Use new index style for makeindex.

Add dependency on libfileinput.tex for lib.dvi.
/external/python/cpython2/Doc/Makefile
396a7cfb9404e4d38fe285b5f2c7432e6ec6f47b 17-Mar-1998 Fred Drake <fdrake@acm.org> Reverting some the index stuff to use tools/newind.py again; this works
better with LaTeX2HTML.

Run pdflatex twice to generate the PDF files, even though LaTeX has already
been run a couple of times. This ensures that font metrics for the final
run match those for the first run, and seesm to get (somewhat) better
outline results.
/external/python/cpython2/Doc/Makefile
520f8bd9b7d6122218dc7f7ae41fa0a386c496a1 09-Mar-1998 Fred Drake <fdrake@acm.org> Ok, remove dependency on the obsolete tools/modindex.py.
/external/python/cpython2/Doc/Makefile
8bc965785ee253e22502209b167661df270bc03c 09-Mar-1998 Fred Drake <fdrake@acm.org> Adjust index file resetting; just remove the files. The new index support
doesn't fail if the files don't exist.

Use makeindex for the module index.
/external/python/cpython2/Doc/Makefile
2c954fa4114849f424537dca6a9f4e64f3428b88 07-Mar-1998 Fred Drake <fdrake@acm.org> Remove info targets from "world" and "tarballs".

This is because it's not working again; the optional arg. for \seemodule{}
is not yet supported.
/external/python/cpython2/Doc/Makefile
e4837a167184c7d0b805c12cfc95fee65c5370de 06-Mar-1998 Fred Drake <fdrake@acm.org> Revised Makefile to handle the new directories correctly.
/external/python/cpython2/Doc/Makefile
e61d7af4db4e3a42e6be065e39d8895f5d1234d1 05-Mar-1998 Fred Drake <fdrake@acm.org> latex-$(VERSION).tar.gz, tarlatex: Create the source distribution.

clean: Remove all the generatable tarballs.
/external/python/cpython2/Doc/Makefile
85551a38f31dfd3e371ae1f24a4128974fac71b3 04-Mar-1998 Fred Drake <fdrake@acm.org> tarballs: Ok, we do support info for the moment, so add that to the tarballs
target.
/external/python/cpython2/Doc/Makefile
b1cd7710efebf16d90cd66aa0917b277fc56fc85 04-Mar-1998 Fred Drake <fdrake@acm.org> pdf-$(VERSION).tar.gz: If ref/ref.pdf exists, include it in the tarball
along with the others.

html-$(VERSION).tar.gz: Change the wildcard for picking up GIFs a little
to avoid changes in what LaTeX2HTML generates.
/external/python/cpython2/Doc/Makefile
12577abe2e0577dcd6e1d7180b29c28bc14eafb6 03-Mar-1998 Fred Drake <fdrake@acm.org> For each of the l2h??? targets, remove the sed hack that rips out a comma;
it no longer appears to be needed.
/external/python/cpython2/Doc/Makefile
6659c30b67da07573e4ab315d6fca1667b920a35 03-Mar-1998 Fred Drake <fdrake@acm.org> Convert LaTeX support to create a new class of documents. HTML generation
now requires LaTeX2HTML 98.1p1 or newer (& and is still in progress).

This means that doing things to change the formatting of the manuals (at the
"normal user" level, like A4 paper), can happen in just one place, rather
than in each document file.
/external/python/cpython2/Doc/Makefile
791f2ae1fe47b3357f49d116603e155576c5c47b 03-Mar-1998 Fred Drake <fdrake@acm.org> Simplify the parameters passed to node2label.pl.
/external/python/cpython2/Doc/Makefile
4f4e920889889cc280b5968fe41618c569c1fc71 27-Feb-1998 Fred Drake <fdrake@acm.org> Use a Python script to create "empty" indexes. This solves Guido's
corrupted file problem and avoids the shell escape interpretation
portability problem. ;-( See comments at top of newind.py for an
explanation.
/external/python/cpython2/Doc/Makefile
888dfa90f3a389705bebabd7c17b6ca769ede2d3 25-Feb-1998 Fred Drake <fdrake@acm.org> Change quoting of the "echo" commands yet again.... why can't shells agree?

Derive the name of the modules .idx from the jobname.
/external/python/cpython2/Doc/Makefile
4d3b2a2717a793a7c3696029b8b5860b48201f82 23-Feb-1998 Fred Drake <fdrake@acm.org> clean: Remove *.out (hyperref's internal files for building outlines for PDF).
/external/python/cpython2/Doc/Makefile
906f7ea429ade63d1fc84103c228c5124eaf99f8 23-Feb-1998 Fred Drake <fdrake@acm.org> Change quoting a little bit to avoid problems building it at CNRI.
/external/python/cpython2/Doc/Makefile
5ad78f39e761f17bc2f4bd429039f0a7bb74695f 22-Feb-1998 Fred Drake <fdrake@acm.org> Changed way *.ind are forced to exist; the files are now reset to contain
an empty index instead of touched. Note that for modindex.ind, this also
includes "\label{modindex}" so that the modindex.py script doesn't change
the set of labels in the document.

Be more consistent in use of $* in commands.
/external/python/cpython2/Doc/Makefile
f7f2e70fd410095353042e35ff82f696c8bdb292 19-Feb-1998 Fred Drake <fdrake@acm.org> Don't ignore makeinfo errors.
/external/python/cpython2/Doc/Makefile
9168328572fbb4c3369f3cb64370eeb970fd0728 19-Feb-1998 Fred Drake <fdrake@acm.org> Add missing files to $(LIBFILES).

Run node2label.pl on the HTML versions of all the LaTeX manuals.
/external/python/cpython2/Doc/Makefile
a799835460d8162e2abe6e24b6bcf3b4c1627375 19-Feb-1998 Fred Drake <fdrake@acm.org> Revised some targets to make better use of make "special" variables, to avoid
repeating file names.

Change lib.texi target to not overwrite the input file; work on a copy.
/external/python/cpython2/Doc/Makefile
8ff4b8b05b89bad9502f18f9cb946640e441834e 18-Feb-1998 Fred Drake <fdrake@acm.org> Add new files from the Mac user interface breakup.
/external/python/cpython2/Doc/Makefile
dd94676865b4057865aad7e3130151147c6bc410 18-Feb-1998 Fred Drake <fdrake@acm.org> Added libsymbol.tex, libtoken.tex to dependencies for the libref.

New targets: ???-all, for each document. This creates all formats of the
named document (DVI, HTML, PDF, PS).

l2hlib: Added commands to translate node*.html to use the \label{} stuff,
as supported by Jeremy's node2html.pl. This gives us mostly
bookmarkable nodes.
/external/python/cpython2/Doc/Makefile
5fd242b0850dd382b214cf23ec26133cd5a38a0e 17-Feb-1998 Fred Drake <fdrake@acm.org> Clarified comment about the PS generation when using the all-pdf target.
/external/python/cpython2/Doc/Makefile
ddae414cb527df4206c0cf65800a9d0ac0183ea5 17-Feb-1998 Fred Drake <fdrake@acm.org> Added all-formats target: use this to get both PDF and PS files; using the
"alternate" rules for PDF generation doesn't ensure the PS files get
generated since distiller isn't used.

Switch to the "alternate" rules for PDF generation; this is starting to make
more sense than the distiller-based rule, and requires only free software.
I'm also confident it's working well (meaning I paged through all four
pdflatex-generated PDF files).
/external/python/cpython2/Doc/Makefile
3b26eeddea3bdcbb2411bc2cf5577cf50f5bb600 16-Feb-1998 Fred Drake <fdrake@acm.org> Added rule to generate the PDF format using pdflatex. Commented out since
this is still experimental software. See the comment.
/external/python/cpython2/Doc/Makefile
6eab2fb0f1a815af3fd1c02bb461194089799b8a 13-Feb-1998 Fred Drake <fdrake@acm.org> Clean up some of the definitions related to info generation.
/external/python/cpython2/Doc/Makefile
04cf4dcf58709b35afaf7329e5e73401fc16566b 12-Feb-1998 Fred Drake <fdrake@acm.org> Added tarpdf target.

Don't remove *.texi & *.info for clean; only for clobber.

Don't remake tarballs if not needed (PDF & PS only). HTML tarball is still
painful.
/external/python/cpython2/Doc/Makefile
5d8f0edc33d51266d8c4eb452ed3df60c3235a7b 11-Feb-1998 Fred Drake <fdrake@acm.org> Add copyright.tex and boilerplate.tex to the common dependencies for .dvi
files.
/external/python/cpython2/Doc/Makefile
4be00713b8a6711110e9f6292882553e81e8060d 09-Feb-1998 Fred Drake <fdrake@acm.org> Include indfix.py script in lib.dvi's processing.
/external/python/cpython2/Doc/Makefile
6b7fc6f26757cb7dd965166e4984303934c6bf5d 04-Feb-1998 Fred Drake <fdrake@acm.org> Add *.pdf files to the clobber target (same target as *.ps).
/external/python/cpython2/Doc/Makefile
126d840d1a88ed52a99e914b35812b34b7595536 04-Feb-1998 Fred Drake <fdrake@acm.org> Use implicit rules to perform DVI->PS and PS->PDF conversions. PDF conversion
requires "distill" from a FrameMaker installation. ;-) Would probably need
to be different for Windows/Mac.
/external/python/cpython2/Doc/Makefile
251fed3e562a7506a00ff5c9b1ae0a143ecefe96 21-Jan-1998 Fred Drake <fdrake@acm.org> $(LIBFILES): Added libcopyreg.tex.
/external/python/cpython2/Doc/Makefile
95810e4d181bcaa4620eba752c7e942f08c1c79f 13-Jan-1998 Fred Drake <fdrake@acm.org> Removed tarps2, tardvi targets based on comments from Guido.

Added -9 option to gzip. This doesn't save much space, but it's "free" and
appreaciated by those with slow modems. (With these tarballs, that means
"those with modems"...!)

Remove the two tarballs in the clean target.
/external/python/cpython2/Doc/Makefile
33d05b9d8802402dc25041322659d75e95bf2665 13-Jan-1998 Fred Drake <fdrake@acm.org> Added targets:

tarps - one-sided PostScript
tarps2 - two-sided PostScript, with ref.ps added as-is.
tardvi - yes, some people want the .dvi files

all-ps2 - Create the .ps files, but make sure the LaTeX openright option
is used in the \documentclass.
/external/python/cpython2/Doc/Makefile
34252f99d6c7ac432017965f04e4182818f40b68 02-Jan-1998 Fred Drake <fdrake@acm.org> lib.dvi target: Added commands to generate the modules index.
/external/python/cpython2/Doc/Makefile
1c8b9e476901b1eafa46eafa8966c5017db45756 30-Dec-1997 Fred Drake <fdrake@acm.org> Clean out *.texi and *.info* as well for "make clean".
/external/python/cpython2/Doc/Makefile
13704a89288e4a742f100d3005c482162a13bf59 29-Dec-1997 Fred Drake <fdrake@acm.org> Added .PHONY annotation for lib.info target; the real target is
python-lib.info. The annotation is needed to prevent at least GNU make from
building a second set of info files with the lib.info base name.
/external/python/cpython2/Doc/Makefile
3d913ad370a9821c27d2c99101667e5b93de7109 29-Dec-1997 Fred Drake <fdrake@acm.org> Revised lib1.texi target to deal with some conversion nastiness. See comment.
/external/python/cpython2/Doc/Makefile
9cb64803aa22ae35de0e8b0420bd8f0e4e8e2b44 29-Dec-1997 Guido van Rossum <guido@python.org> Added Greg Stein's docs for BaseHTTPServer.py.
Moved docs for "re" to before docs for "regex".
/external/python/cpython2/Doc/Makefile
05dd3c09ab1d5dc178b3eb8f6faada3a02f0c8f3 29-Dec-1997 Fred Drake <fdrake@acm.org> Added back info generation. Still buggy in the final phase (makeinfo run).

Does not conflict with any other targets.
/external/python/cpython2/Doc/Makefile
0f280b609948323b466c6d8d45e44cb2d0a31956 01-Dec-1997 Guido van Rossum <guido@python.org> Use $LOGNAME instead of $USER to get the current user -- it seems to
be the state of the art.
/external/python/cpython2/Doc/Makefile
330c660f66243094e082500bc1d760b2b86024cb 26-Nov-1997 Guido van Rossum <guido@python.org> The dependency of tarhtml on l2h was a bad idea.
/external/python/cpython2/Doc/Makefile
84cca446f2829b114d472d5b41d0003115cd9382 25-Nov-1997 Guido van Rossum <guido@python.org> Added utility target tarhtml to tar and gzip the HTML files plus their
support (GIFS, icons, style sheets).
/external/python/cpython2/Doc/Makefile
bc12f78bb3d774260444c76bc22507e9a5844bde 20-Nov-1997 Guido van Rossum <guido@python.org> Adding Martin von Loewis' documentation for his locale module.
/external/python/cpython2/Doc/Makefile
17c8e781c0f5d6b7f29b768ffbcaa95438dd9508 20-Nov-1997 Barry Warsaw <barry@python.org> libqueue.tex: Documentation for the Queue.py module.

Makefile: Add dependency on libqueue.tex

lib.tex: Place the libqueue.tex documentation just after libthread.tex
since Queue depends on thread support in Python.
/external/python/cpython2/Doc/Makefile
eae121e4360973e9fa197ec798790533da520dc5 18-Nov-1997 Guido van Rossum <guido@python.org> Adding dis and xmllib docs
/external/python/cpython2/Doc/Makefile
5344d4fd2e4574d405d831e1eba5bafea7c07d28 05-Oct-1997 Guido van Rossum <guido@python.org> Add -N0 to dvips flags to generate page structure comments.
/external/python/cpython2/Doc/Makefile
36764b8b0e2f7fee83196bb08d78efda7092c472 30-Aug-1997 Guido van Rossum <guido@python.org> Added docs for 'user' customization module. Renamed libuser.tex
(which had UserDict/UserList) to libuserdict.tex.
/external/python/cpython2/Doc/Makefile
5de31fc09411a6640961e77968782147b2db8a10 22-Aug-1997 Fred Drake <fdrake@acm.org> Oops, don't suppress echo of the rm command in l2hclean!
/external/python/cpython2/Doc/Makefile
03ff6f7474ddab72440aa65407fc50aa8eecb8bb 22-Aug-1997 Fred Drake <fdrake@acm.org> Simplify LaTeX2HTML targets && support re-use of output directories (which
saves re-generation of images).

Add l2hclean target.
/external/python/cpython2/Doc/Makefile
e229d8636dd42e3979afe1d5fc59890a32b9ad42 18-Aug-1997 Guido van Rossum <guido@python.org> Misc Mac mods by Jack. Added libmacic.tex, and these patches:

libmacfs.tex Document NewAliasMinimalFromFullPath
libmacos.tex Document SetEventHandler and SchedParams
libmacui.tex Document asynchronous event handling
libmailbox.tex Removed mime-turds that somehow got in here
/external/python/cpython2/Doc/Makefile
b235d9e673cf81464c7efddda1868fbb4b319322 15-Aug-1997 Guido van Rossum <guido@python.org> Tweaked all l2h targets to remove the target directory before renaming
the intermediate target directory.
/external/python/cpython2/Doc/Makefile
1acceb0650aa0bebe082517627d375aea0be25c8 15-Aug-1997 Guido van Rossum <guido@python.org> Added AMK's first cut at docs for re.py
/external/python/cpython2/Doc/Makefile
fd16ca4542b418e5fa1f70782f65f905540da711 31-Jul-1997 Guido van Rossum <guido@python.org> Added mimify docs (Sjoerd).
/external/python/cpython2/Doc/Makefile
bc0cd37fe25d9775e87040d657db80fc0dad726f 30-Jul-1997 Fred Drake <fdrake@acm.org> l2h target: l2htut was listed twice and l2hapi was skipped. Fixed.
/external/python/cpython2/Doc/Makefile
61c270345c1b105de3463f315c5736484a95b0ac 18-Jul-1997 Guido van Rossum <guido@python.org> added code.py; codehack.py is obsolete
/external/python/cpython2/Doc/Makefile
18600a4229984b04c173a592887a1e3c7e15c406 18-Jul-1997 Fred Drake <fdrake@acm.org> Add libpprint.tex to the lib.dvi dependencies.
/external/python/cpython2/Doc/Makefile
0fcbe8dde22e23baff801ce78e055511fa213113 17-Jul-1997 Guido van Rossum <guido@python.org> Added libni.tex libgzip.tex
/external/python/cpython2/Doc/Makefile
84057a3874619a05513eb65f3068fa340a8c63e1 17-Jul-1997 Guido van Rossum <guido@python.org> Added cmath
/external/python/cpython2/Doc/Makefile
b4aeaebfe8b3d495b8b292268cb7da679b05e802 12-Jun-1997 Fred Drake <fdrake@acm.org> Added libcommands.tex to list of library reference dependencies.
/external/python/cpython2/Doc/Makefile
41c302fc6884f50ad210ae1edc4223c259db8974 02-Jun-1997 Guido van Rossum <guido@python.org> add libmailbox
/external/python/cpython2/Doc/Makefile
6181e006672ed5b4175d063744bc96b53cece09b 19-May-1997 Guido van Rossum <guido@python.org> Added AMK's SocketServer docs.
/external/python/cpython2/Doc/Makefile
9231c8f1760b6748b3374410a012ee85b8ba74e4 15-May-1997 Guido van Rossum <guido@python.org> Made a start with api.tex, the Python-C API Reference Manual.
Removed extref.tex (which provided the starting point).
Also removed qua.tex, which is out of date and no longer needed.
/external/python/cpython2/Doc/Makefile
dfb4120ea1710ea59979d8e39db7885d78c513a4 30-Apr-1997 Guido van Rossum <guido@python.org> Add zlib
/external/python/cpython2/Doc/Makefile
e76b7a8fcd769c4204a7f0e0438dce482fa32015 27-Apr-1997 Guido van Rossum <guido@python.org> Added fnmatch, base64 and quopri, received from Andrew Kuchling.
/external/python/cpython2/Doc/Makefile
571391b963058d5071a5372a4e55cb20c5476622 04-Apr-1997 Guido van Rossum <guido@python.org> New stuff by AMK.
/external/python/cpython2/Doc/Makefile
7f3b0421deb42d5dbf049f734e6d49ff816608a3 27-Mar-1997 Guido van Rossum <guido@python.org> Added docs for UserDict,UserList
/external/python/cpython2/Doc/Makefile
e6d579ddbc3c2859476da5d49dc781cbd2105c83 25-Mar-1997 Guido van Rossum <guido@python.org> Added docs for glob
/external/python/cpython2/Doc/Makefile
20af95b4338e022d9dd58a0d8ae848b5a8557b92 25-Mar-1997 Guido van Rossum <guido@python.org> Added docs for mailcap
/external/python/cpython2/Doc/Makefile
612316f016d168e3991276b24a1319b0f7192b8b 14-Mar-1997 Guido van Rossum <guido@python.org> Add a rough list of undocumented stuff at the end.
/external/python/cpython2/Doc/Makefile
cda3d7d0e7c5a507bee1ee1610745271af25dea9 03-Mar-1997 Guido van Rossum <guido@python.org> Added (minimal) StringIO docs.
/external/python/cpython2/Doc/Makefile
3dd68d3364c58aa835fad93ab97c9aa2f3834b26 31-Dec-1996 Guido van Rossum <guido@python.org> Added libstat.tex
/external/python/cpython2/Doc/Makefile
3c7b2dc02c2830d0aef91aa797af48efd2cbd3d9 18-Dec-1996 Guido van Rossum <guido@python.org> Added docs for Jeremy's resource module.
/external/python/cpython2/Doc/Makefile
3486f27428e07a37713e2a44b4cc83038300cdbf 12-Dec-1996 Guido van Rossum <guido@python.org> Added soundex (sigh)
/external/python/cpython2/Doc/Makefile
61ed4db9e8eca7807d5bca3e2ee0f81cf40bd3d1 06-Dec-1996 Guido van Rossum <guido@python.org> Added section for operator module (compiled Skip Montanaro).
/external/python/cpython2/Doc/Makefile
d560605ae61d05d663e51c789f868bc1def8fa58 06-Dec-1996 Fred Drake <fdrake@acm.org> (Makefile): Added sym links for each manual, i.e., index.html -> lib.html.
This makes addressing the manuals a little simpler.
/external/python/cpython2/Doc/Makefile
fc8f6f3ed391b0ae781f2f681f235b05b0ff1f3d 06-Dec-1996 Fred Drake <fdrake@acm.org> (Makefile): The sed hack is needed for all 3 manuals processed by latex2html;
the comma must represent a bug in the modified process_command()
function, but I haven't found it yet. This will work for now.
/external/python/cpython2/Doc/Makefile
f1e6707ea6ab85527189362522702a908582e80e 06-Dec-1996 Fred Drake <fdrake@acm.org> (Makefile): Rip out old partparse.py / texi2html.py stuff -- use latex2html
instead! Updated some comments.
/external/python/cpython2/Doc/Makefile
b4d4e25a628a06c1fae19e0fd6e9daf14dce7922 11-Nov-1996 Fred Drake <fdrake@acm.org> (Makefile): Updated comments about using LaTeX2HTML for the library
reference. Made the extension to the input files for makeindex
explicit; if not made explicit a directory of the given base
name can cause makeindex to blow up. Specifically, if there is
a directory ./lib/ created by LaTeX2HTML, "makeindex lib" will
fail, but "makeindex lib.idx" will not.

l2h{tut,ext,lib} are now dependent on myformat.perl.

l2h adds ls2lib and removes the non-existant l2href.
/external/python/cpython2/Doc/Makefile
f93f101450a4eaa4d807345fa833e0ba1c053e1e 29-Oct-1996 Fred Drake <fdrake@acm.org> (Makefile): Updated latex2html support.
/external/python/cpython2/Doc/Makefile
1f17543ee7deba553d560fb6e1fb616c04079ec0 22-Oct-1996 Guido van Rossum <guido@python.org> Removed LaTeX version of reference manual. Added ref/ref.ps.
/external/python/cpython2/Doc/Makefile
a80c3988dfd7c2d12a0b6a8478f039e496498d76 22-Oct-1996 Guido van Rossum <guido@python.org> Added chapter on restricted execution.
/external/python/cpython2/Doc/Makefile
5f2aa7113da2f59dd59616a6603784ad2a05f47a 09-Oct-1996 Fred Drake <fdrake@acm.org> (Makefile): Push texi2html.py options into a make variable.
/external/python/cpython2/Doc/Makefile
0b95abcba5659fff5b0b527027bfe11ae06d5e88 09-Oct-1996 Fred Drake <fdrake@acm.org> (Makefile): Add libformatter.tex to the library document dependencies.
/external/python/cpython2/Doc/Makefile
a39a25e5ec335baf6ab53b889bd460e8575159e2 13-Sep-1996 Fred Drake <fdrake@acm.org> (texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentation
to 4 spaces per level (no longer 8).

(Makefile): Use .pyc versions of partparse.py and texi2html.py to generate
converted documentation formats. This reduces the startup costs;
probably doesn't affect anyone but me in reality, but helps when
working on the docs.
/external/python/cpython2/Doc/Makefile
be0a8a6042482fa09519379b3c3ea062c0344d71 10-Sep-1996 Guido van Rossum <guido@python.org> Added bastion and (dummy) rexec docs
/external/python/cpython2/Doc/Makefile
f8daa4f7d92225659f8baceb81a0a6569d96640e 23-Aug-1996 Guido van Rossum <guido@python.org> Changes to dependencies (Fred)
/external/python/cpython2/Doc/Makefile
40006cfd9b59ba45e77d763ac14a67eb14f6a8bb 20-Aug-1996 Guido van Rossum <guido@python.org> Added imghdr,xdrlib; reformatted Makefile somewhat
/external/python/cpython2/Doc/Makefile
eb8d5032b4dbc7c23e6068a1e236b3895416eb03 09-Aug-1996 Guido van Rossum <guido@python.org> Separate .dvi and .ps targets.
More rational destination for texi2html.py.
/external/python/cpython2/Doc/Makefile
ca81470a1594d3c70890f0c1db337d3fa747c422 11-Oct-1995 Guido van Rossum <guido@python.org> add libparser.tex
/external/python/cpython2/Doc/Makefile
da53c5277c4fb10fbd7798f85eafa91c56819311 10-Oct-1995 Jack Jansen <jack.jansen@cwi.nl> Documented MACFS, macostools, EasyDialogs and FrameWork modules.
/external/python/cpython2/Doc/Makefile
4549b137e3aab0728d679f3aee76f000e4894b7c 29-Aug-1995 Jack Jansen <jack.jansen@cwi.nl> Documented binascii, binhex and uu modules. Put them in the
Internet/WWW section, for lack of a better place.
/external/python/cpython2/Doc/Makefile
f9adf48750fc9cbfbb8c71275b4b337ffc7d9b51 31-Mar-1995 Guido van Rossum <guido@python.org> documented termios + TERMIOS
/external/python/cpython2/Doc/Makefile
5ae34bfd0bd6f8184ad4d41abda96f736e16addc 28-Mar-1995 Guido van Rossum <guido@python.org> Don't reference removed files in Makefile
/external/python/cpython2/Doc/Makefile
ecde781dd10cccf97688811743dcda7b2a8d25ae 28-Mar-1995 Guido van Rossum <guido@python.org> restructured library manual accordiung to functional group
/external/python/cpython2/Doc/Makefile
ffd6de104970ba4e998b0c35d74c941feac322bb 28-Mar-1995 Sjoerd Mullender <sjoerd@acm.org> New documentation on the CD module.
/external/python/cpython2/Doc/Makefile
73827c6efe72cf494feb4ef89bdb2aa29dcf6ae9 20-Mar-1995 Guido van Rossum <guido@python.org> use macros more; added some more docs
/external/python/cpython2/Doc/Makefile
e83e380930aaa7c258e1b31d65bff25bac1d0178 17-Mar-1995 Guido van Rossum <guido@python.org> added lots of comments
/external/python/cpython2/Doc/Makefile
85c4ff298dbb9c32aae891fb4ce041cfec3f7f8e 07-Mar-1995 Guido van Rossum <guido@python.org> added macdnr
/external/python/cpython2/Doc/Makefile
df804f8591bcb38ffd4a915c76bd6277ce766a5e 02-Mar-1995 Guido van Rossum <guido@python.org> converted docs for Jim Roskind's profiler
/external/python/cpython2/Doc/Makefile
dc46c7f7346ba2f70dc011e8a38287e80dc5cb63 01-Mar-1995 Guido van Rossum <guido@python.org> small nits and new files
/external/python/cpython2/Doc/Makefile
a12ef9433bafc0507f1b37e19982a0af5eefc8dd 27-Feb-1995 Guido van Rossum <guido@python.org> added WWW sections
/external/python/cpython2/Doc/Makefile
817a842ad2936d5a44121b8f49e328df9b74323c 16-Feb-1995 Guido van Rossum <guido@python.org> added www chapters
/external/python/cpython2/Doc/Makefile
1dfb7d74a54982bce2ff33fe5804c9e4e3dc6ef1 14-Dec-1994 Sjoerd Mullender <sjoerd@acm.org> Added libaifc.tex to list of library files.
/external/python/cpython2/Doc/Makefile
e6757c2cd4ffca4eb10eb8fe0528148601e415c9 20-Oct-1994 Guido van Rossum <guido@python.org> don't assum '.' is in PATH
/external/python/cpython2/Doc/Makefile
16d6e7109deb1bcfd8a860cb60c16c02a0ef183b 08-Aug-1994 Guido van Rossum <guido@python.org> Lots of small corrections by Andrew Kuchling (plus all new rotor docs)
/external/python/cpython2/Doc/Makefile
6938f06047a6d2170523cfc3ab8e797bae0a6c05 01-Aug-1994 Guido van Rossum <guido@python.org> Merge alpha100 branch back to main trunk
/external/python/cpython2/Doc/Makefile
3cbc16d9041fe1fa87356bdacc2f1ad52fb99a89 17-Dec-1993 Guido van Rossum <guido@python.org> * lib2.tex (sys): updated sys.std{in,out,err} docs. Added
sys.tracebacklimit.
* tut.tex (Exceptions): change text printed by traceback.
* lib5.tex (audioop): added minmax.
* lib5.tex (audioop.getsample): move wandered paragraph back
* lib3.tex, partparse.py: undo mucking with \nopagebreak (didn't work).
* partparse.py: ignore \nopagebreak command
* ref5.tex: added description of lambda forms.
* ref7.tex: added reference to lambda forms to section on function
definition.
* lib1.tex: removed lambda as built-in function (it is now a special
form). Also removed feature of filter, map, reduce to turn a string
argument into an anonymous function.
/external/python/cpython2/Doc/Makefile
6f0132f490d6d091a0e3a57dafa35ecc4cfb56d9 19-Nov-1993 Guido van Rossum <guido@python.org> * text2latex.py: call main() instead of always processing ext.tex.
* Makefile: added 'ext' to 'all' target
* ext.tex: more changes towards a readable text
* lib4.tex (posix): added set{uid,gid}
* lib2.tex (array): restored doc for typecode and itemsize (which were
there but not visible for dir())
/external/python/cpython2/Doc/Makefile
7a2dba2a00cee7e3dff61849e9111073684b6ab7 05-Nov-1993 Guido van Rossum <guido@python.org> * ext.tex: documentation for extending, reference counts, and embedding
(formerly ../misc/{EXTENDING,REFCNT,EMBEDDING}). Also affects Makefile.
* text2latex.py: script to do part of the conversion from an plain ASCI
text file (in my particular style) to LaTeX.
(Chapter/section/subsection headers, and verbatim sections.)
* partparse.py, texipre.dat, fix.el, Makefile: Minor cleanup of latex ->
info conversion process (at least it works again, and with less
debugging output). Removed fix.sh.
* lib1.tex (section{Built-in Functions}): adapt description of str() and
repr() to new situation.
* lib3.tex (Module os): added exec*() variants.
* lib3.tex (Module posix): added execve().
* lib2.tex (Module array): documented reality; remove typecode and
itemsize, add byteswap, rename read/write to fromfile/tofile, and
re-alphabetized.
* lib1.tex (Built-in Functions): renamed bagof() to filter().
/external/python/cpython2/Doc/Makefile
b2c6556fb0d309a04e37c2c9937fed16284cd00f 12-May-1993 Guido van Rossum <guido@python.org> Lots of small changes collected over months...
/external/python/cpython2/Doc/Makefile
970871f8e643c576217982577fa8f304252b0c3e 21-Feb-1993 Guido van Rossum <guido@python.org> * Changed preface in texipre.dat.
* Added libwww entry to Makefile.
* Documented new array module.
* Documented extensions to regex (last, substring, translation table).
/external/python/cpython2/Doc/Makefile
3ad7fc70cc17465b5e7556bdfd83882da0da2c23 22-Jan-1993 Guido van Rossum <guido@python.org> Documented marshal.{dumps,loads} and sys.builtin_module_names.
/external/python/cpython2/Doc/Makefile
4ac605e6273a3215e67079aac7c50266c216cfa9 17-Dec-1992 Guido van Rossum <guido@python.org> Changes to some math using underscore as subscript, necessary since
the new style file defines underscore as an underscore in tt font.
/external/python/cpython2/Doc/Makefile
95cd2ef1623d8f3ac574d617964e5b4e097bc54d 08-Dec-1992 Guido van Rossum <guido@python.org> Incorporated Jan-Hein's changes and texinfo conversion.
/external/python/cpython2/Doc/Makefile
5b34373b495bb1bc1c10d1ab0a1ddecae02623eb 07-Jul-1992 Guido van Rossum <guido@python.org> > * Makefile: always create .ps files; add qua to 'all' target;
> added 'clobber' target
/external/python/cpython2/Doc/Makefile
1f4f7435c5e0ab3387813524699f42083b2290d8 23-Jun-1992 Guido van Rossum <guido@python.org> Remove bibtex log file.
/external/python/cpython2/Doc/Makefile
a3d50763a2bfba26383ff38565e0a77ec2981318 03-Jun-1992 Guido van Rossum <guido@python.org> Change recipe to build qua.
/external/python/cpython2/Doc/Makefile
e33cb80d5e2f00b8473452288634def44acb27b5 06-Apr-1992 Guido van Rossum <guido@python.org> Also remove @* files
/external/python/cpython2/Doc/Makefile
b83241c0bd65bd4a7b129b8401550a2c44bb8d7e 06-Mar-1992 Guido van Rossum <guido@python.org> Much simpler version, intended as a script.
/external/python/cpython2/Doc/Makefile
a52117e98d595f64bd2e1fdde2df983e3da2b487 21-Nov-1991 Guido van Rossum <guido@python.org> Added ref.tex.
/external/python/cpython2/Doc/Makefile
59e9070148f5dbc61187ccab08fd08e2666f1cb4 12-Nov-1991 Guido van Rossum <guido@python.org> Renamed mod to lib.
/external/python/cpython2/Doc/Makefile
7ff04b39db398ef26ae0aef15112bb7bb3c51a52 19-Feb-1991 Guido van Rossum <guido@python.org> Dependencies on mod[123].tex.
/external/python/cpython2/Doc/Makefile
14f7aae0801c8db3faf42c7a105ebd80f405ae25 19-Feb-1991 Guido van Rossum <guido@python.org> Remove Emacs garbage.
/external/python/cpython2/Doc/Makefile
20aca5aa39c25353f0b8980a809f07c30d908922 25-Jan-1991 Guido van Rossum <guido@python.org> Took out (di)troff references.
Changed dependencies somewhat.
/external/python/cpython2/Doc/Makefile
b3fa13cef7fc0add41da0ed22fd47c388c3a1bf1 22-Jan-1991 Guido van Rossum <guido@python.org> Made the move to TeX.
/external/python/cpython2/Doc/Makefile
eeaccbf068bf446a310e07fee988578d0b641ae9 07-Oct-1990 Guido van Rossum <guido@python.org> Added support for postscript output (*.ps).
/external/python/cpython2/Doc/Makefile
b829a0935bbd3dea4898bf68b6be69b59bffcbec 18-Sep-1990 Guido van Rossum <guido@python.org> Renamed intro and modules to tut and mod; added tbl to pipeline.
/external/python/cpython2/Doc/Makefile
7f777ed95a19224294949e1b4ce56bbffcb1fe9f 09-Aug-1990 Guido van Rossum <guido@python.org> Initial revision
/external/python/cpython2/Doc/Makefile