d639c74f3c661775039ead3750b3efc83f7ca838
[rrq/maintain_lilo.git] / debian / patches / 18_do-not-create-pdfs.patch
1 Package:     lilo
2 Subject:     do not create pdf documentation
3 Author:      Joachim Wiedorn <ad_debian at joonet.de>
4 Bug-Debian:  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666320
5 Forwarded:   no
6 Last-Update: 2012-04-15
7
8 Because of changes in texlive packages creating pdf files
9 fails. But the better way is now using html documentation.
10 ---
11
12 diff -urN s17/Makefile s18/Makefile
13 --- s17/Makefile        2011-06-18 14:23:13.296616033 +0200
14 +++ s18/Makefile        2012-04-14 22:49:58.597260377 +0200
15 @@ -13,7 +13,7 @@
16  all: test
17         make -C src all
18         make -C images all
19 -       make -C doc all
20 +       #make -C doc all
21  
22  #
23  #  make help
24 diff -urN s17/man/lilo.conf.5 s18/man/lilo.conf.5
25 --- s17/man/lilo.conf.5 2011-06-18 18:18:41.764608846 +0200
26 +++ s18/man/lilo.conf.5 2012-04-14 22:51:23.020479500 +0200
27 @@ -69,7 +69,7 @@
28  This configuration file specifies that lilo uses the Master
29  Boot Record on /dev/hda. (For a discussion of the various ways
30  to use lilo, and the interaction with other operating systems,
31 -see user.pdf from the lilo documentation.)
32 +see user.pdf / user.html from the lilo documentation.)
33  .LP
34  When booting, the boot loader will issue its 
35  .I "boot:"
36 @@ -95,7 +95,7 @@
37  
38  .SH "GLOBAL OPTIONS"
39  There are many possible keywords. The description below is
40 -almost literally from user.pdf (just slightly abbreviated).
41 +almost literally from user.pdf / user.html (just slightly abbreviated).
42  .TP
43  .BI "backup=" <backup-file>
44  Specifies the location where a copy of any modified boot sector will be
45 @@ -228,7 +228,7 @@
46  are used in a
47  .I change
48  section (see below), with the suffixes "_normal" or "_hidden" appended.
49 -See section "Partition type change rules" of user.pdf for more details.
50 +See section "Partition type change rules" of user.pdf / user.html for more details.
51  .TP
52  .BI "compact"
53  Tries to merge read requests for adjacent sectors into a single 
54 @@ -258,7 +258,7 @@
55  .TP
56  .BI "disk=" <device-name>
57  Defines non-standard parameters for the specified disk.
58 -See section "Disk geometry" of user.pdf for details.
59 +See section "Disk geometry" of user.pdf / user.html for details.
60  For versions of LILO prior to 22.5, the `bios=' parameter
61  is quite useful for specifying how the BIOS has assigned
62  device codes to your disks.