From 10711e8819e19eae53fdd0f4252acfeb8619ef09 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 3 Aug 2022 12:16:38 +0300 Subject: [PATCH] releases.atom --- doc/www.do | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/www.do b/doc/www.do index 3d9c201..e223b35 100644 --- a/doc/www.do +++ b/doc/www.do @@ -12,5 +12,14 @@ ${MAKEINFO:=makeinfo} --html \ --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \ --set-customization-variable OPEN_QUOTE_SYMBOL=\" \ -o $html index.texi +( + cd $html/download + export ATOM_ID="f9e3d8b1-9da7-4ec0-adf9-82aef5bfcc29" + export NAME=GoCheese + export BASE_URL=http://www.gocheese.cypherpunks.ru/download + export AUTHOR_EMAIL=gocheese@cypherpunks.ru + ~/work/releases-feed/releases.atom.zsh +) +perl -i -npe 'print "\n" if /^<\/head>/' $html/Install.html find $html -type d -exec chmod 755 {} + find $html -type f -exec chmod 644 {} + -- 2.44.0