From 14d6bb736ca3f03ad2410958ff312ccff15765fe Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Wed, 18 Jan 2012 14:27:18 +0000 Subject: [PATCH] Use the 'also' list for aliased pages --- Makefile | 2 +- man/also | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 man/also diff --git a/Makefile b/Makefile index c31355b..bf2b75d 100644 --- a/Makefile +++ b/Makefile @@ -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