1From 9bf1693092385eba9841614613313010221ca01f Mon Sep 17 00:00:00 2001 2From: Alexander Kanavin <alex.kanavin@gmail.com> 3Date: Tue, 29 Jun 2021 20:11:26 +0200 4Subject: [PATCH] docs: do not build manpages (requires pandoc) 5 6Upstream-Status: Inappropriate [oe-core specific] 7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 8--- 9 docs/Makefile.am | 2 -- 10 1 file changed, 2 deletions(-) 11 12diff --git a/docs/Makefile.am b/docs/Makefile.am 13index 5a6bd203a..6257767fd 100644 14--- a/docs/Makefile.am 15+++ b/docs/Makefile.am 16@@ -1,7 +1,5 @@ 17 ## Process this file with automake to produce Makefile.in 18 19-SUBDIRS = man 20- 21 EXTRA_DIST = 22 23 EXTRA_DIST += \ 24-- 252.32.0 26 27