X-Git-Url: http://www.git.cypherpunks.ru/?p=cryptoparty-www.git;a=blobdiff_plain;f=Makefile;h=edc3506a11e5bdb87fb279bf17be47f302abf990;hp=bcdfe9e6783b6c739e10a3053345794bcfece33c;hb=4a5dc689c3d84aad1ded264f145c6327191b58ac;hpb=bc51e44c95f3595128e030e988b1c91bb9146c09 diff --git a/Makefile b/Makefile index bcdfe9e..edc3506 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,21 @@ +.PHONY: static + +all: clean html static + +clean: + rm -rf cryptoparty.html + +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 cryptoparty.html index.texi static: