1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 23:58:00 +01: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

View File

@@ -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