[Python-checkins] CVS: python/nondist/peps Makefile,1.1,1.2

Barry Warsaw python-dev@python.org
Fri, 3 Nov 2000 07:42:23 -0800


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv19757

Modified Files:
	Makefile 
Log Message:
Added `install' and `clean' targets.


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Makefile	2000/09/07 01:29:32	1.1
--- Makefile	2000/11/03 15:42:20	1.2
***************
*** 4,8 ****
  # Not really important, but convenient.
  
! PEP2HTML=./pep2html.py -q
  
  .SUFFIXES: .txt .html
--- 4,8 ----
  # Not really important, but convenient.
  
! PEP2HTML=./pep2html.py
  
  .SUFFIXES: .txt .html
***************
*** 14,15 ****
--- 14,21 ----
  
  all:	$(TARGETS)
+ 
+ install:
+ 	$(PEP2HTML) -i
+ 
+ clean:
+ 	-rm *.html