X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=Makefile;h=5551caab2132070a01435bda586c7d6fdc9eae0d;hb=e38452e861dbbe05af357690622fcd2b11559cb3;hp=f5bb34a17453c24a36f302457553291bd71f0e37;hpb=15f002077978f450d9f86765a53e8cdac0055a64;p=cypherpunks-www.git diff --git a/Makefile b/Makefile index f5bb34a..5551caa 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,12 @@ -include Makefile.private +CSS != cat style.css -all: - makeinfo --html -o cypherpunks.ru.html index.texi - -update: - rsync -av --progress --delete cypherpunks.ru.html/* stargrave.org:cypherpunks/ - echo "mirror --delete --reverse cypherpunks.ru.html cypherpunks.ru/docs" | \ - lftp -u $(FTP_MIRROR_LOGIN),$(FTP_MIRROR_PASSWORD) $(FTP_MIRROR_HOST) +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