]> Cypherpunks.ru repositories - gocheese.git/blob - www.do
Simpler CSS inclusion
[gocheese.git] / www.do
1 redo-ifchange *.texi VERSION
2 html=gocheese.html
3 rm -f $html/*.html
4 ${MAKEINFO:=makeinfo} --html \
5     -D "VERSION `cat VERSION`" \
6     --css-include style.css \
7     --set-customization-variable SHOW_TITLE=0 \
8     --set-customization-variable DATE_IN_HEADER=1 \
9     --set-customization-variable TOP_NODE_UP_URL=index.html \
10     --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \
11     --set-customization-variable OPEN_QUOTE_SYMBOL=\" \
12     -o $html gocheese.texi
13 find $html -type d -exec chmod 755 {} \;
14 find $html -type f -exec chmod 644 {} \;