Add page number to footer. - tgtimes - The Gopher Times
(HTM) git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/tgtimes
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
---
(DIR) commit 8c565997c7ae957daf0b2177dd0cc24b246e84cb
(DIR) parent 0be02ade9563ea57cd9b8460933332cc217f7fbf
(HTM) Author: Christoph Lohmann <20h@r-36.net>
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(-)
---
(DIR) 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: