summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2011-05-05 00:48:03 +1200
committerStuart Rackham <srackham@methods.co.nz>2011-05-05 00:48:03 +1200
commitd17c8e95616b6c13aebe4038926e73b62c147f54 (patch)
treeeb0227bf240f3c695fd6ad9b196a52cc4d71847c
parent2bf4954ae31da1f262da7040eca9fedeead1f5d9 (diff)
downloadasciidoc-d17c8e95616b6c13aebe4038926e73b62c147f54.tar.gz
- Dropped unused symlink from distribution.
- Corrected ./exampls/website/asciidoc-xhtml11.js symlink name.
-rw-r--r--MANIFEST1
-rw-r--r--doc/asciidoc.txt2
l---------doc/docbook-xsl.css1
l---------examples/website/asciidoc-xhtml11.js1
l---------examples/website/asciidoc.js1
5 files changed, 2 insertions, 4 deletions
diff --git a/MANIFEST b/MANIFEST
index 28ac515..79e7230 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -29,7 +29,6 @@ doc/book.epub
doc/asciidoc.1
doc/asciidoc.conf
doc/article-docinfo.xml
-doc/*.css
doc/customers.csv
doc/images/
doc/main.aap
diff --git a/doc/asciidoc.txt b/doc/asciidoc.txt
index 128c7ef..a70f350 100644
--- a/doc/asciidoc.txt
+++ b/doc/asciidoc.txt
@@ -3215,7 +3215,7 @@ is a list of things to be aware of:
you will need to include the `--no-xmllint` option to suppress
DocBook validation errors.
+
-NOTE: Technically you can nest DocBook 4 tables one level using the
+NOTE: In theory you can nest DocBook 4 tables one level using the
'entrytbl' element, but not all toolchains process 'entrytbl'.
- DocBook only allows a subset of block elements inside table cells so
diff --git a/doc/docbook-xsl.css b/doc/docbook-xsl.css
deleted file mode 120000
index c1cd3b9..0000000
--- a/doc/docbook-xsl.css
+++ /dev/null
@@ -1 +0,0 @@
-../stylesheets/docbook-xsl.css \ No newline at end of file
diff --git a/examples/website/asciidoc-xhtml11.js b/examples/website/asciidoc-xhtml11.js
deleted file mode 120000
index e396304..0000000
--- a/examples/website/asciidoc-xhtml11.js
+++ /dev/null
@@ -1 +0,0 @@
-../../javascripts/asciidoc-xhtml11.js \ No newline at end of file
diff --git a/examples/website/asciidoc.js b/examples/website/asciidoc.js
new file mode 120000
index 0000000..b8918ef
--- /dev/null
+++ b/examples/website/asciidoc.js
@@ -0,0 +1 @@
+../../javascripts/asciidoc.js \ No newline at end of file