]> Cypherpunks.ru repositories - gocheese.git/blob - www.do
Download link for 2.4.0 release
[gocheese.git] / www.do
1 rm -f gocheese.html/*.html
2 ${MAKEINFO:=makeinfo} --html \
3     --set-customization-variable CSS_LINES="`cat style.css`" \
4     --set-customization-variable SHOW_TITLE=0 \
5     --set-customization-variable USE_ACCESSKEY=0 \
6     --set-customization-variable DATE_IN_HEADER=1 \
7     --set-customization-variable TOP_NODE_UP_URL=index.html \
8     --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \
9     --set-customization-variable OPEN_QUOTE_SYMBOL=\" \
10     -o gocheese.html gocheese.texi
11 find gocheese.html -type d -exec chmod 755 {} \;
12 find gocheese.html -type f -exec chmod 644 {} \;