summaryrefslogtreecommitdiffstats
path: root/Modules/FindDart.cmake
blob: 04925783b83124a222f95b7d3ee6d8bb48df6e93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.

#[=======================================================================[.rst:
FindDart
--------

Find DART

This module looks for the dart testing software and sets DART_ROOT to
point to where it found it.
#]=======================================================================]

find_path(DART_ROOT README.INSTALL
    HINTS
      ENV DART_ROOT
    PATHS
      ${PROJECT_SOURCE_DIR}
      /usr/share
      C:/
      "C:/Program Files"
      ${PROJECT_SOURCE_DIR}/..
      [HKEY_LOCAL_MACHINE\\SOFTWARE\\Dart\\InstallPath]
      ENV ProgramFiles
    PATH_SUFFIXES
      Dart
    DOC "If you have Dart installed, where is it located?"
    )

include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(Dart DEFAULT_MSG DART_ROOT)

mark_as_advanced(DART_ROOT)
29d41bc9efce642c2385e1bd3f6ccfde6d8cc'>23329d41bc9efce642c2385e1bd3f6ccfde6d8cc (diff)downloadcpython-c817e275012d29e26f46fb0e4b26e5e88edd6408.zip
cpython-c817e275012d29e26f46fb0e4b26e5e88edd6408.tar.gz
cpython-c817e275012d29e26f46fb0e4b26e5e88edd6408.tar.bz2
New style section headers.
Diffstat (limited to 'Doc/mac')
-rw-r--r--Doc/mac/libctb.tex5
-rw-r--r--Doc/mac/libframework.tex3
-rw-r--r--Doc/mac/libmac.tex6
-rw-r--r--Doc/mac/libmacconsole.tex5
-rw-r--r--Doc/mac/libmacdnr.tex3
-rw-r--r--Doc/mac/libmacfs.tex4
-rw-r--r--Doc/mac/libmacic.tex3
-rw-r--r--Doc/mac/libmacos.tex3
-rw-r--r--Doc/mac/libmacostools.tex6
-rw-r--r--Doc/mac/libmacspeech.tex3
-rw-r--r--Doc/mac/libmactcp.tex3
-rw-r--r--Doc/mac/libmacui.tex3
-rw-r--r--Doc/mac/libminiae.tex3
13 files changed, 33 insertions, 17 deletions
diff --git a/Doc/mac/libctb.tex b/Doc/mac/libctb.tex
index 59125d4..de2e865 100644
--- a/Doc/mac/libctb.tex
+++ b/Doc/mac/libctb.tex
@@ -1,8 +1,9 @@
-\section{Built-in Module \module{ctb}}
+\section{\module{ctb} ---
+ Interface to the Communications Tool Box.}
\declaremodule{builtin}{ctb}
\modulesynopsis{Interfaces to the Communications Tool Box. Only the Connection
-Manager is currently supported.}
+Manager is supported.}
This module provides a partial interface to the Macintosh
diff --git a/Doc/mac/libframework.tex b/Doc/mac/libframework.tex
index e3151e8..7c10e25 100644
--- a/Doc/mac/libframework.tex
+++ b/Doc/mac/libframework.tex
@@ -1,4 +1,5 @@
-\section{Standard Module \module{FrameWork}}
+\section{\module{FrameWork} ---
+ Interactive application framework.}
\declaremodule{standard}{FrameWork}
\modulesynopsis{Interactive application framework.}
diff --git a/Doc/mac/libmac.tex b/Doc/mac/libmac.tex
index 8b943be..a13efd0 100644
--- a/Doc/mac/libmac.tex
+++ b/Doc/mac/libmac.tex
@@ -39,7 +39,8 @@ The following modules are documented here:
\localmoduletable
-\section{Built-in Module \module{mac}}
+\section{\module{mac} ---
+ Similar interfaces to the \module{posix} module.}
\declaremodule{builtin}{mac}
\modulesynopsis{Similar interfaces to the \module{posix} module.}
@@ -79,7 +80,8 @@ values appended: the size of the resource fork of the file and its
4-character creator and type.
-\section{Standard Module \module{macpath}}
+\section{\module{macpath} ---
+ MacOS path manipulation functions.}
\declaremodule{standard}{macpath}
\modulesynopsis{MacOS path manipulation functions.}
diff --git a/Doc/mac/libmacconsole.tex b/Doc/mac/libmacconsole.tex
index ad7e4f5..281ea89 100644
--- a/Doc/mac/libmacconsole.tex
+++ b/Doc/mac/libmacconsole.tex
@@ -1,7 +1,8 @@
-\section{Built-in Module \module{macconsole}}
+\section{\module{macconsole} ---
+ Think C's console package.}
\declaremodule{builtin}{macconsole}
-\modulesynopsis{Think C's console package is available using this module.}
+\modulesynopsis{Think C's console package.}
diff --git a/Doc/mac/libmacdnr.tex b/Doc/mac/libmacdnr.tex
index 04c511b..2242e63 100644
--- a/Doc/mac/libmacdnr.tex
+++ b/Doc/mac/libmacdnr.tex
@@ -1,4 +1,5 @@
-\section{Built-in Module \module{macdnr}}
+\section{\module{macdnr} ---
+ Interfaces to the Macintosh Domain Name Resolver.}
\declaremodule{builtin}{macdnr}
\modulesynopsis{Interfaces to the Macintosh Domain Name Resolver.}
diff --git a/Doc/mac/libmacfs.tex b/Doc/mac/libmacfs.tex
index d80e79f..3a0f6ec 100644
--- a/Doc/mac/libmacfs.tex
+++ b/Doc/mac/libmacfs.tex
@@ -1,4 +1,6 @@
-\section{Built-in Module \module{macfs}}
+\section{\module{macfs} ---
+ FSSpec, the Alias Manager, \program{finder} aliases,
+ and the Standard File package.}
\declaremodule{builtin}{macfs}
\modulesynopsis{Support for FSSpec, the Alias Manager, \program{finder} aliases,
diff --git a/Doc/mac/libmacic.tex b/Doc/mac/libmacic.tex
index 9dc5ffc..c8caa44 100644
--- a/Doc/mac/libmacic.tex
+++ b/Doc/mac/libmacic.tex
@@ -1,4 +1,5 @@
-\section{Standard Module \module{ic}}
+\section{\module{ic} ---
+ Access to Internet Config.}
\declaremodule{builtin}{ic}
\modulesynopsis{Access to Internet Config.}
diff --git a/Doc/mac/libmacos.tex b/Doc/mac/libmacos.tex
index 7aa4104..8f21981 100644
--- a/Doc/mac/libmacos.tex
+++ b/Doc/mac/libmacos.tex
@@ -1,4 +1,5 @@
-\section{Built-in Module \module{MacOS}}
+\section{\module{MacOS} ---
+ Access to MacOS specific interpreter features.}
\declaremodule{builtin}{MacOS}
\modulesynopsis{Access to MacOS specific interpreter features.}
diff --git a/Doc/mac/libmacostools.tex b/Doc/mac/libmacostools.tex
index 4930d70..eebafcc 100644
--- a/Doc/mac/libmacostools.tex
+++ b/Doc/mac/libmacostools.tex
@@ -1,4 +1,5 @@
-\section{Standard Module \module{macostools}}
+\section{\module{macostools} ---
+ Convenience routines for file manipulation.}
\declaremodule{standard}{macostools}
\modulesynopsis{Convenience routines for file manipulation.}
@@ -49,7 +50,8 @@ Note that the process of creating finder aliases is not specified in
the Apple documentation. Hence, aliases created with \function{mkalias()}
could conceivably have incompatible behaviour in some cases.
-\section{Standard Module \module{findertools}}
+\section{\module{findertools} ---
+ Wrappers around the \program{finder}'s Apple Events interface.}
\declaremodule{standard}{findertools}
\modulesynopsis{Wrappers around the \program{finder}'s Apple Events interface.}
diff --git a/Doc/mac/libmacspeech.tex b/Doc/mac/libmacspeech.tex
index 2d90d34..340b813 100644
--- a/Doc/mac/libmacspeech.tex
+++ b/Doc/mac/libmacspeech.tex
@@ -1,4 +1,5 @@
-\section{Built-in Module \module{macspeech}}
+\section{\module{macspeech} ---
+ Interface to the Macintosh Speech Manager.}
\declaremodule{builtin}{macspeech}
\modulesynopsis{Interface to the Macintosh Speech Manager.}
diff --git a/Doc/mac/libmactcp.tex b/Doc/mac/libmactcp.tex
index f5590c5..f0d2d7d 100644
--- a/Doc/mac/libmactcp.tex
+++ b/Doc/mac/libmactcp.tex
@@ -1,4 +1,5 @@
-\section{Built-in Module \module{mactcp}}
+\section{\module{mactcp} ---
+ The MacTCP interfaces.}
\declaremodule{builtin}{mactcp}
\modulesynopsis{The MacTCP interfaces.}
diff --git a/Doc/mac/libmacui.tex b/Doc/mac/libmacui.tex