Document some of the platforms we support now
[fedora-reviews.git] / guestfs-tools / 0002-po-docs-Don-t-try-to-install-.3-and-.5-files-which-d.patch
1 From cba4cc0f5148fae6a8ba34c03559b9328749cbf1 Mon Sep 17 00:00:00 2001
2 From: "Richard W.M. Jones" <rjones@redhat.com>
3 Date: Tue, 23 Mar 2021 12:19:01 +0000
4 Subject: [PATCH 2/7] po-docs: Don't try to install *.3 and *.5 files which
5  don't exist.
6
7 Fixes: commit 4354a3126152a2748cc9097cba139b3908ccc342
8 ---
9  po-docs/language.mk | 4 ----
10  1 file changed, 4 deletions(-)
11
12 diff --git a/po-docs/language.mk b/po-docs/language.mk
13 index 2c8f7aff6b..ee05183c57 100644
14 --- a/po-docs/language.mk
15 +++ b/po-docs/language.mk
16 @@ -117,7 +117,3 @@ virt-sysprep.1: virt-sysprep.pod sysprep-extra-options.pod sysprep-operations.po
17  install-data-hook:
18         $(MKDIR_P) $(DESTDIR)$(mandir)/$(LINGUA)/man1
19         $(INSTALL) -m 0644 $(srcdir)/*.1 $(DESTDIR)$(mandir)/$(LINGUA)/man1
20 -       $(MKDIR_P) $(DESTDIR)$(mandir)/$(LINGUA)/man3
21 -       $(INSTALL) -m 0644 $(srcdir)/*.3 $(DESTDIR)$(mandir)/$(LINGUA)/man3
22 -       $(MKDIR_P) $(DESTDIR)$(mandir)/$(LINGUA)/man5
23 -       $(INSTALL) -m 0644 $(srcdir)/*.5 $(DESTDIR)$(mandir)/$(LINGUA)/man5
24 -- 
25 2.29.0.rc2
26