X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=Makefile;h=5551caab2132070a01435bda586c7d6fdc9eae0d;hb=48be7203e359f5db23dfb9e1586b04c8a8ded359;hp=877a9cff82b99c4a35ad0403150b30f4a8742394;hpb=a272f94b56249f328a93957cbd9850ce274b486d;p=cypherpunks-www.git diff --git a/Makefile b/Makefile index 877a9cf..5551caa 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +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 \ - -o out.html index.texi + --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