From 9d19b0289969f806465eb96429574b9e8a850ce8 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 15 Nov 2015 14:07:36 +0300 Subject: [PATCH] =?utf8?q?=D0=A0=D0=B0=D0=B7=D0=B4=D0=B5=D0=BB=D0=B8=D1=82?= =?utf8?q?=D1=8C=20=D1=86=D0=B5=D0=BB=D0=B8=20=D1=81=D0=B1=D0=BE=D1=80?= =?utf8?q?=D0=BA=D0=B8=20=D0=BD=D0=B0=20=D1=87=D0=B0=D1=81=D1=82=D0=B8,=20?= =?utf8?q?=D1=82=D0=B0=D0=BA=20=D0=BA=D0=B0=D0=BA=20=D0=B4=D0=BB=D1=8F=20?= =?utf8?q?=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F=20?= =?utf8?q?=D1=81=D1=82=D0=B0=D1=82=D0=B8=D0=BA=D0=B8=20=D0=BD=D0=B5=20?= =?utf8?q?=D0=BD=D0=B0=D0=B4=D0=BE=20=D1=81=D0=BE=D0=B1=D0=B8=D1=80=D0=B0?= =?utf8?q?=D1=82=D1=8C=20=D0=B4=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D1=82?= =?utf8?q?=D0=B0=D1=86=D0=B8=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 312f38f..3cc9513 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,18 @@ include Makefile.private -html: - makeinfo --html -o out.html index.texi +.PHONY: static -all: +clean: rm -rf out.html + +html: makeinfo --html -o out.html index.texi + +static: cd static ; tar cf - . | tar xfC - ../out.html +all: clean html static + update: rsync -av --progress --delete out.html/ gw.stargrave.org:cypherpunks echo "mirror --delete --reverse out.html cypherpunks.ru/docs" | \ -- 2.44.0