diff options
Diffstat (limited to 'Doc/library/sysconfig.rst')
-rw-r--r-- | Doc/library/sysconfig.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst index f3194f8..773480b 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 ---------------------------------- |