; Update htmlfontify documentation

* doc/misc/htmlfontify.texi (Customization): Remove 'hfy-find-cmd',
add 'hfy-exclude-file-rules'.
(Requirements): Remove text about 'find' program.
This commit is contained in:
Xi Lu 2023-01-15 11:49:45 +02:00 committed by Eli Zaretskii
parent 72d2604d1f
commit d2efee31ed

View file

@ -1351,11 +1351,11 @@ Whether or not to split the index @ref{hfy-index-file} alphabetically
on the first letter of each tag. Useful when the index would otherwise on the first letter of each tag. Useful when the index would otherwise
be large and take a long time to render or be difficult to navigate. be large and take a long time to render or be difficult to navigate.
@item hfy-find-cmd @item hfy-exclude-file-rules
@vindex hfy-find-cmd @vindex hfy-exclude-file-rules
@anchor{hfy-find-cmd} @anchor{hfy-exclude-file-rules}
The ``find'' command used to harvest a list of files to attempt to fontify. Regular expressions to exclude files which shouldn't be fontified.
@item hfy-extn @item hfy-extn
@vindex hfy-extn @vindex hfy-extn
@ -1545,12 +1545,6 @@ but you should be able to override this.
See: @ref{Customization} See: @ref{Customization}
@item
A copy of find (e.g., GNU find) that provides the @code{-path} predicate.
You may be able to work around this with a suitable clever shell
command and the customization entry: @ref{hfy-find-cmd}
@item @item
A copy of sed (e.g., GNU sed). A copy of sed (e.g., GNU sed).