]> Cypherpunks.ru repositories - gost-www.git/blobdiff - Makefile
Использовать redo вместо Makefile
[gost-www.git] / Makefile
diff --git a/Makefile b/Makefile
deleted file mode 100644 (file)
index 3dbc257..0000000
--- a/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-all: gost.html
-
-MAKEINFO ?= makeinfo
-
-CSS != cat style.css
-
-.PHONY: gost.html
-
-gost.html:
-       rm -f gost.html/*.html
-       $(MAKEINFO) --html \
-               --set-customization-variable EXTRA_HEAD='<link rev="made" href="mailto:webmaster@cypherpunks.ru">' \
-               --set-customization-variable CSS_LINES='$(CSS)' \
-               --set-customization-variable SHOW_TITLE=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 gost.html index.texi