]> git.pld-linux.org Git - packages/sbcl.git/blob - sbcl-info.patch
- updated to 1.3.10 and latests bootstraps (x86 1.2.7, x86-64 1.3.10)
[packages/sbcl.git] / sbcl-info.patch
1 --- sbcl-1.3.10/doc/manual/Makefile.orig        2016-09-30 18:41:11.000000000 +0200
2 +++ sbcl-1.3.10/doc/manual/Makefile     2016-10-09 11:43:55.817597512 +0200
3 @@ -93,7 +93,7 @@
4  info: $(INFOFILES)
5  
6  %.info: %.texinfo $(DOCFILES) docstrings
7 -       $(MAKEINFO) $(I_FLAGS) $<
8 +       $(MAKEINFO) --no-split $(I_FLAGS) $<
9  
10  # Texinfo docstring snippets
11  # Note: assumes contrib module names are the same as the names of
12 --- sbcl-1.3.10/doc/manual/sbcl.texinfo.orig    2016-09-30 18:41:11.000000000 +0200
13 +++ sbcl-1.3.10/doc/manual/sbcl.texinfo 2016-10-09 12:11:23.454244551 +0200
14 @@ -11,9 +11,9 @@
15  @settitle SBCL @value{VERSION} User Manual
16  
17  @c for install-info
18 -@dircategory Software development
19 +@dircategory Programming Languages:
20  @direntry
21 -* sbcl: (sbcl).           The Steel Bank Common Lisp compiler
22 +* sbcl: (sbcl).                                The Steel Bank Common Lisp compiler
23  @end direntry
24  
25  @copying
26 --- sbcl-1.3.10/contrib/asdf/asdf.texinfo.orig  2016-09-30 18:41:11.000000000 +0200
27 +++ sbcl-1.3.10/contrib/asdf/asdf.texinfo       2016-10-09 12:12:16.280911379 +0200
28 @@ -24,9 +24,9 @@
29  @end macro
30  
31  @c for install-info
32 -@dircategory Software development
33 +@dircategory Programming Languages:
34  @direntry
35 -* asdf: (asdf).           Another System Definition Facility (for Common Lisp)
36 +* asdf: (asdf).                                Another System Definition Facility (for Common Lisp)
37  @end direntry
38  
39  @copying
40 --- sbcl-1.3.10/tools-for-build/canonicalize-whitespace.lisp.orig       2016-09-30 18:41:12.000000000 +0200
41 +++ sbcl-1.3.10/tools-for-build/canonicalize-whitespace.lisp    2016-10-09 15:29:05.060776547 +0200
42 @@ -86,7 +86,7 @@
43  
44  ;;; Repository-level functions
45  
46 -(defvar *source-types* '("lisp" "lisp-expr" "c" "h" "asd" "texinfo"))
47 +(defvar *source-types* '("lisp" "lisp-expr" "c" "h" "asd"))
48  
49  (defvar *exceptions* '("compile-file-pos-utf16be"))
50  
This page took 0.078982 seconds and 3 git commands to generate.