doc/www.do | 9 +++++++++ diff --git a/doc/www.do b/doc/www.do index c484cf3b003d084afeb71a098825af02c92521dc168bdd2201c54357323b70df..5b4979da70ea15edccb0a7af88558dcccc2f7946d72c0d8eadd867a93dd4acec 100644 --- a/doc/www.do +++ b/doc/www.do @@ -11,5 +11,14 @@ --set-customization-variable DATE_IN_HEADER=1 \ --set-customization-variable ASCII_PUNCTUATION=1 \ --output $html index.texi cp -a *.webp ../PUBKEY-* $html/ +( + cd $html/download + export ATOM_ID="e1e74079-3844-11ee-9b0c-a4ae1277b945" + export NAME=tofuproxy + export BASE_URL=http://www.tofuproxy.stargrave.org/download + export AUTHOR_EMAIL=tofuproxy@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 {} +