X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=www.mk;h=b37b4d9c9a76c4bfdcbaf879bc5cb9736a261bc3;hb=f67aa7535756b19758df610771b36f01e8475788;hp=47be472ed2759268f75714aafab0aed4ce02406f;hpb=0c90f3181c01f68c4f2c986b02cda16dba85521b;p=gogost.git diff --git a/www.mk b/www.mk index 47be472..b37b4d9 100644 --- a/www.mk +++ b/www.mk @@ -1,12 +1,18 @@ -all: gogost.html - MAKEINFO ?= makeinfo -gogost.html: www.texi +CSS != cat style.css + +all: gogost.html + +gogost.html: *.texi rm -f gogost.html/*.html $(MAKEINFO) --html \ - --set-customization-variable NO_CSS=1 \ + --set-customization-variable EXTRA_HEAD='' \ + --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 gogost.html www.texi