X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=www.mk;h=e61a9b3cb1b7193f75ea300a5e1e35e6e67483b7;hb=b0b7eee2021a490db14e960cb9a514e2f520cb5a;hp=7071cd905e19d42655711ff0744de6600bdeef96;hpb=34c9c9a4f95eecfee75fc36d75d2ee45d1054a25;p=pygost.git diff --git a/www.mk b/www.mk index 7071cd9..e61a9b3 100644 --- a/www.mk +++ b/www.mk @@ -2,11 +2,16 @@ all: pygost.html MAKEINFO ?= makeinfo -pygost.html: www.texi +CSS != cat style.css + +pygost.html: *.texi rm -f pygost.html/*.html $(MAKEINFO) --html \ - --set-customization-variable NO_CSS=1 \ + --set-customization-variable CSS_LINES='$(CSS)' \ --set-customization-variable SHOW_TITLE=0 \ + --set-customization-variable USE_ACCESSKEY=0 \ --set-customization-variable DATE_IN_HEADER=1 \ --set-customization-variable TOP_NODE_UP_URL=index.html \ + --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \ + --set-customization-variable OPEN_QUOTE_SYMBOL=\" \ -o pygost.html www.texi