lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev [dev.19] patchlet for help_files.txt


From: Kim DeVaughn
Subject: lynx-dev [dev.19] patchlet for help_files.txt
Date: Mon, 15 Mar 1999 13:12:22 -0800

Two help files are inaccessable if the  --enable-gzip-help  ./configure
option is used, since they are not in the lynx_help/help_files.txt file.

The attached patchlet adds them to the file.

Note that one other file (alt_edit_help.html) is also missing from the
help_files.txt  file, but it *is* getting processed due to its filename
being a "superstring" of another filename (edit_help.html).  If it is
included in  help_files.txt,  it ends up getting a double .gz appended
to its name, in the doc(s) that href it.

I suppose the processing sed script should be tweaked to deal with such
cases, or the file should be renamed and rereferenced to something more
unique, but for now I've just added it into the file as a comment, along
with a terse "explanation" of the effect that uncommenting it will have.

If someone is more motivated than I to fiddle with the Makefile sed stuff,
please feel free ...

/kim


Against 2.8.2dev.19:

diff -uNr lynx-2.8.2-dev.19+kd.orig/lynx_help/help_files.txt 
lynx-2.8.2-dev.19+kd/lynx_help/help_files.txt
--- lynx-2.8.2-dev.19+kd.orig/lynx_help/help_files.txt  Sat Aug 29 16:22:40 1998
+++ lynx-2.8.2-dev.19+kd/lynx_help/help_files.txt       Mon Mar 15 12:26:06 1999
@@ -11,10 +11,12 @@
 # Each filename has to end with '.html' otherwise install-help will fail.
 #
 ABOUT_LYNX=about_lynx.html
+#ALT_EDIT_HELP=alt_edit_help.html  # if uncommented, gets double .gz in docs
 BOOKMARK_HELP=bookmark_help.html
 COOKIE_HELP=cookie_help.html
 DIRED_HELP=dired_help.html
 EDIT_HELP=edit_help.html
+ENVIRONMENTS=environments.html
 FOLLOW_HELP=follow_help.html
 GOPHER_TYPES_HELP=gopher_types_help.html
 HISTORY_HELP=history_help.html
@@ -27,6 +29,7 @@
 OTHER_HELP=other_help.html
 PRINT_HELP=print_help.html
 SCROLLING_HELP=scrolling_help.html
+TEST_DISPLAY=test_display.html
 VISITED_HELP=visited_help.html
 XTERM_HELP=xterm_help.html
 LYNX_DEV=lynx-dev.html
##--eof--##

reply via email to

[Prev in Thread] Current Thread [Next in Thread]