From 3d08cd331c1adcf0d917392f7e527b3f00511748 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 24 May 2024 06:52:22 +0200 Subject: Merging upstream version 6.8. Signed-off-by: Daniel Baumann --- scripts/LinuxManBook/build.sh | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100755 scripts/LinuxManBook/build.sh (limited to 'scripts/LinuxManBook/build.sh') diff --git a/scripts/LinuxManBook/build.sh b/scripts/LinuxManBook/build.sh deleted file mode 100755 index fcb8b83..0000000 --- a/scripts/LinuxManBook/build.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/env -Sbash -# Copyright 2023-2024, Alejandro Colomar -# SPDX-License-Identifier: GPL-3.0-or-later - - -test -v CAT || CAT=cat; -test -v PRECONV || PRECONV=preconv; -test -v PIC || PIC=pic; -test -v TBL || TBL=tbl; -test -v EQN || EQN=eqn; -test -v TROFF || TROFF=troff; -test -v GROPDF || GROPDF=gropdf; - - -( - $CAT "$(dirname "$0")"/LMBfront.roff; - $CAT "$(dirname "$0")"/an.tmac; - "$(dirname "$0")"/prepare.pl "$1"; -) \ -| $PRECONV \ -| $PIC \ -| $TBL \ -| $EQN -Tpdf \ -| $TROFF -Tpdf -F"$(dirname "$0")" -dpaper=a4 \ -| $GROPDF -F"$(dirname "$0")" -pa4; -- cgit v1.2.3