summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix all wrong instances of "it's".Georg Brandl2005-07-221-1/+1
|
* - bump version number for "What's New" documentFred Drake2004-12-011-2/+2
| | | | | - don't create .tgz version of doc source package, since we're not generating that for the other formats either
* switch remaining icon references to the PNG iconsFred Drake2004-11-051-3/+3
|
* remove gzipped archives from the list of expected distributionsFred Drake2004-09-171-5/+5
|
* Remove commented definition of the MKHOWTO macro.Matthias Klose2004-08-181-1/+0
|
* Remove zero-byte gif files from generated html docsMatthias Klose2004-08-181-0/+1
|
* Clarify requirement for GNU makeKurt B. Kaiser2004-07-111-0/+2
|
* include both the GIF and PNG icons in the HTML packageFred Drake2004-04-081-1/+1
|
* add the distutils modules to the global modules listFred Drake2004-03-231-1/+3
|
* Make sure the trunk Makefile doesn't require mkhowto to be "installed"Fred Drake2003-10-011-2/+2
| | | | as described in "Documenting Python".
* - update pkglist.html more frequently, and explain why that's helpfulFred Drake2003-09-281-3/+15
| | | | - add a comment explaining what pkglist.html is for
* Load the version information from ../Include/patchlevel.h, so there areFred Drake2003-09-271-3/+8
| | | | fewer changes to make to version numbers after a release.
* update one more reference to a file that moved from texinputs/ toFred Drake2003-09-271-1/+1
| | | | commontex/
* Adjust the organization a bit and update some of the comments toFred Drake2003-09-271-9/+14
| | | | better explain what's happening.
* Move content input files shared among the documents into a new directoryFred Drake2003-09-271-1/+8
| | | | | | (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.
* Fix the most recent change to the invocation of the mkhowto script soFred Drake2003-09-271-1/+8
| | | | | | | | | | | 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.
* define a variable to specify the mkhowto program itself, as for anyFred Drake2003-09-251-5/+7
| | | | other application
* there's a new "What's New" for Python 2.4Fred Drake2003-07-301-1/+1
|
* Update to the same version info used by the interpreter.Fred Drake2003-07-301-1/+1
|
* update the documentation contact addressFred Drake2003-07-301-1/+1
|
* Bump version information.Fred Drake2003-07-291-1/+1
|
* Bump release number.Fred Drake2003-07-241-1/+1
|
* Include the GNU info format in the edist target since we're nowFred Drake2003-07-171-1/+1
| | | | building a fair portion of the documentation as info.
* - put the GNU info packages in the same place as everything elseFred Drake2003-07-171-2/+5
| | | | - add a convenience target to create the package list directly
* Bump version numbers.Fred Drake2003-07-171-1/+1
|
* Pass along the selected "What's New" document to the make file for theFred Drake2003-07-161-1/+1
| | | | GNU info conversion.
* Bump version information for Python 2.3 beta 2.Fred Drake2003-06-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.
* Bump the release information.Fred Drake2003-04-241-1/+1
|
* Update the package list whenever we build distfiles.Fred Drake2003-04-231-0/+1
| | | | This is used on www.python.org.
* Bump version number.Fred Drake2003-02-181-1/+1
|
* The trunk is (nominally) post-alpha.Fred Drake2002-12-311-1/+1
|
* Add missing dependency information for the "What's New" document.Fred Drake2002-11-261-2/+2
|
* Sprinkle with --favicon options.Fred Drake2002-10-301-1/+3
|
* Remove some unnecessary dependencies (minor).Fred Drake2002-10-041-4/+4
|
* Change the default path to icons so that "mkhowto" does the "right thing" byFred Drake2002-10-011-0/+2
| | | | | | 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.
* Lots of changes to the packaging of the documentation, all to keepFred Drake2002-08-091-32/+61
| | | | | | | | 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.
* 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
|