]> Cypherpunks.ru repositories - gogost.git/blob - www.do
Download link for 5.14.1 release
[gogost.git] / www.do
1 redo-ifchange *.texi
2 html=gogost.html
3 rm -f $html/*.html
4 ${MAKEINFO:-makeinfo} --html \
5     -D "VERSION `./version`" \
6     --set-customization-variable NO_CSS=1 \
7     --set-customization-variable SECTION_NAME_IN_TITLE=1 \
8     --set-customization-variable TREE_TRANSFORMATIONS=complete_tree_nodes_menus \
9     --set-customization-variable FORMAT_MENU=menu \
10     --set-customization-variable EXTRA_HEAD='<link rev="made" href="mailto:webmaster@cypherpunks.ru">' \
11     --set-customization-variable DATE_IN_HEADER=1 \
12     --set-customization-variable ASCII_PUNCTUATION=1 \
13     --output $html www.texi
14 cp PUBKEY-* $html/
15 (
16     cd $html
17     export ATOM_ID="34c4c603-9fa7-4441-a089-881d216d8638"
18     export NAME=GoGOST
19     export BASE_URL=http://www.gogost.cypherpunks.ru
20     export AUTHOR_EMAIL=gogost@cypherpunks.ru
21     ~/work/releases-feed/releases.atom.zsh
22 )
23 perl -i -npe 'print "<link rel=\"alternate\" title=\"Releases\" href=\"releases.atom\" type=\"application/atom+xml\">\n" if /^<\/head>/' $html/Download.html
24 find $html -type d -exec chmod 755 {} +
25 find $html -type f -exec chmod 644 {} +