From 6c0e97f2159991f0de26f79d49fed4a4d3caa326 Mon Sep 17 00:00:00 2001 From: nima Date: Wed, 29 Oct 2008 07:13:49 +0000 Subject: Adding man pages from upstream. Sooner or later, these will be removed, as will all other work that's simply replicating the demidecode binary. All this package should provide is the python module, and some py-module-specific man pages. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@84 abc39116-655e-4be6-ad55-d661dc543056 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0daf9b7..5a743b7 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,8 @@ # Licensed under the GNU Public License. # +#. TODO: mtrace, leaks check... etc. + #. Bug in python2.4 PyString_FromFormat that results in not interpreting printf style formatting with %u and %lu. PY = $(shell python -V 2>&1 |sed -e 's/.\(ython\) \(2\.[0-9]\)\..*/p\1\2/') #PY = python2.5 -- cgit