1From b16373da7e5a45cf92df83b39e2fdee939439c84 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 17 Jul 2021 08:55:42 -0700
4Subject: [PATCH] build: Do not build .sgml file
5
6It needs docbook-to-man tool which we do not have recipe for
7
8Upstream-Status: Inappropriate [needs native docbook-to-man tool]
9
10Signed-off-by: Khem Raj <raj.khem@gmail.com>
11---
12 Makefile.am | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/Makefile.am b/Makefile.am
16index 2becb84..858df00 100644
17--- a/Makefile.am
18+++ b/Makefile.am
19@@ -14,4 +14,4 @@ SUFFIXES = .1
20 CLEANFILES = $(man_MANS)
21
22 .sgml.1:
23-	docbook-to-man $< > $@
24+	@echo "Needs docbook-to-man"
25--
262.32.0
27
28