X-Git-Url: http://www.git.cypherpunks.ru/?p=cryptoparty-www.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=0000000000000000000000000000000000000000;hp=edc3506a11e5bdb87fb279bf17be47f302abf990;hb=89c0363c97c77a64c2af96442dd1bfe4ff548382;hpb=fa8293864293841c6bbcc358cf17ebe8f151a031 diff --git a/Makefile b/Makefile deleted file mode 100644 index edc3506..0000000 --- a/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -.PHONY: static - -all: clean html static - -clean: - rm -rf cryptoparty.html - -CSS != cat style.css - -html: - makeinfo --html \ - --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: - cd static ; tar cf - . | tar xfC - ../cryptoparty.html - cp -f logo.png cryptoparty.html