summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump version number.Fred Drake2001-09-211-1/+1
|
* Do not rebuild html-$(RELEASE).tar every time we need to use it.Fred Drake2001-09-061-1/+1
|
* Bump version number.Fred Drake2001-09-061-1/+1
|
* Look to the future: bump the version number.Fred Drake2001-07-181-18/+29
| | | | | | | 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.
* Revise the rules for building the distribution files for the HTML format.Fred Drake2001-07-171-7/+10
| | | | These work again.
* Bump the release number.Fred Drake2001-07-171-65/+62
| | | | | | | | 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.
* Packaged versions of the HTML format need to include any .txt files thatFred Drake2001-07-061-3/+3
| | | | | were generated by the use of the productionlist environment or the \verbatiminput macro.
* Sync version number with the current CVS version.Fred Drake2001-04-181-1/+1
| | | | | | (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.)
* Bump version number and set date.Fred Drake2001-04-141-1/+1
|
* Add convenience targets that build all archive types for single formattingFred Drake2001-04-131-0/+6
| | | | versions.
* Use "2.1c1" since that is what Guido used for the Python version number.Fred Drake2001-04-121-1/+1
|
* Bump version numbers for upcoming release candidate.Fred Drake2001-04-101-1/+1
|
* Bump version number.Fred Drake2001-03-231-1/+1
|
* Make sure the README files that contain page count information land inFred Drake2001-03-061-1/+1
| | | | the right directory (which actually exists).
* Use larger chunks for the HTML version of the Distutils documentation.Fred Drake2001-03-011-2/+2
|
* Bump the release number to 2.1b1.Fred Drake2001-03-011-1/+1
|
* Fix some rules broken by typos, others by the flattening of the makefile.Fred Drake2001-02-281-7/+7
|
* cd to the html/ directory to generate the global module index so the linksFred Drake2001-02-221-2/+3
| | | | | | to the module sections are right. This was also broken when converting to a flat Makefile.
* The ACKS file is in the current directory when converted to HTML; this wasFred Drake2001-02-221-1/+1
| | | | broken when converting to a flat Makefile. ;-(
* Convert to a "flat" Makefile.Fred Drake2001-02-191-124/+188
|
* 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.