mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 06:32:13 +02:00
Remove manpage creation. It wasn't working because of help2man missing when bison is being built. This attempt to create manpages without help2man turns from no-op to hard error with automake-1.13. (From OE-Core rev: a2f4b4437c6d542349d2027330dc16392ed131ae) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
33 lines
982 B
Diff
33 lines
982 B
Diff
Upstream-Status: Inappropriate
|
|
|
|
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
|
|
diff -Nurd bison-2.7/doc/Makefile.am bison-2.7/doc/Makefile.am
|
|
--- bison-2.7/doc/Makefile.am 2012-12-09 17:51:03.000000000 +0200
|
|
+++ bison-2.7/doc/Makefile.am 2013-01-02 06:49:50.804894071 +0200
|
|
@@ -52,15 +52,11 @@
|
|
## Man Pages. ##
|
|
## ----------- ##
|
|
|
|
-dist_man_MANS = $(srcdir)/bison.1
|
|
-
|
|
-EXTRA_DIST += $(dist_man_MANS:.1=.x) common.x
|
|
-MAINTAINERCLEANFILES += $(dist_man_MANS)
|
|
+EXTRA_DIST += bison.x common.x
|
|
|
|
# Depend on configure to get version number changes.
|
|
common_dep = $(top_srcdir)/configure $(srcdir)/common.x
|
|
srcsrcdir = $(top_srcdir)/bin
|
|
-$(srcdir)/bison.1: $(common_dep) $(top_srcdir)/src/getargs.c
|
|
|
|
# Differences to ignore when comparing the man page (the date).
|
|
remove_time_stamp = \
|
|
@@ -94,8 +90,6 @@
|
|
fi
|
|
$(AM_V_at)rm -f $@*.t
|
|
|
|
-nodist_man_MANS = yacc.1
|
|
-
|
|
## ------------------------------ ##
|
|
## Graphviz examples generation. ##
|
|
## ------------------------------ ##
|