1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-05-03 09:40:52 +02:00

updated makefile for autogenerating help with asciidoc, thanks a lot bartman!

This commit is contained in:
Martin Stubenschrott
2008-01-06 14:37:04 +00:00
parent b82a57b89c
commit a8dd1597b1
5 changed files with 71 additions and 17 deletions
+12 -10
View File
@@ -12,21 +12,21 @@ VIMperator :)*
This is the optional preamble (an untitled section body). Useful for
writing simple sectionless documents consisting only of a preamble.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
<link rel="stylesheet" href="../content/help.css" type="text/css"/>
<span style="float: right;">
<code class="tag">asciidoc</code>
<code class="tag">foo</code>
<code class="tag">bar</code>
</span>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// <link rel="stylesheet" href="../content/help.css" type="text/css"/>
// <span style="float: right;">
// <code class="tag">asciidoc</code>
// <code class="tag">foo</code>
// <code class="tag">bar</code>
// </span>
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tags:foo[]
atag:abstract[] tag:beginning[]
anchor:abstract[abstract]
Abstract
--------
The optional abstract (one or more paragraphs) goes here.
You can also jump to xref:section[section].
This document is an AsciiDoc article skeleton containing briefly
annotated element placeholders plus a couple of example index entries
@@ -34,6 +34,8 @@ and footnotes. The preface, appendix, bibliography, glossary and index
section titles are significant ('specialsections').
atag:section[]
The First Section
-----------------
Article sections start at level 1 and can be nested up to four levels