summaryrefslogtreecommitdiffstats
path: root/package/btrfs-progs/btrfs-progs-0001-no-documentation.patch
blob: cdda67112b8168a4546890c69d8cd89f10357add (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Disable documentation build/install, it needs asciidoc
and we don't use it anyway.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

diff -Nura btrfs-progs-v3.14.2.orig/Makefile btrfs-progs-v3.14.2/Makefile
--- btrfs-progs-v3.14.2.orig/Makefile	2014-05-29 21:56:59.000000000 -0300
+++ btrfs-progs-v3.14.2/Makefile	2014-06-17 16:53:29.404520306 -0300
@@ -57,8 +57,8 @@
 btrfs_fragment_libs = -lgd -lpng -ljpeg -lfreetype
 
 SUBDIRS =
-BUILDDIRS = $(patsubst %,build-%,$(SUBDIRS)) build-Documentation
-INSTALLDIRS = $(patsubst %,install-%,$(SUBDIRS)) install-Documentation
+BUILDDIRS = $(patsubst %,build-%,$(SUBDIRS))
+INSTALLDIRS = $(patsubst %,install-%,$(SUBDIRS))
 CLEANDIRS = $(patsubst %,clean-%,$(SUBDIRS))
 
 .PHONY: $(SUBDIRS)
OpenPOWER on IntegriCloud