blob: add2872cca22ba448382fc3c86b24e9e0d9496d5 [file] [log] [blame]
Andrew Geissler87f5cff2022-09-30 13:13:31 -05001From e6bdf74a424652c4f9a38457c7fa93a2051157f5 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Tue, 30 Aug 2022 13:09:07 -0700
4Subject: [PATCH] docs: Disable building
5
6It needs linuxdoc-tools which we do not have in OE anymore
7
8Upstream-Status: Inappropriate [OE-Specific]
9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10---
11 docs/Makefile.am | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/docs/Makefile.am b/docs/Makefile.am
15index daa2288..b355185 100644
16--- a/docs/Makefile.am
17+++ b/docs/Makefile.am
18@@ -8,7 +8,7 @@ CLEANFILES = $(man_MANS) $(SGML_OUTPUTS)
19 EXTRA_DIST = attributes.txt libuser.conf.5.in rfc2307.txt sgml/libuser.sgml \
20 $(SGML_OUTPUTS)
21
22-all: sgml/libuser.txt sgml/libuser.html
23+all:
24
25 libuser.conf.5: $(srcdir)/libuser.conf.5.in Makefile
26 sed 's,@sysconfdir\@,$(sysconfdir),g' \
27--
282.37.2
29