summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Define the "all" target more reasonably, but retain "html" as the defaultFred Drake2002-05-251-1/+2
| | | | target.
* 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.
* Pass the -r option to getpagecounts to generate an entry for the "What'sFred Drake2002-04-171-1/+1
| | | | New" document.
* Add the "What's New" document to the index of HTML documents.Fred Drake2002-03-261-1/+2
|
* Wire up the makefile to more fully support the "What's New" documents.Fred Drake2002-03-261-2/+14
|
* Wire in the "What's New" document.Fred Drake2002-03-261-4/+21
|
* Update version number to match Include/patchlevel.h.Fred Drake2002-02-041-1/+3
| | | | Make sure we clean up all the temp files craeted for the typeset formats.
* Doc changes on the trunk will not be in Python 2.2, so let's call it 2.2+.Fred Drake2001-12-211-1/+1
|
* 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.
* 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!