logo

utils

~/.local/bin tools and git-hooks git clone https://hacktivis.me/git/utils.git
commit: 3389b0afa340d883467b4cdfd2e5707f9476d8d6
parent 75927b3e5fe2ffe79001cf87790b3482b7eebc24
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri,  4 Feb 2022 14:57:01 +0100

configure: Fix MAN1 generation

Diffstat:

Mconfigure2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure @@ -41,7 +41,7 @@ gen_targets() { echo printf 'MAN1 = ' - printf '%sn ' *.1 | grep -v -f target_filter | tr -d '\n' + printf '%s\n ' *.1 | grep -v -f target_filter | tr -d '\n' echo }