From 5e8d630e2eb211fa8cf97555872a2dc89d810d17 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Sun, 29 Jan 2017 20:48:00 +0300 Subject: [PATCH] python-pygments:fix --- programming/language/python/python-Pygments/actions.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/programming/language/python/python-Pygments/actions.py b/programming/language/python/python-Pygments/actions.py index d41d4bd824..6860f613fd 100644 --- a/programming/language/python/python-Pygments/actions.py +++ b/programming/language/python/python-Pygments/actions.py @@ -16,7 +16,7 @@ def build(): def install(): pythonmodules.install() - pisitools.dohtml("docs/build/*") - pisitools.insinto("/usr/share/doc/%s/src/" % get.srcNAME(),"docs/src/*") - pisitools.doman("docs/pygmentize.1") + #pisitools.dohtml("docs/build/*") + #pisitools.insinto("/usr/share/doc/%s/src/" % get.srcNAME(),"docs/src/*") + pisitools.doman("doc/pygmentize.1")