Blame SOURCES/skip-generating-doc.patch

0f004b
diff -rup a/Makefile b/Makefile
0f004b
--- a/Makefile	2016-06-29 20:24:47.000000000 +0200
0f004b
+++ b/Makefile	2016-06-30 11:10:15.471685702 +0200
0f004b
@@ -9,7 +9,7 @@ MINOR   := $(shell echo $(VERSION) | cut
0f004b
 RELEASE := $(shell echo `awk '/^Release:/ {gsub(/\%.*/,""); print $2}' sos.spec`)
0f004b
 REPO = https://github.com/sosreport/sos
0f004b
 
0f004b
-SUBDIRS = po sos sos/plugins sos/policies docs
0f004b
+SUBDIRS = po sos sos/plugins sos/policies #docs
0f004b
 PYFILES = $(wildcard *.py)
0f004b
 # OS X via brew
0f004b
 # MSGCAT = /usr/local/Cellar/gettext/0.18.1.1/bin/msgcat
0f004b
@@ -30,9 +30,9 @@ DEB_ARCHIVE_DIR = $(DIST_BUILD_DIR)/$(NA
0f004b
 SRC_BUILD = $(DIST_BUILD_DIR)/sdist
0f004b
 PO_DIR = $(SRC_BUILD)/sos/po
0f004b
 
0f004b
-.PHONY: docs
0f004b
-docs:
0f004b
-	make -C docs html man
0f004b
+#.PHONY: docs
0f004b
+#docs:
0f004b
+#	make -C docs html man
0f004b
 
0f004b
 .PHONY: build
0f004b
 build: