summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - update documentation contact addressFred Drake2003-07-291-1/+2
|
* Bump version info.Fred Drake2003-06-201-1/+1
|
* Set release information for Python 2.2.3.Fred Drake2003-05-291-1/+1
|
* Correct dependency information -- the Python docs load the "About thisFred Drake2003-05-221-2/+2
| | | | document" text from html/stdabout.dat, not html/about.dat.
* the release manager has been fixed; this *will* be a release candidateFred Drake2003-05-221-1/+1
|
* Start preparing the doc tree for 2.2.3.Fred Drake2003-05-221-1/+1
|
* Add missing dependency information for the "What's New" document.Fred Drake2002-11-261-2/+2
|
* Yes, we have moved past 2.2.2.Fred Drake2002-10-221-1/+1
|
* Update release information for 2.2.2 final.Fred Drake2002-10-141-1/+1
|
* Fix up the release number for the 2.2.2b1 documentation release.Fred Drake2002-10-071-1/+1
| | | | This is what was actually used.
* Version number updates for Python 2.2.2.Fred Drake2002-10-041-1/+1
|
* Remove some unnecessary dependencies (minor).Fred Drake2002-10-041-4/+4
|
* Added missing dependency on the refcount data file.Fred Drake2002-05-231-2/+2
|
* Integrated SF patch #539487 by Matthias Klose:Fred Drake2002-05-031-1/+4
| | | | | | | | 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.
* Revise version/date information since we're not about to hit a release.Fred Drake2002-05-021-1/+1
|
* Pass the -r option to getpagecounts to generate an entry for the "What'sFred Drake2002-04-171-1/+1
| | | | New" document.
* Backport changes to integrate AMK's "What's New in Python X.Y"Fred Drake2002-04-011-7/+37
| | | | | document. This incorporates the integration of several checkins from the trunk.
* Preparing for the next release.Fred Drake2002-03-291-1/+1
|
* Set version info for the emergency "Don't Kill Opera" documentationFred Drake2002-03-291-1/+1
| | | | release.
* Bump version numbers.Fred Drake2002-03-251-1/+1
|
* Update version number prior to release candidate.Fred Drake2002-03-141-1/+1
|
* Bump version info for maintenance branch.Fred Drake2001-12-281-1/+1
|
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-12-281-1/+1
| | | | 'release22-maint'.
* Bump version numbers for the trunk.Fred Drake2001-12-141-1/+1
|
* Added the iSilo documentation to the standard target for distribution filesFred Drake2001-12-121-1/+1
| | | | for "online" (as opposed to typeset) formats.
* Post-release bumps. Do *NOT* merge into the 2.2b2 branch.Fred Drake2001-11-161-1/+1
|
* Bump release number & date.Fred Drake2001-11-141-1/+1
|
* Always use --dvips-safe when generating HTML for the standard documentationFred Drake2001-10-301-2/+3
| | | | | since we do not have anything that causes dvips to be run except when PostScript is specifically requested, which is a separate target.
* Make sure we generate versions of each file in the Python/C API manual withFred Drake2001-10-291-3/+35
| | | | | reference-count annotations; this is needed for the typeset forms of the manuals.
* Update the rules so that changes to the HTML stylesheet cause appropriateFred Drake2001-10-251-21/+55
| | | | work to be done, but do not require the HTML to be re-built.
* Additional rules to support the iSilo conversion.Fred Drake2001-10-191-1/+110
|
* Bump version number.Fred Drake2001-10-181-4/+3
| | | | Remove inconsistent use of HTMLDIR.
* 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.