From 2bdc15ae673c88f9affa56f57cbc6e83cbbb9c19 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 20 Sep 2010 15:29:53 +0000 Subject: Issue 9877: expose sysconfig.get_makefile_filename() in the public API. --- Doc/library/sysconfig.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Doc/library/sysconfig.rst') 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 ---------------------------------- -- cgit v1.2.1