Add opus7 header to u2ps. - tgtimes - The Gopher Times | |
git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 742ada98ad4701335d64d9badb58af6e7164923d | |
parent f0f4fe1f3587af6b219f868462749de5dd4fa1c7 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Mon, 7 Aug 2023 21:40:17 +0200 | |
Add opus7 header to u2ps. | |
Diffstat: | |
M Makefile | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -29,7 +29,7 @@ ${tgtimes}.txt: ${mdptxtfiles} ${txtptxtfiles} ${rawptxtfiles} | |
${tgtimes}.pdf: ${tgtimes}.txt | |
- u2ps ${tgtimes}.txt ${tgtimes}.ps | |
+ u2ps --header="The Gopher Times Opus ${v}" ${tgtimes}.txt ${tgtimes}.ps | |
9 ps2pdf ${tgtimes}.ps ${tgtimes}.pdf | |
clean: |