From 5194f77bfd38ce14176b2b5efab2052bf7014bbd Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 13 Apr 2017 21:54:42 -0700 Subject: doc: add indented paragraphs, valid XHTML, CSS style sheet Add indented paragraphs, which can be used to continue an item in a bulleted list. Produce valid strict XHTML, and include a style sheet with a navbar and other fancy things. Remove archaic output formats. Now only text, XHTML, and PDF are supported. Signed-off-by: H. Peter Anvin --- tools/release | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/release b/tools/release index 14e750a6..f7025f13 100755 --- a/tools/release +++ b/tools/release @@ -91,10 +91,9 @@ gzip -9 nasm-"$version"-xdoc.tar mv nasm-"$version"-xdoc.tar.gz nasm-"$version"-xdoc.tar.bz2 nasm-"$version"-xdoc.tar.xz .. # Create doc zipfile (DOS convention: no prefix, convert file endings) -# (Note: generating Win .hlp files requires additional tools) cd nasm-"$version" -zip -9Dlr ../../nasm-"$version"-xdoc.zip doc -x \*.pdf -x \*.info\* -zip -9Dgr ../../nasm-"$version"-xdoc.zip doc -i \*.pdf -i \*.info\* +zip -9Dlr ../../nasm-"$version"-xdoc.zip doc -x \*.pdf +zip -9Dgr ../../nasm-"$version"-xdoc.zip doc -i \*.pdf # Clean up cd ../.. -- cgit v1.2.1