]> Cypherpunks.ru repositories - cypherpunks-www.git/blobdiff - Makefile
Тривиальная коррекция стиля
[cypherpunks-www.git] / Makefile
index 3cc9513de8db4a926b7daf4310f5bad95adf76f7..5551caab2132070a01435bda586c7d6fdc9eae0d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,19 +1,12 @@
-include Makefile.private
-
-.PHONY: static
-
-clean:
-       rm -rf out.html
+CSS != cat style.css
 
 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 \
+               --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