about summary refs log tree commit diff stats
path: root/makefile.in
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2000-05-05 14:20:01 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2000-05-05 14:20:01 -0400
commit7887ed244553feb87fbae9a1c84b95d970e2f13a (patch)
treebfbb6e4135d55089afd5c231ecb9786b5fed649f /makefile.in
parent4495b73b691d8f3037361f55f08fc37abc9f2b08 (diff)
downloadlynx-snapshots-7887ed244553feb87fbae9a1c84b95d970e2f13a.tar.gz
snapshot of project "lynx", label v2-8-4dev_1
Diffstat (limited to 'makefile.in')
-rw-r--r--makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile.in b/makefile.in
index f9cc4258..6929b8d0 100644
--- a/makefile.in
+++ b/makefile.in
@@ -331,8 +331,8 @@ install-doc : $(DOCDIR) $(HELPDIR)
 		done'
 
 # HPUX 'sed' does not seem to like '=' as pattern delimiter.
-FIX_SED = tr '=' '%'
-#FIX_SED = cat
+# We cannot use '%' because it may appear in a URL.
+FIX_SED = tr '=' '"'
 
 help_files.sed : makefile $(srcdir)/lynx_help/help_files.txt
 	@echo Constructing sed-script $@