summarylogtreecommitdiffstats
path: root/swift-sphinx2.patch
diff options
context:
space:
mode:
authorMichael Hansen2017-04-04 18:07:36 -0700
committerMichael Hansen2017-04-06 22:29:36 -0700
commit364d6d903d23cf4614a4bf6fb4b6df5b3968612c (patch)
tree7329ad0b093845ebf9a7c9632e422fd1453bff50 /swift-sphinx2.patch
parent64da0a2688ca6e9632bf7a604ae1c4367b1a8232 (diff)
downloadaur-364d6d903d23cf4614a4bf6fb4b6df5b3968612c.tar.gz
Partially working update to 3.1
Diffstat (limited to 'swift-sphinx2.patch')
-rw-r--r--swift-sphinx2.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/swift-sphinx2.patch b/swift-sphinx2.patch
deleted file mode 100644
index ca37917232e4..000000000000
--- a/swift-sphinx2.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -rupN a/docs/CMakeLists.txt b/docs/CMakeLists.txt
---- a/docs/CMakeLists.txt 2016-06-01 09:50:24.174184477 -0700
-+++ b/docs/CMakeLists.txt 2016-06-01 09:51:02.687901780 -0700
-@@ -1,7 +1,7 @@
- add_subdirectory(tools)
-
- find_program(SPHINX_EXECUTABLE
-- NAMES sphinx-build
-+ NAMES sphinx-build2
- HINTS $ENV{SPHINX_DIR}
- PATH_SUFFIXES bin
- DOC "Sphinx documentation generator")
-@@ -10,7 +10,6 @@ SET(SWIFT_SPHINX_PAPER_SIZE "letter"
- CACHE STRING "Paper size for generated documentation")
-
- SET(SPHINX_ARGS
-- -W
- -D latex_paper_size=${SWIFT_SPHINX_PAPER_SIZE}
- -d ${CMAKE_BINARY_DIR}/doctrees)
-