summaryrefslogtreecommitdiffstats
path: root/docs/manual/manual.conf
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2014-03-19 12:34:47 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2014-03-19 17:14:44 +0100
commit2e730453bfe45636b611b86c2c619920f246977f (patch)
tree499adb142e6a40471e12ced7ce1da715585bd63c /docs/manual/manual.conf
parent25f6745202d204c25df5f9527128ec8fa95dafeb (diff)
downloadspice-2e730453bfe45636b611b86c2c619920f246977f.tar.gz
spice-2e730453bfe45636b611b86c2c619920f246977f.tar.xz
spice-2e730453bfe45636b611b86c2c619920f246977f.zip
Translate docbook -> asciidoc
It's much much easier to read and edit, and the end results looks better as well, see http://elmarco.fedorapeople.org/manual.html
Diffstat (limited to 'docs/manual/manual.conf')
-rw-r--r--docs/manual/manual.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/manual/manual.conf b/docs/manual/manual.conf
new file mode 100644
index 00000000..d87294de
--- /dev/null
+++ b/docs/manual/manual.conf
@@ -0,0 +1,21 @@
+[titles]
+ underlines="__","==","--","~~","^^"
+
+[attributes]
+caret=^
+startsb=&#91;
+endsb=&#93;
+tilde=&#126;
+
+[linkgit-inlinemacro]
+<ulink url="{target}.html">{target}{0?({0})}</ulink>
+
+ifdef::backend-docbook[]
+# "unbreak" docbook-xsl v1.68 for manpages. v1.69 works with or without this.
+[listingblock]
+<example><title>{title}</title>
+<literallayout class="monospaced">
+|
+</literallayout>
+{title#}</example>
+endif::backend-docbook[]