summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch')
-rw-r--r--meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch b/meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch
new file mode 100644
index 0000000000..21b44bf79c
--- /dev/null
+++ b/meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch
@@ -0,0 +1,32 @@
1Upstream-Status: Inappropriate
2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff -Nurd bison-2.7/doc/Makefile.am bison-2.7/doc/Makefile.am
5--- bison-2.7/doc/Makefile.am 2012-12-09 17:51:03.000000000 +0200
6+++ bison-2.7/doc/Makefile.am 2013-01-02 06:49:50.804894071 +0200
7@@ -52,15 +52,11 @@
8 ## Man Pages. ##
9 ## ----------- ##
10
11-dist_man_MANS = $(srcdir)/bison.1
12-
13-EXTRA_DIST += $(dist_man_MANS:.1=.x) common.x
14-MAINTAINERCLEANFILES += $(dist_man_MANS)
15+EXTRA_DIST += bison.x common.x
16
17 # Depend on configure to get version number changes.
18 common_dep = $(top_srcdir)/configure $(srcdir)/common.x
19 srcsrcdir = $(top_srcdir)/bin
20-$(srcdir)/bison.1: $(common_dep) $(top_srcdir)/src/getargs.c
21
22 # Differences to ignore when comparing the man page (the date).
23 remove_time_stamp = \
24@@ -94,8 +90,6 @@
25 fi
26 $(AM_V_at)rm -f $@*.t
27
28-nodist_man_MANS = yacc.1
29-
30 ## ------------------------------ ##
31 ## Graphviz examples generation. ##
32 ## ------------------------------ ##