[Python-checkins] python/dist/src/Doc/info Makefile,1.9,1.10

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed, 02 Jul 2003 07:25:06 -0700


Update of /cvsroot/python/python/dist/src/Doc/info
In directory sc8-pr-cvs1:/tmp/cvs-serv31458

Modified Files:
	Makefile 
Log Message:
The Macintosh Modules Reference now formats to GNU info without errors
(which is not to say it's right), so re-enable it.

Documenting Python and Installing Python Modules still have problems
when converting to GNU info, so we'll continue to leave them out for
now.


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/info/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Makefile	13 Nov 2002 19:31:03 -0000	1.9
--- Makefile	2 Jul 2003 14:25:04 -0000	1.10
***************
*** 19,26 ****
  	python$(VERSION)-api.info python$(VERSION)-ext.info \
  	python$(VERSION)-lib.info python$(VERSION)-ref.info \
! 	python$(VERSION)-tut.info python$(VERSION)-dist.info
  
  #	python$(VERSION)-doc.info python$(VERSION)-inst.info
- #	python$(VERSION)-mac.info
  
  check-emacs-version:
--- 19,26 ----
  	python$(VERSION)-api.info python$(VERSION)-ext.info \
  	python$(VERSION)-lib.info python$(VERSION)-ref.info \
! 	python$(VERSION)-tut.info python$(VERSION)-dist.info \
! 	python$(VERSION)-mac.info
  
  #	python$(VERSION)-doc.info python$(VERSION)-inst.info
  
  check-emacs-version: