Add new box design for articles and a nice separator. - tgtimes - The Gopher Times HTML git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/tgtimes DIR Log DIR Files DIR Refs DIR Tags DIR README --- DIR commit 1e2c8110d7aa42bff0a5821e2d08d587e5212872 DIR parent 2527beb5c932468b9b6cd03d44a7f2ae2297699f HTML Author: Christoph Lohmann <20h@r-36.net> Date: Tue, 8 Aug 2023 11:49:14 +0200 Add new box design for articles and a nice separator. Diffstat: M Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/Makefile b/Makefile @@ -11,7 +11,7 @@ all: ${tgtimes}.pdf mdfiles=$(wildcard opus${v}/*.md) mdptxtfiles=${mdfiles:.md=.ptxt} .md.ptxt: - cat $< | fold -s > $<.ptxt + cat $< | boxes -d boxquote -p a1 -s 70x | fold -s > $<.ptxt txtfiles=$(filter-out ${tgtimes}.txt, $(wildcard opus${v}/*.txt)) txtptxtfiles=${txtfiles:.txt=.ptxt}