From e833c444f5b729f3b4e3409f3efa58e629e1be7d Mon Sep 17 00:00:00 2001 From: Laurent MONIN Date: Tue, 10 Jan 2006 22:10:37 +0100 Subject: [PATCH 1/4] Remove obsolete elinksmanual(1) link. --- doc/tools/help2doc | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/tools/help2doc b/doc/tools/help2doc index 0dd867097..76e24d3bc 100755 --- a/doc/tools/help2doc +++ b/doc/tools/help2doc @@ -230,7 +230,6 @@ print_elinksconf_footer() echo "$dist_info" echo ".SH \"SEE ALSO\"" echo ".BR elinks (1)," - echo ".BR elinksmanual (1)," echo ".BR elinkskeys (5)" } From 1ac97927b50b265be163025c1e87273ead38930e Mon Sep 17 00:00:00 2001 From: Laurent MONIN Date: Tue, 10 Jan 2006 22:11:14 +0100 Subject: [PATCH 2/4] Make $(MAN_DIR)/man5/elinkskeys.5 target depends on $(HELP2DOC) and Makefile. --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index ed9ecfbea..6a3f3ca0a 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -138,7 +138,7 @@ $(MAN_DIR)/man5/elinkskeys.5: $(XML_DIR)/elinkskeys.5.man.xml < $@.tmp > $@ rm $@.tmp -$(MAN_DIR)/man5/elinks.conf.5: $(ELINKS) +$(MAN_DIR)/man5/elinks.conf.5: $(ELINKS) $(HELP2DOC) Makefile $(LOCALES) $(HELP2DOC) --elinks=$(ELINKS) --elinksconf > $@ # XHTML/CSS Man Pages From 7af11c507fc09e421a2293253ccde2afdd7a56fd Mon Sep 17 00:00:00 2001 From: Laurent MONIN Date: Tue, 10 Jan 2006 22:18:03 +0100 Subject: [PATCH 3/4] More dependencies. --- doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 6a3f3ca0a..2ac3778e9 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -113,10 +113,10 @@ clean-local: $(TXT_DIR)/import-features.conf.txt: $(FEATURES) $(IMPORT_FEATURES_CONF) $(IMPORT_FEATURES_CONF) > $@ -$(TXT_DIR)/elinks.1.%.txt: $(MAKE_ELINKS_MANPAGE) $(ELINKS) +$(TXT_DIR)/elinks.1.%.txt: $(MAKE_ELINKS_MANPAGE) $(ELINKS) $(HELP2DOC) Makefile $(LOCALES) $(MAKE_ELINKS_MANPAGE) $@ $(ELINKS) $(HELP2DOC) > $@ -$(TXT_DIR)/elinkskeys.5.%.txt: $(MAKE_ELINKSKEYS_MANPAGE) $(KBDBIND) +$(TXT_DIR)/elinkskeys.5.%.txt: $(MAKE_ELINKSKEYS_MANPAGE) $(KBDBIND) Makefile $(LOCALES) $(MAKE_ELINKSKEYS_MANPAGE) $@ $(KBDBIND) > $@ From e75bd0e79f2390183ed89fff5a7fd84807dccf0d Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Tue, 10 Jan 2006 22:40:13 +0100 Subject: [PATCH 4/4] Fix pod2html errors in contrib/perl/hooks.pl --- contrib/perl/hooks.pl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/contrib/perl/hooks.pl b/contrib/perl/hooks.pl index 96dde0f7f..afbc971d6 100644 --- a/contrib/perl/hooks.pl +++ b/contrib/perl/hooks.pl @@ -934,8 +934,6 @@ B > > (or current url) Dialects: I, I, I, I, I, I, I, or I -=back - =cut ############################################################################ # the Dialectizer (dia ) @@ -1070,6 +1068,8 @@ using the search engine defined by the 'search' configuration option if } +=back + =head1 FOLLOW URL HOOK @@ -1081,8 +1081,6 @@ I: The function I is called when the hook is triggered, taking the target URL as its only argument. It returns the final target URL. -=back - =cut ################################################################################ ### follow_url_hook ############################################################ @@ -1133,6 +1131,8 @@ Translates any I or I URLs to Google Groups HTTP URLs. } +=back + =head1 PRE FORMAT HTML HOOK @@ -1151,8 +1151,6 @@ I: The function I is called when the hook is triggered, taking the document's URL and the HTML source as its two arguments. It returns the rewritten HTML code. -=back - =cut ################################################################################ ### pre_format_html_hook ####################################################### @@ -1242,6 +1240,8 @@ content-type:text/html. } +=back + =head1 PROXY FOR HOOK @@ -1256,8 +1256,6 @@ I: The function I is called when the hook is triggered, taking the target URL as its only argument. It returns the proxy URL, empty string to use no proxy or I to use the default proxy URL. -=back - =cut ################################################################################ ### proxy_for_hook ############################################################# @@ -1281,6 +1279,8 @@ Prevents proxy usage for local files and C. } +=back + =head1 QUIT HOOK @@ -1294,8 +1294,6 @@ I: The function I is called when the hook is triggered, taking no arguments nor returning anything. ('cause, you know, what would be the point?) -=back - =cut ################################################################################ ### quit_hook ################################################################## @@ -1367,6 +1365,8 @@ A few words of wisdom from ELinks the Sage. } +=back + =head1 SEE ALSO