summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch.patch
blob: 8a41a3a7627c2ce174c798a9b26e569c95606bac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
From 31bb81ef15c42b10844eb8af8738f672076edf0e Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Tue, 21 Apr 2015 00:48:45 -0700
Subject: [PATCH] doc/local.mk: dont-depend-on-help2man.patch

Upstream-Status: Inappropriate

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>

Updated for bison 3.0.4

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>

---
 doc/local.mk | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/doc/local.mk b/doc/local.mk
index d12836e..f9bf332 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -101,10 +101,7 @@ endif ! CROSS_COMPILING
 ## Man Pages.  ##
 ## ----------- ##
 
-dist_man_MANS = $(top_srcdir)/doc/bison.1
-
-EXTRA_DIST += $(dist_man_MANS:.1=.x)
-MAINTAINERCLEANFILES += $(dist_man_MANS)
+EXTRA_DIST += bison.x
 
 # Differences to ignore when comparing the man page (the date).
 remove_time_stamp = \
@@ -127,10 +124,6 @@ $(top_srcdir)/doc/bison.1: $(MAN_DEPS)
 	fi
 	$(AM_V_at)rm -f $@*.tmp
 
-if ENABLE_YACC
-nodist_man_MANS = doc/yacc.1
-endif
-
 ## ----------------------------- ##
 ## Graphviz examples generation. ##
 ## ----------------------------- ##