From 9afd0ac55975d699def45e6c1cc42f8da042593d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 3 Jun 2024 07:26:04 +0200 Subject: Merging upstream version 2.9.2. Signed-off-by: Daniel Baumann --- makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile.in') diff --git a/makefile.in b/makefile.in index 651677e..4658ac9 100644 --- a/makefile.in +++ b/makefile.in @@ -1,4 +1,4 @@ -# $LynxId: makefile.in,v 1.198 2024/01/15 16:06:06 tom Exp $ +# $LynxId: makefile.in,v 1.200 2024/05/31 23:03:20 tom Exp $ ##makefile for lynx SHELL = @CONFIG_SHELL@ @@ -392,7 +392,7 @@ install-help : htmlized_cfg help_files.sed $(HELPDIR) $(SYSCONFDIR) WD=`pwd` ; \ TAIL=`basename "$(helpdir)"` ; \ HEAD=`echo "$$WD"|sed -e "s,/$${TAIL}$$,,"` ; \ - test "x$$WD" != "x$$HEAD" && rm -fr * ; \ + test "x$$WD" != "x$$HEAD" && find . -type f -exec rm -f {} \; ; \ fi';\ test -d $(HELPDIR)/keystrokes || mkdir $(HELPDIR)/keystrokes @echo "Translating/copying html files" -- cgit v1.2.3