Add new box design for articles and a nice separator. - tgtimes - The Gopher Ti… | |
git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 1e2c8110d7aa42bff0a5821e2d08d587e5212872 | |
parent 2527beb5c932468b9b6cd03d44a7f2ae2297699f | |
Author: Christoph Lohmann <[email protected]> | |
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(-) | |
--- | |
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} |