Fix newsfeed creation in Makefile. - 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 7b67916784e3d4fd8256e44a84e7514b7d2968c1
(DIR) parent 41735de0eed4a2fea8cdc40a45ac359219417984
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Mon, 6 Mar 2023 14:20:51 +0100
Fix newsfeed creation in Makefile.
Diffstat:
M Makefile | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/Makefile b/Makefile
@@ -22,3 +22,5 @@ publish: ${tgtimes}.pdf ${tgtimes}.txt
cp ${tgtimes}.txt archive/${date}/tgtimes-${date}-opus$v.txt
cp ${tgtimes}.pdf archive/${date}/tgtimes-${date}-opus$v.pdf
cp ${tgtimes}.mw archive/${date}/tgtimes-${date}-opus$v.mw
+ cd archive && ./mk-atom.sh > news.atom.xml
+