Blame SOURCES/skip-generating-doc.patch

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