X-Git-Url: http://www.git.cypherpunks.ru/?p=gocheese.git;a=blobdiff_plain;f=doc%2Fwww.do;h=e223b35c2e92df9e4f84e179cbc2d96909a6f118;hp=3d9c201602f0a8d96ae862cc079dca96fa5c32d8;hb=10711e8819e19eae53fdd0f4252acfeb8619ef09;hpb=d7d4eec63e5866d16d08dfa729e0946b85b76c90 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 {} +