Wrap lines and mark them, in case they were wrapped. - tgtimes - The Gopher Tim… | |
git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 8a8e385b409f3cec3918853bdd21276a59980b49 | |
parent 8c565997c7ae957daf0b2177dd0cc24b246e84cb | |
Author: Christoph Lohmann <[email protected]> | |
Date: Tue, 8 Aug 2023 11:16:28 +0200 | |
Wrap lines and mark them, in case they were wrapped. | |
Diffstat: | |
M Makefile | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -30,6 +30,7 @@ ${tgtimes}.txt: ${mdptxtfiles} ${txtptxtfiles} ${rawptxtfiles} | |
${tgtimes}.pdf: ${tgtimes}.txt | |
u2ps --header="The Gopher Times Opus ${v}" \ | |
+ --wrap --mark \ | |
--footer="page #" ${tgtimes}.txt ${tgtimes}.ps | |
9 ps2pdf ${tgtimes}.ps ${tgtimes}.pdf | |