summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add bzip2 archives back to the set of generated archives; we had way tooFred Drake2001-01-251-3/+3
| | | | | | many reasonable requests to keep them around. Bump version number.
* Change the main targets to generate HTML instead of PostScript.Fred Drake2001-01-221-27/+30
| | | | Update the comments at the beginning of the file.
* Remove the bzip2 archives from the "distfiles" target. There are notFred Drake2000-10-191-2/+2
| | | | enough downloads to keep this around.
* Update the release number and date.Fred Drake2000-10-131-1/+1
|
* Bump the release number for the upcoming candidate.Fred Drake2000-10-031-1/+1
|
* Update RELEASE for the next Python release.Fred Drake2000-09-221-1/+1
|
* Documentation is good. Let's release more.Fred Drake2000-09-121-1/+1
|
* When building the HTML packages, make sure we pick up all the HTML filesFred Drake2000-09-081-3/+3
| | | | at the top level of the tree.
* Add a comment noting that the dependency information is stored inFred Drake2000-08-291-0/+3
| | | | Makefile.deps.
* Do not build the "longhtml" version for pre-release versions.Fred Drake2000-07-011-1/+5
|
* Update version numbering from 1.6 to 2.0.Fred Drake2000-06-301-1/+1
|
* When building HTML releases, refer to */*.css and */*.html instead ofGreg Ward2000-04-281-3/+3
| | | | ???/*.css and ???/*.html -- need to pick up the Distutils manuals!
* Added 'inst' and 'dist' -- the two Distutils manuals.Greg Ward2000-04-281-1/+27
|
* Added support for the "Long HTML" version to the build/packagingFred Drake2000-04-071-2/+13
| | | | process.
* Mark RELEASE with the release level ("a2").Fred Drake2000-04-061-1/+1
|
* Merged in changes from 1.5.2p2 release as appropriate.Fred Drake2000-04-041-8/+15
|
* Use the mksourcepgk script instead of mktarball.sh.Fred Drake1999-08-021-6/+7
|
* Add support for bzip2 compression.Fred Drake1999-07-271-2/+30
| | | | | New target: distfiles, create all distribution archives, regardless of archive format. (Individual targets remain for each archive format.)
* Add zip archive support for html, pdf, ps, and latex archives.Fred Drake1999-07-231-1/+22
| | | | "zips" target produces all possible .zip files.
* Added comment clarifying that RELEASE is the documentation releaseFred Drake1999-07-121-1/+3
| | | | | | number, not the Python release. Removed VERSION since it is not used.
* Bump the release number to 1.5.2p1.Fred Drake1999-07-061-1/+1
|
* Revert constraint on the GIF wildcard; we missed a few!Fred Drake1999-04-301-1/+1
|
* Make sure the global module index is added to the HTML tarball.Fred Drake1999-04-291-1/+1
|
* Constrain a wildcard a little more.Fred Drake1999-04-291-1/+1
|
* Updated a comment and the release number.Fred Drake1999-04-221-2/+3
|
* Added htmldoc, to generate the HTML for "Documenting Python".Fred Drake1999-03-181-0/+3
|
* Be sure "make" understands the "doc" target is phony.Fred Drake1999-03-171-1/+1
|
* Add support for "Documenting Python".Fred Drake1999-03-161-0/+9
|
* Bump release to 1.5.2b2.Fred Drake1999-02-161-1/+1
|
* Added the info tarball to the tarballs target. Added the README toFred Drake1999-01-291-2/+3
| | | | the info tarball.
* Add the info "dir" fragment to the info tarball.Fred Drake1999-01-271-1/+1
|
* Fix the HTML tarball target to generate the HTML if needed instead ofFred Drake1999-01-121-5/+1
| | | | bombing.
* Remove the "lib-" prefix from the name of the info archive.Fred Drake1999-01-081-4/+5
|
* Bump $(RELEASE).Fred Drake1998-12-221-1/+1
|
* Bump the release to 1.5.2a2.Fred Drake1998-10-211-1/+1
|
* When building the tarball of the PostScript files, also generate & include aFred Drake1998-08-281-1/+2
| | | | little README giving the page count of each file when printed.
* Massive cleanup: Use Makefiles in subdirs properly, move most of theFred Drake1998-08-121-280/+96
| | | | | 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).
* Bump RELEASE to 1.5.2a1.Fred Drake1998-08-111-1/+1
|
* Added new files to the LIBFILES variable.Fred Drake1998-08-111-2/+4
|
* Updated list of Library Reference files.Fred Drake1998-08-071-8/+13
| | | | Added some dependencies to some of the HTML generation targets.
* Fixed wrapping on some long lines.Fred Drake1998-08-041-43/+50
|
* Update the documentation release number in RELEASE.Fred Drake1998-08-041-1/+1
|
* Pass paper size to dvips explicitly.Fred Drake1998-07-291-1/+1
|
* Fix two remaining references to all-pdf and all-ps to only use pdf and ps.Fred Drake1998-07-291-2/+2
|
* Added ref/ref.tex to REFFILES.Fred Drake1998-07-281-7/+9
| | | | | | Fixed up some comments. Removed info-related targets from the really big combined targets.
* Minor tidy.Fred Drake1998-07-271-1/+1
|
* Remove all-<format> targets in favor of just <format>.Fred Drake1998-07-241-11/+13
| | | | | | Fix some comments. For lib.pdf, run tools/toc2bkm.py to get "bookmarks" in acroread.
* Reflect file renamings for the Python Library Reference.Fred Drake1998-07-241-17/+41
| | | | Fix style dependencies for HOWTO documents.
* Added targets dvi, pdf, and ps, to make all of the documents in those formats.Fred Drake1998-07-231-3/+3
|
* Add libthreading.tex to LIBFILES.Fred Drake1998-07-201-1/+1
|