File: changeset_49fe915.diff

package info (click to toggle)
python-scrapy 1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,468 kB
  • ctags: 4,468
  • sloc: python: 22,154; xml: 199; makefile: 76; sh: 3
file content (23 lines) | stat: -rw-r--r-- 577 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From 52a1e66bcfd897d32f1742f6cea4fe8ec01da17c Mon Sep 17 00:00:00 2001
From: Yaroslav Halchenko <debian@onerussian.com>
Date: Thu, 8 Oct 2015 13:05:12 -0700
Subject: BF: fail if docs failed to build

Patch-Name: changeset_49fe915.diff
---
 docs/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Makefile b/docs/Makefile
index 3a7b8c2..373a1ae 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -27,7 +27,7 @@ help:
 
 build: 
 	mkdir -p build/$(BUILDER) build/doctrees
-	-sphinx-build $(ALLSPHINXOPTS)
+	sphinx-build $(ALLSPHINXOPTS)
 	@echo