]> Cypherpunks.ru repositories - cypherpunks-www.git/commitdiff
Замена Makefile на redo цель
authorSergey Matveev <stargrave@stargrave.org>
Sun, 12 Jul 2020 10:37:22 +0000 (13:37 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 12 Jul 2020 10:37:59 +0000 (13:37 +0300)
Makefile [deleted file]
all.do [new file with mode: 0644]

diff --git a/Makefile b/Makefile
deleted file mode 100644 (file)
index 5551caa..0000000
--- a/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-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 cypherpunks.html index.texi
diff --git a/all.do b/all.do
new file mode 100644 (file)
index 0000000..c7dacab
--- /dev/null
+++ b/all.do
@@ -0,0 +1,11 @@
+rm -rf cypherpunks.html
+makeinfo --html \
+    --set-customization-variable EXTRA_HEAD='<link rev="made" href="mailto:webmaster@cypherpunks.ru">' \
+    --set-customization-variable CSS_LINES="`cat style.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 cypherpunks.html index.texi