From dceee0294f3814dd97c3c273200011977a8ecca6 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Fri, 9 Apr 2004 18:16:43 +0000 Subject: Added an info(1) backend, which constructs .info files directly without going through the .texi source stage. A few things left to do, notably documentation, but the basics all seem to be there. [originally from svn r4047] --- main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'main.c') diff --git a/main.c b/main.c index b509928..ecb2d37 100644 --- a/main.c +++ b/main.c @@ -24,6 +24,7 @@ static const struct backend { {"whlp", whlp_backend, whlp_config_filename, 0x0004}, {"winhelp", whlp_backend, whlp_config_filename, 0x0004}, {"man", man_backend, man_config_filename, 0x0008}, + {"info", info_backend, info_config_filename, 0x0010}, }; int main(int argc, char **argv) { -- cgit v1.1