[Swift-commit] r4413 - test/asciidoc-manual
wozniak at ci.uchicago.edu
wozniak at ci.uchicago.edu
Mon Apr 25 16:46:17 CDT 2011
Author: wozniak
Date: 2011-04-25 16:46:17 -0500 (Mon, 25 Apr 2011)
New Revision: 4413
Modified:
test/asciidoc-manual/README.txt
Log:
asciidoc installation notes from Wilde
Modified: test/asciidoc-manual/README.txt
===================================================================
--- test/asciidoc-manual/README.txt 2011-04-25 19:51:16 UTC (rev 4412)
+++ test/asciidoc-manual/README.txt 2011-04-25 21:46:17 UTC (rev 4413)
@@ -18,3 +18,13 @@
Numbered lists are not working right in some cases after a code
listing block- that's why there are some uses of the [start=*]
attribute.
+
+Installing asciidoc:
+
+$ wget http://sourceforge.net/projects/asciidoc/files/asciidoc/8.6.4/asciidoc-8.6.4.tar.gz/download
+$ tar -xzf asciidoc-8.6.4.tar.gz
+$ cd asciidoc-8.6.4
+$ ./configure --prefix $HOME/asciidoc
+$ make install
+$ PATH=$PATH:$HOME/asciidoc/bin
+$ asciidoc manual.txt # creates manual.html
More information about the Swift-commit
mailing list