summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm/files/0001-docs-do-not-build-manpages-requires-pandoc.patch
blob: ced52d10071cbc7a96e368b5b9b1134fb793d841 (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
From 9bf1693092385eba9841614613313010221ca01f Mon Sep 17 00:00:00 2001
From: Alexander Kanavin <alex.kanavin@gmail.com>
Date: Tue, 29 Jun 2021 20:11:26 +0200
Subject: [PATCH] docs: do not build manpages (requires pandoc)

Upstream-Status: Inappropriate [oe-core specific]
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 docs/Makefile.am | 2 --
 1 file changed, 2 deletions(-)

diff --git a/docs/Makefile.am b/docs/Makefile.am
index 5a6bd203a..6257767fd 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,7 +1,5 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = man
-
 EXTRA_DIST =
 
 EXTRA_DIST += \
-- 
2.32.0