Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-06-09 16:16:53 +0300
committerHannah von Reth <vonreth@kde.org>2021-06-10 16:13:51 +0300
commite964a5d9426fdf3598f8628fe998636a5b267882 (patch)
treeea2565fa1419e7c8012abe62fea5da52cad37472 /cmake
parent87ad90ef5eeca27bc4db2021854ca065f1d91175 (diff)
Remove outdate man pages
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/FindPdfLatex.cmake20
-rw-r--r--cmake/modules/FindSphinx.cmake20
2 files changed, 0 insertions, 40 deletions
diff --git a/cmake/modules/FindPdfLatex.cmake b/cmake/modules/FindPdfLatex.cmake
deleted file mode 100644
index 82fb8c659..000000000
--- a/cmake/modules/FindPdfLatex.cmake
+++ /dev/null
@@ -1,20 +0,0 @@
-# (c) 2014 Copyright ownCloud GmbH
-# Redistribution and use is allowed according to the terms of the BSD license.
-# For details see the accompanying COPYING* file.
-
-find_program(PDFLATEX_EXECUTABLE NAMES pdflatex
- HINTS
- $ENV{PDFLATEX_DIR}
- PATH_SUFFIXES bin
- DOC "PDF LaTeX"
-)
-
-include(FindPackageHandleStandardArgs)
-
-find_package_handle_standard_args(PdfLatex DEFAULT_MSG
- PDFLATEX_EXECUTABLE
-)
-
-mark_as_advanced(
- PDFLATEX_EXECUTABLE
-)
diff --git a/cmake/modules/FindSphinx.cmake b/cmake/modules/FindSphinx.cmake
deleted file mode 100644
index 953f626a5..000000000
--- a/cmake/modules/FindSphinx.cmake
+++ /dev/null
@@ -1,20 +0,0 @@
-# (c) 2014 Copyright ownCloud GmbH
-# Redistribution and use is allowed according to the terms of the BSD license.
-# For details see the accompanying COPYING* file.
-
-find_program(SPHINX_EXECUTABLE NAMES sphinx-build
- HINTS
- $ENV{SPHINX_DIR}
- PATH_SUFFIXES bin
- DOC "Sphinx documentation generator"
-)
-
-include(FindPackageHandleStandardArgs)
-
-find_package_handle_standard_args(Sphinx DEFAULT_MSG
- SPHINX_EXECUTABLE
-)
-
-mark_as_advanced(
- SPHINX_EXECUTABLE
-)