X-Git-Url: http://www.git.cypherpunks.ru/?p=cryptoparty-www.git;a=blobdiff_plain;f=Makefile;h=edc3506a11e5bdb87fb279bf17be47f302abf990;hp=8ac7bc217942ab6f588e0b0269c16cdd198af7d2;hb=7b1181720751e0180b44cf8b8da7f694938f144c;hpb=122b8857e0ddddcb613a334c39591f91683aea2e diff --git a/Makefile b/Makefile index 8ac7bc2..edc3506 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +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: