mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-31 07:55:45 +01:00
updated makefile for autogenerating help with asciidoc, thanks a lot bartman!
This commit is contained in:
@@ -300,7 +300,7 @@ vimperator.Completion = function () //{{{
|
||||
Help: function (filter)
|
||||
{
|
||||
var res = [];
|
||||
var files = ["introduction.xhtml", "options.xhtml"];
|
||||
var files = ["introduction.xhtml", "options.xhtml", "motion.html"];
|
||||
for (var file in files)
|
||||
{
|
||||
try
|
||||
|
||||
@@ -84,6 +84,7 @@ td.taglist code {
|
||||
code.tag {
|
||||
font-weight: bold;
|
||||
color: rgb(255, 0, 255); /* magenta */
|
||||
padding-left: 5px;
|
||||
}
|
||||
tr.description {
|
||||
margin-bottom: 4px;
|
||||
|
||||
Reference in New Issue
Block a user