X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=Makefile;h=5551caab2132070a01435bda586c7d6fdc9eae0d;hb=e38452e861dbbe05af357690622fcd2b11559cb3;hp=79dd5a903f75b0f9d600a2a85e7d59a5540e4bd7;hpb=88d5f777fbdd131f2f316cd2d39efdc52cac2478;p=cypherpunks-www.git diff --git a/Makefile b/Makefile index 79dd5a9..5551caa 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,12 @@ +CSS != cat style.css + html: makeinfo --html \ - --css-include=style.css \ + --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 cypherpunks.html index.texi