]> Cypherpunks.ru repositories - cryptoparty-www.git/blobdiff - Makefile
Использовать redo вместо Makefile
[cryptoparty-www.git] / Makefile
diff --git a/Makefile b/Makefile
deleted file mode 100644 (file)
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