Add page number to footer. - tgtimes - The Gopher Times | |
git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 8c565997c7ae957daf0b2177dd0cc24b246e84cb | |
parent 0be02ade9563ea57cd9b8460933332cc217f7fbf | |
Author: Christoph Lohmann <[email protected]> | |
Date: Tue, 8 Aug 2023 11:14:56 +0200 | |
Add page number to footer. | |
Diffstat: | |
M Makefile | 3 ++- | |
1 file changed, 2 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -29,7 +29,8 @@ ${tgtimes}.txt: ${mdptxtfiles} ${txtptxtfiles} ${rawptxtfiles} | |
${tgtimes}.pdf: ${tgtimes}.txt | |
- u2ps --header="The Gopher Times Opus ${v}" ${tgtimes}.txt ${tgtimes}.ps | |
+ u2ps --header="The Gopher Times Opus ${v}" \ | |
+ --footer="page #" ${tgtimes}.txt ${tgtimes}.ps | |
9 ps2pdf ${tgtimes}.ps ${tgtimes}.pdf | |
clean: |