summaryrefslogtreecommitdiff
path: root/recipes/fribidi/0002-fribidi-disable-docs.patch
blob: c73bdb5cb786911966d545d9f34c8ce4bd89c5f8 (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
From 68a6b09b43880ddb7f8035ac6872d40d21bfc08b Mon Sep 17 00:00:00 2001
From: Edward Hervey <bilboed@bilboed.com>
Date: Sat, 15 Aug 2015 12:16:19 +0200
Subject: [PATCH] Disable docs

---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 66f4a4e..28c838c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,7 @@
 ACLOCAL_AMFLAGS = -I m4
 
 ## The order of subdirs is important, don't change without a reason.
-SUBDIRS = gen.tab charset lib bin doc test
+SUBDIRS = gen.tab charset lib bin test
 
 EXTRA_DIST = bootstrap ChangeLog.old
 
-- 
2.4.3