summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/sysconfig.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst
index f3194f8cfa..773480b62b 100644
--- a/Doc/library/sysconfig.rst
+++ b/Doc/library/sysconfig.rst
@@ -217,6 +217,10 @@ Other functions
Return the path of :file:`pyconfig.h`.
+.. function:: get_makefile_filename()
+
+ Return the path of :file:`Makefile`.
+
Using :mod:`sysconfig` as a script
----------------------------------