summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2017-04-13 21:54:42 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2017-04-13 22:12:05 -0700
commit5194f77bfd38ce14176b2b5efab2052bf7014bbd (patch)
tree075e375878a0b6cde5320bfdbccd8a3987fbc058 /tools
parentb1778ef7ddd2fe94f0367eaa254a39ed6abd0721 (diff)
downloadnasm-5194f77bfd38ce14176b2b5efab2052bf7014bbd.tar.gz
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 <hpa@linux.intel.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/release5
1 files changed, 2 insertions, 3 deletions
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 ../..