]> Sergey Matveev's repositories - tofuproxy.git/blob - doc/www.do
Download link for 0.6.0 release
[tofuproxy.git] / doc / www.do
1 redo-ifchange *.texi ../VERSION
2 html=tofuproxy.html
3 rm -f $html/*.html
4 ${MAKEINFO:=makeinfo} --html \
5     --css-include style.css \
6     -D "VERSION `cat ../VERSION`" \
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 cp -a *.webp $html/
14 find $html -type d -exec chmod 755 {} +
15 find $html -type f -exec chmod 644 {} +