]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - doc/www.do
OpenSSH signature support
[tofuproxy.git] / doc / www.do
index bbf848dd6b542d8707d297b0b10461875f88840a..0a8de34c2ae61482c86ebc1a5958dab37e473f25 100644 (file)
@@ -2,14 +2,14 @@ redo-ifchange *.texi ../VERSION
 html=tofuproxy.html
 rm -f $html/*.html
 ${MAKEINFO:=makeinfo} --html \
-    --css-include style.css \
     -D "VERSION `cat ../VERSION`" \
+    --set-customization-variable NO_CSS=1 \
     --set-customization-variable SECTION_NAME_IN_TITLE=1 \
     --set-customization-variable TREE_TRANSFORMATIONS=complete_tree_nodes_menus \
     --set-customization-variable FORMAT_MENU=menu \
     --set-customization-variable DATE_IN_HEADER=1 \
     --set-customization-variable ASCII_PUNCTUATION=1 \
     --output $html index.texi
-cp -a *.webp $html/
+cp -a *.webp ../PUBKEY-* $html/
 find $html -type d -exec chmod 755 {} +
 find $html -type f -exec chmod 644 {} +