Commit Graph

25 Commits

Author SHA1 Message Date
Nick Coghlan d18a264e4b
Convert PEP index to ReST (#705)
Keeps Python 3.5 compatibility, as that's what
pythondotorg currently still uses.
2018-07-10 23:10:43 +10:00
Guido van Rossum ea042afc5b Fix the 'venv' target by using Python 3 (#210) 2017-02-13 10:47:14 -08:00
Matthias Bussonnier 4012c124e1 Handle pep files with `.rst` extensions. 2016-06-27 10:30:09 -07:00
Brett Cannon 6a27618a43 Update from GitHub 2016-06-15 14:39:53 -07:00
Brett Cannon aea7672a91 Add a Makefile command to create a virtualenv with the necessary projects installed. 2015-08-08 12:54:36 -07:00
Benjamin Peterson b6fd698523 add a rss target 2015-01-14 16:05:43 -05:00
Benjamin Peterson 1562f7779b use https 2014-09-29 23:55:52 -04:00
Éric Araujo 251d323726 Add a make dependency on PEP index generator code to generated file 2011-11-28 15:07:42 +01:00
Brett Cannon 24a266e25a Drop the propcheck target as that was a svn-specific thing. 2011-04-12 14:30:10 -07:00
Georg Brandl ff344ee971 Fix mentions of svn.python.org and remove unneeded files. 2011-03-24 09:10:55 +01:00
Benjamin Peterson 0490e0fcd4 2.5 is now default on dinsdale, so don't require version suffix 2010-07-22 12:21:10 +00:00
Benjamin Peterson c68cb31572 only python 2.5 is available on dinsdale 2010-03-29 17:02:20 +00:00
Barry Warsaw 0db50c5cd6 Make the current proposed solution explicit.
Use Python 2.6 to create the PEPs.
2010-03-24 12:32:09 +00:00
Brett Cannon d6573248e0 Add a file that checks the svn properties on PEPs to make sure they are set,
and if not set them. Can be run by ``make propcheck``.
2010-03-03 02:54:51 +00:00
Georg Brandl 77fb82981e Dont print the pep2html command for each PEP. 2009-09-17 09:42:09 +00:00
Benjamin Peterson 961bbd53c5 genindex requires python 2.5 2009-02-08 23:10:16 +00:00
Brett Cannon 347396990d Make the use of Python a Makefile target. That allows for specifying which
interpreter to use or pass in extra flags to the interpreter.
2009-01-27 20:05:05 +00:00
Benjamin Peterson e4e02fe3dd fix logic error which didn't include all peps in build 2009-01-11 00:41:53 +00:00
Benjamin Peterson b926d5a7b7 generate the PEP index automatically 2009-01-08 03:53:19 +00:00
Guido van Rossum 3e857976b3 Add PEP 3103: A Switch/Case Statement (GvR).
Also fix a reference to cvs in the Makefile.
2006-06-26 18:05:39 +00:00
Martin v. Löwis 0517092e09 Clean install: rule. 2006-01-15 07:29:30 +00:00
Fred Drake 06f95c998b Make the HTML files dependent on the conversion script that generates
them.
2002-05-28 15:30:29 +00:00
Barry Warsaw 3bbc69a640 Added `update' target 2000-11-06 15:30:47 +00:00
Barry Warsaw 52b19628cd Added `install' and `clean' targets. 2000-11-03 15:42:20 +00:00
Fred Drake 242b05ad16 Makefile to build only the required HTML versions of the PEPs rather than
all of them.
2000-09-07 01:29:32 +00:00