tor: update to version 0.4.8.14
[oi-userland.git] / components / library / libedit / patches / 03-manpage-conflicts.patch
blob26943f4e185c39842087effce92c9733eb4f9770
1 From: 1Antoine1 <antoine.belvire@opensuse.org>
2 Date: 2018-08-06 11:47:22 +0200
3 Subject: doc: File conlicts with readline-doc
4 References: (none)
5 Upstream: not submitted yet
7 Make sure all manpages are prefixed with "el_" in order to avoid
8 file conflicts with readline-doc.
10 ---
11 diff -up libedit-20180525-3.1/doc/Makefile.am.orig libedit-20180525-3.1/doc/Makefile.am
12 --- libedit-20180525-3.1/doc/Makefile.am.orig 2018-08-06 11:37:52.160085685 +0200
13 +++ libedit-20180525-3.1/doc/Makefile.am 2018-08-06 11:39:04.352082128 +0200
14 @@ -20,14 +20,14 @@ EL_MAN_LINKS = \
15 el_resize.3 \
16 el_set.3 \
17 el_source.3 \
18 - history.3 \
19 - history_end.3 \
20 - history_init.3 \
21 - tok_end.3 \
22 - tok_init.3 \
23 - tok_line.3 \
24 - tok_reset.3 \
25 - tok_str.3
26 + el_history.3 \
27 + el_history_end.3 \
28 + el_history_init.3 \
29 + el_tok_end.3 \
30 + el_tok_init.3 \
31 + el_tok_line.3 \
32 + el_tok_reset.3 \
33 + el_tok_str.3
35 EL_MAN_LINKS += \
36 el_wdeletestr.3 \
37 @@ -39,14 +39,14 @@ EL_MAN_LINKS += \
38 el_wparse.3 \
39 el_wpush.3 \
40 el_wset.3 \
41 - history_w.3 \
42 - history_wend.3 \
43 - history_winit.3 \
44 - tok_wend.3 \
45 - tok_winit.3 \
46 - tok_wline.3 \
47 - tok_wreset.3 \
48 - tok_wstr.3
49 + el_history_w.3 \
50 + el_history_wend.3 \
51 + el_history_winit.3 \
52 + el_tok_wend.3 \
53 + el_tok_winit.3 \
54 + el_tok_wline.3 \
55 + el_tok_wreset.3 \
56 + el_tok_wstr.3
59 install-data-hook: $(EL_MAN_LINKS)