From 9b0c992028aed5a4202f6d328dcee9d6115e0edd Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 4 Nov 2015 15:20:28 +0300 Subject: [PATCH] =?utf8?q?=D0=A7=D1=83=D1=82=D1=8C=20=D0=B1=D0=BE=D0=BB?= =?utf8?q?=D1=8C=D1=88=D0=B5=20=D1=83=D0=B4=D0=BE=D0=B1=D1=81=D1=82=D0=B2?= =?utf8?q?=D0=B0=20=D0=B4=D0=BB=D1=8F=20=D0=B3=D0=B5=D0=BD=D0=B5=D1=80?= =?utf8?q?=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=B8=20?= =?utf8?q?=D0=B2=D1=8B=D0=BA=D0=BB=D0=B0=D0=B4=D0=BA=D0=B8=20=D1=81=D0=B0?= =?utf8?q?=D0=B9=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 11 ++++++++--- cypherpunks.ru.html/.gitignore | 1 - cypherpunks.ru.html/.htaccess | 1 - 3 files changed, 8 insertions(+), 5 deletions(-) delete mode 100644 cypherpunks.ru.html/.gitignore delete mode 100644 cypherpunks.ru.html/.htaccess diff --git a/Makefile b/Makefile index d5ceac1..312f38f 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,14 @@ include Makefile.private +html: + makeinfo --html -o out.html index.texi + all: - makeinfo --html -o cypherpunks.ru.html index.texi + rm -rf out.html + makeinfo --html -o out.html index.texi + cd static ; tar cf - . | tar xfC - ../out.html update: - rsync -av --progress --delete cypherpunks.ru.html/* gw.stargrave.org:cypherpunks/ - echo "mirror --delete --reverse cypherpunks.ru.html cypherpunks.ru/docs" | \ + rsync -av --progress --delete out.html/ gw.stargrave.org:cypherpunks + echo "mirror --delete --reverse out.html cypherpunks.ru/docs" | \ lftp -u $(FTP_MIRROR_LOGIN),$(FTP_MIRROR_PASSWORD) $(FTP_MIRROR_HOST) diff --git a/cypherpunks.ru.html/.gitignore b/cypherpunks.ru.html/.gitignore deleted file mode 100644 index 2d19fc7..0000000 --- a/cypherpunks.ru.html/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.html diff --git a/cypherpunks.ru.html/.htaccess b/cypherpunks.ru.html/.htaccess deleted file mode 100644 index c91ca1c..0000000 --- a/cypherpunks.ru.html/.htaccess +++ /dev/null @@ -1 +0,0 @@ -AddDefaultCharset utf-8 -- 2.44.0