[Python-checkins] CVS: python/dist/src/Doc/paper-letter .cvsignore,1.7,1.8 Makefile,1.13,1.14

Fred Drake python-dev@python.org
Mon, 3 Apr 2000 00:43:08 -0400


Update of /projects/cvsroot/python/dist/src/Doc/paper-letter
In directory seahag.cnri.reston.va.us:/home/fdrake/projects/python/Doc/paper-letter

Modified Files:
	.cvsignore Makefile 
Log Message:

Merged changes from the 1.5.2p2 release.


Index: .cvsignore
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/paper-letter/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** .cvsignore	1999/03/16 16:14:50	1.7
--- .cvsignore	2000/04/03 04:43:05	1.8
***************
*** 14,15 ****
--- 14,16 ----
  *.how
  README
+ api.tex

Index: Makefile
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/paper-letter/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** Makefile	1999/10/29 20:49:23	1.13
--- Makefile	2000/04/03 04:43:05	1.14
***************
*** 59,73 ****
  
  
! README:	$(PSFILES)
  	$(TOOLSDIR)/getpagecounts >$@
  
  
  # Python/C API Reference Manual
! api.dvi: $(APIFILES)
  	$(MKDVI) api
  
! api.pdf: $(APIFILES)
  	$(MKPDF) api
  
  # Documenting Python
  doc.dvi: $(DOCFILES)
--- 59,76 ----
  
  
! README:	$(PSFILES) $(TOOLSDIR)/getpagecounts
  	$(TOOLSDIR)/getpagecounts >$@
  
  
  # Python/C API Reference Manual
! api.dvi: api.tex $(APIFILES)
  	$(MKDVI) api
  
! api.pdf: api.tex $(APIFILES)
  	$(MKPDF) api
  
+ api.tex: ../api/api.tex ../api/refcounts.dat ../tools/anno-api.py
+ 	$(PYTHON) ../tools/anno-api.py -o $@ ../api/api.tex
+ 
  # Documenting Python
  doc.dvi: $(DOCFILES)
***************
*** 114,118 ****
  
  clean:
! 	rm -f *~ *.aux *.idx *.ilg *.ind *.log *.toc *.bkm *.syn *.pla
  
  clobber: clean
--- 117,121 ----
  
  clean:
! 	rm -f *~ *.aux *.idx *.ilg *.ind *.log *.toc *.bkm *.syn *.pla api.tex
  
  clobber: clean