]> Cypherpunks.ru repositories - goredo.git/blob - doc/www.do
Redundant @documentencoding
[goredo.git] / doc / www.do
1 redo-ifchange *.texi ../VERSION
2 html=goredo.html
3 rm -f $html/*.html
4 ${MAKEINFO:=makeinfo} --html \
5     -D "VERSION `cat ../VERSION`" \
6     --css-include style.css \
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 DATE_IN_HEADER=1 \
11     --set-customization-variable ASCII_PUNCTUATION=1 \
12     --output $html index.texi
13 (
14     cd $html/download
15     export ATOM_ID="d089a6f2-cd88-47e5-aa11-55f60adfb977"
16     export NAME=goredo
17     export BASE_URL=http://www.goredo.cypherpunks.ru/download
18     export AUTHOR_EMAIL=goredo@cypherpunks.ru
19     ~/work/releases-feed/releases.atom.zsh
20 )
21 perl -i -npe 'print "<link rel=\"alternate\" title=\"Releases\" href=\"download/releases.atom\" type=\"application/atom+xml\">\n" if /^<\/head>/' $html/Install.html
22 find $html -type d -exec chmod 755 {} +
23 find $html -type f -exec chmod 644 {} +