From 0a87c8da896d311ae2fc6f0c8735a4a1ad2907d0 Mon Sep 17 00:00:00 2001 From: uglyside Date: Thu, 30 Jan 2025 21:41:37 +0300 Subject: [PATCH] botan. --- util/crypt/botan/actions.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/util/crypt/botan/actions.py b/util/crypt/botan/actions.py index 16239fa0aa..968e35bd45 100644 --- a/util/crypt/botan/actions.py +++ b/util/crypt/botan/actions.py @@ -27,5 +27,3 @@ def check(): def install(): mesontools.install("-C .") - - pisitools.dodoc("license.txt", "doc/authors.txt", "doc/credits.rst")