diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | man/also | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -130,4 +130,4 @@ dist: distdir HTMLDIR=html htmldocs: - perl $(HOME)/src/perl/Parse-Man/examples/man-to-html.pl -O $(HTMLDIR) --file-extension tmpl --link-extension html --template home_lou.tt2 man/*.3 + perl $(HOME)/src/perl/Parse-Man/examples/man-to-html.pl -O $(HTMLDIR) --file-extension tmpl --link-extension html --template home_lou.tt2 --also man/also man/*.3 diff --git a/man/also b/man/also new file mode 100644 index 0000000..d948fd2 --- /dev/null +++ b/man/also @@ -0,0 +1,3 @@ +termkey_destroy.3 = termkey_new.3 +termkey_get_flags.3 = termkey_set_flags.3 +termkey_getkey_force.3 = termkey_getkey.3 |