X-Git-Url: http://www.git.cypherpunks.ru/?p=cryptoparty-www.git;a=blobdiff_plain;f=Makefile;h=edc3506a11e5bdb87fb279bf17be47f302abf990;hp=92ae85e9644513bb93fe22996fd16ede9b36f0f5;hb=fa8293864293841c6bbcc358cf17ebe8f151a031;hpb=36d88253475d1425e3645e7e25ff5416de3f4690 diff --git a/Makefile b/Makefile index 92ae85e..edc3506 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,10 @@ +.PHONY: static + +all: clean html static + +clean: + rm -rf cryptoparty.html + CSS != cat style.css html: @@ -7,6 +14,8 @@ html: --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: