SOURCES: python-info.patch - added missing dircategory and direntries

twittner twittner at pld-linux.org
Sat Apr 8 00:57:42 CEST 2006


Author: twittner                     Date: Fri Apr  7 22:57:42 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- added missing dircategory and direntries

---- Files affected:
SOURCES:
   python-info.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/python-info.patch
diff -u SOURCES/python-info.patch:1.2 SOURCES/python-info.patch:1.3
--- SOURCES/python-info.patch:1.2	Sun Mar 26 21:12:38 2006
+++ SOURCES/python-info.patch	Sat Apr  8 00:57:37 2006
@@ -218,3 +218,46 @@
  option of type \code{string}, the command line
  \begin{verbatim}
  --names=foo,bar --names blah --names ding,dong
+--- Python-2.4.3/Doc/info/Makefile~	2006-04-07 23:02:34.000000000 +0200
++++ Python-2.4.3/Doc/info/Makefile	2006-04-07 23:24:24.000000000 +0200
+@@ -17,7 +17,7 @@
+ 
+ all:	check-emacs-version \
+ 	api dist ext mac ref tut whatsnew \
+-	lib
++	lib python
+ #	doc inst
+ 
+ api:	python$(VERSION)-api.info
+@@ -31,6 +31,7 @@
+ tut:	python$(VERSION)-tut.info
+ whatsnew:	$(WHATSNEW)
+ $(WHATSNEW):	python$(VERSION)-$(WHATSNEW).info
++python:	python$(VERSION).info
+ 
+ check-emacs-version:
+ 	@v="`$(EMACS) --version 2>&1 | egrep '^(GNU |X)Emacs [12]*'`"; \
+@@ -75,6 +76,9 @@
+ python$(VERSION)-$(WHATSNEW).info:  ../whatsnew/$(WHATSNEW).tex $(SCRIPTS)
+ 	EMACS=$(EMACS) $(MKINFO) $< $*.texi $@
+ 
++python$(VERSION).info: python.texi
++	makeinfo --footnote-style end --fill-column 72 --no-split --paragraph-indent 0 --output=$@ $<
++
+ clean:
+ 	rm -f *.texi~ *.texi
+ 
+--- /dev/null	2005-08-30 01:04:41.000000000 +0200
++++ Python-2.4.3/Doc/info/python.texi	2006-04-07 23:26:59.000000000 +0200
+@@ -0,0 +1,11 @@
++ at dircategory Python Standard Documentation:
++ at direntry
++* What's New: (python-whatsnew24).      What's New in Python 2.4?
++* Python Library: (python-lib).         Python Library Reference
++* Python Mac Modules: (python-mac).     Python Macintosh Modules
++* Python Reference: (python-ref).       Python Reference Manual
++* Python API: (python-api).             Python/C API Reference Manual
++* Python Extending: (python-ext).       Extending & Embedding Python
++* Python Tutorial: (python-tut).        Python Tutorial
++* Distributing Modules: (python-dist).  Distributing Python Modules
++ at end direntry
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/python-info.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list