From fe833a61618f2bc916e536592073643b6bf950cd Mon Sep 17 00:00:00 2001 From: uglyside Date: Sat, 14 Jun 2025 11:40:53 +0300 Subject: [PATCH] lxde-icon-theme: dodoc. --- desktop/lxde/lxde-icon-theme/actions.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/desktop/lxde/lxde-icon-theme/actions.py b/desktop/lxde/lxde-icon-theme/actions.py index 9f5e679a63..d4efb43a91 100644 --- a/desktop/lxde/lxde-icon-theme/actions.py +++ b/desktop/lxde/lxde-icon-theme/actions.py @@ -4,7 +4,7 @@ # Licensed under the GNU General Public License, version 3. # See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import autotools, get +from pisi.actionsapi import autotools, pisitools, get def setup(): autotools.configure("--prefix=/usr") @@ -14,3 +14,5 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "COPYING")