]> Cypherpunks.ru repositories - cypherpunks-www.git/blobdiff - Makefile
Fix 404 (dir) link
[cypherpunks-www.git] / Makefile
index e74c76e536d803db07de9448a2a96fd0172a80ff..79dd5a903f75b0f9d600a2a85e7d59a5540e4bd7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,19 +1,7 @@
-include private.mk
-
-.PHONY: static
-
-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" | \
-               lftp -u $(FTP_MIRROR_LOGIN),$(FTP_MIRROR_PASSWORD) $(FTP_MIRROR_HOST)
+       makeinfo --html \
+               --css-include=style.css \
+               --set-customization-variable SHOW_TITLE=0 \
+               --set-customization-variable DATE_IN_HEADER=1 \
+               --set-customization-variable TOP_NODE_UP_URL=index.html \
+               -o cypherpunks.html index.texi