Fix newsfeed creation in Makefile. - tgtimes - The Gopher Times | |
git clone git://bitreich.org/tgtimes git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 7b67916784e3d4fd8256e44a84e7514b7d2968c1 | |
parent 41735de0eed4a2fea8cdc40a45ac359219417984 | |
Author: Christoph Lohmann <[email protected]> | |
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(-) | |
--- | |
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 | |
+ |