summarylogtreecommitdiffstats
path: root/sphinx-build2.patch
diff options
context:
space:
mode:
authorMichel Zou2017-11-16 23:24:27 +0100
committerMichel Zou2017-11-16 23:24:27 +0100
commit313db0bbcb61d6a9d6b77863af9f9803620b9201 (patch)
tree200a846074bfec28f1866cc0f1b33fa9f2b533a5 /sphinx-build2.patch
parent480e8293c25bea7e3f4a18805d43230633a99bd8 (diff)
downloadaur-313db0bbcb61d6a9d6b77863af9f9803620b9201.tar.gz
git moved
Diffstat (limited to 'sphinx-build2.patch')
-rw-r--r--sphinx-build2.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/sphinx-build2.patch b/sphinx-build2.patch
deleted file mode 100644
index 7e73a4e0bc12..000000000000
--- a/sphinx-build2.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/ApiExtractor/doc/CMakeLists.txt b/ApiExtractor/doc/CMakeLists.txt
-index d78844d..e9245e1 100644
---- a/ApiExtractor/doc/CMakeLists.txt
-+++ b/ApiExtractor/doc/CMakeLists.txt
-@@ -1,5 +1,5 @@
-
--find_program(SPHINX sphinx-build DOC "Path to sphinx-build binary.")
-+find_program(SPHINX sphinx-build2 DOC "Path to sphinx-build binary.")
-
- if (SPHINX)
- message("-- sphinx-build - found")
-@@ -7,4 +7,4 @@ if (SPHINX)
- add_custom_target(doc ${SPHINX} -b html -c . ${CMAKE_CURRENT_SOURCE_DIR} html )
- else()
- message("-- sphinx-build - not found! doc target disabled")
--endif()
-\ No newline at end of file
-+endif()