diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-06-21 04:46:12 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-06-21 04:46:12 +0000 |
commit | 3b75654ea6ca540724285c394744e8b2463f8d28 (patch) | |
tree | 656fc0b7315b0b8e4dbf4b1afa00f29aab599055 /packages/python | |
parent | e6623f3caf8f58473c3696f7047629459e8e186f (diff) |
python 2.4.4 ship manpage. (finally) closes #2282
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python_2.4.4.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/python/python_2.4.4.bb b/packages/python/python_2.4.4.bb index 4442fbad53..6ec186cb83 100644 --- a/packages/python/python_2.4.4.bb +++ b/packages/python/python_2.4.4.bb @@ -72,3 +72,8 @@ FILES_libpython2 = "${libdir}/libpython*" # catch all the rest (unsorted) PACKAGES += "python-misc" FILES_python-misc = "${libdir}/python2.4" + +# catch manpage +PACKAGES += "python-man" +FILES_python-man = "${datadir}/man" + |