From b7610d067385ba11c532d49fe3053689f22f0915 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Mon, 3 May 2021 22:34:04 -0400 Subject: [PATCH] gopher: Publish jam-tuesday/ on the phlog The existing gophernicus installation will pick up the files, so the only thing to do is copy them there. --- bin/gengopher.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/gengopher.sh b/bin/gengopher.sh index 0af56fc..1066451 100755 --- a/bin/gengopher.sh +++ b/bin/gengopher.sh @@ -13,6 +13,9 @@ for f in $WWW/*.7; do mandoc -Tascii -Owidth=72 $f | col -b > $PHLOG/`basename $f .7`.txt done +# Copy over jam-tuesday +cp -a "$WWW/jam-tuesday" "$PHLOG" + # Remove/move some non-phlog cruft mv $PHLOG/intro.txt $DEPLOY/intro.txt rm -f $PHLOG/template.txt -- libgit2 1.1.1