mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
99c9cf335b
Remove manpage creation. It wasn't working because of help2man missing when libtasn1 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: 0a9797c4c0409e26562b80f168409c3f86bc261c) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
555 B
Diff
15 lines
555 B
Diff
Upstream-Status: Inappropriate
|
|
|
|
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
|
|
diff -Nurd libtasn1-2.14/doc/Makefile.am libtasn1-2.14/doc/Makefile.am
|
|
--- libtasn1-2.14/doc/Makefile.am 2012-09-24 15:08:42.000000000 +0300
|
|
+++ libtasn1-2.14/doc/Makefile.am 2013-01-03 07:35:26.702763403 +0200
|
|
@@ -31,7 +31,7 @@
|
|
AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) \
|
|
--no-split --number-sections --css-include=texinfo.css
|
|
|
|
-dist_man_MANS = $(gdoc_MANS) asn1Parser.1 asn1Coding.1 asn1Decoding.1
|
|
+dist_man_MANS = $(gdoc_MANS)
|
|
|
|
HELP2MAN_OPTS = --info-page libtasn1
|