]> git.pld-linux.org Git - packages/python.git/commitdiff
- added missing dircategory and direntries
authortwittner <twittner@pld-linux.org>
Fri, 7 Apr 2006 22:57:37 +0000 (22:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-info.patch -> 1.3

python-info.patch

index 64e56b7d3e3de12dd81e658323b653e3e6d1b657..d877da65d0b8bb0b2c80e67dbd93e97991fed562 100644 (file)
  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 @@
++@dircategory Python Standard Documentation:
++@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
++@end direntry
This page took 0.072381 seconds and 4 git commands to generate.