1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 06:32:27 +01:00

Add all.txt help template files.

This commit is contained in:
Doug Kearns
2009-08-07 00:48:38 +10:00
parent 9ede619160
commit a85df170ae
2 changed files with 207 additions and 0 deletions

View File

@@ -0,0 +1,102 @@
|all| +
// TODO: this should be generated by the Makefile in the same order as
// config.helpFiles
|intro.html|
include::intro.txt[]
|tutorial.html|
include::tutorial.txt[]
|starting.html|
include::starting.txt[]
|browsing.html|
include::browsing.txt[]
|buffer.html|
include::buffer.txt[]
|cmdline.html|
include::cmdline.txt[]
|insert.html|
include::insert.txt[]
|options.html|
include::options.txt[]
|pattern.html|
include::pattern.txt[]
|tabs.html|
include::tabs.txt[]
|hints.html|
include::hints.txt[]
|map.html|
include::map.txt[]
|eval.html|
include::eval.txt[]
|marks.html|
include::marks.txt[]
|repeat.html|
include::repeat.txt[]
|autocommands.html|
include::autocommands.txt[]
|print.html|
include::print.txt[]
|gui.html|
include::gui.txt[]
|styling.html|
include::styling.txt[]
|message.html|
include::message.txt[]
|developer.html|
include::developer.txt[]
|various.html|
include::various.txt[]
//|version.html|
//
//include::version.txt[]
|index.html|
include::index.txt[]
// vim: set syntax=asciidoc: