aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-installer/anaconda/files/0001-do-not-build-po-and-doc.patch
blob: 895a5a1fb82ee30d4166db6e3a652a0c83d11f1d (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
From f29cc09d8f84014694ca13d4d3e59ec237f65e24 Mon Sep 17 00:00:00 2001
From: Hongxu Jia <hongxu.jia@windriver.com>
Date: Mon, 24 Jun 2019 11:14:43 +0800
Subject: [PATCH] do not build po and doc

Upstream-Status: Inappropriate [oe specific]

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>

Rebased for Fedora 37.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 Makefile.am         | 2 +-
 configure.ac        | 2 --
 widgets/Makefile.am | 2 +-
 3 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index c1ed03c03d..609552febd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,7 +19,7 @@ include ./branch-config.mk
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = data docs dracut po pyanaconda scripts tests widgets ui utils
+SUBDIRS = data dracut pyanaconda scripts tests widgets ui utils
 
 EXTRA_DIST = COPYING
 
diff --git a/configure.ac b/configure.ac
index 9edcd77da0..39dcc394cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -114,7 +114,6 @@ AC_CONFIG_FILES([Makefile
                  anaconda.spec
                  data/Makefile
                  data/command-stubs/Makefile
-                 docs/Makefile
                  dracut/Makefile
                  data/conf.d/Makefile
                  data/profile.d/Makefile
@@ -126,7 +125,6 @@ AC_CONFIG_FILES([Makefile
                  data/dbus/Makefile
                  data/window-manager/Makefile
                  data/window-manager/config/Makefile
-                 po/Makefile
                  scripts/Makefile
                  pyanaconda/Makefile
                  pyanaconda/version.py
diff --git a/widgets/Makefile.am b/widgets/Makefile.am
index 6478ce8764..222aeaac59 100644
--- a/widgets/Makefile.am
+++ b/widgets/Makefile.am
@@ -19,7 +19,7 @@
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = src python glade doc
+SUBDIRS = src python glade
 
 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in config.sub \
 	configure depcomp install-sh ltmain.sh missing py-compile \
-- 
2.7.4