]> Cypherpunks.ru repositories - gocheese.git/blob - www.mk
URL fixes
[gocheese.git] / www.mk
1 MAKEINFO ?= makeinfo
2
3 CSS != cat style.css
4
5 all: gocheese.html
6
7 gocheese.html: *.texi
8         rm -f gocheese.html/*.html
9         $(MAKEINFO) --html \
10                 --set-customization-variable CSS_LINES='$(CSS)' \
11                 --set-customization-variable SHOW_TITLE=0 \
12                 --set-customization-variable USE_ACCESSKEY=0 \
13                 --set-customization-variable DATE_IN_HEADER=1 \
14                 --set-customization-variable TOP_NODE_UP_URL=index.html \
15                 --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \
16                 --set-customization-variable OPEN_QUOTE_SYMBOL=\" \
17                 -o gocheese.html gocheese.texi