commit b7610d067385ba11c532d49fe3053689f22f0915 (patch)
parent dbd11ae007abe9ca8d0e875f1607015b2acbe788
Author: Alex Karle <alex@alexkarle.com>
Date: Mon, 3 May 2021 22:34:04 -0400
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.
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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