From eefa047c6e10b9bf1dcd177934fae8c57e80dc25 Mon Sep 17 00:00:00 2001 From: speedie Date: Fri, 30 Jun 2023 01:23:57 +0200 Subject: [PATCH] No need to generate manual on install. --- scripts/spmenu_make | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/spmenu_make b/scripts/spmenu_make index 0a79759..1322623 100755 --- a/scripts/spmenu_make +++ b/scripts/spmenu_make @@ -11,7 +11,6 @@ wayland=${wayland:-true} x11=${x11:-true} prefix="${prefix:-/usr}" -gen_manual=${gen_manual:-true} opt=${opt:--O2} reconfigure=${reconfigure:-false} static=${static:-false} @@ -253,7 +252,6 @@ build() { [ -x "buildconf_dev" ] && source buildconf_dev [ ! -f "meson.build" ] && printf "meson.build does not exist.\n" && exit 1 - [ "$gen_manual" != "false" ] && docs cp -f meson.build meson.build.orig