diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2000-05-05 14:20:01 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2000-05-05 14:20:01 -0400 |
commit | 7887ed244553feb87fbae9a1c84b95d970e2f13a (patch) | |
tree | bfbb6e4135d55089afd5c231ecb9786b5fed649f /makefile.in | |
parent | 4495b73b691d8f3037361f55f08fc37abc9f2b08 (diff) | |
download | lynx-snapshots-7887ed244553feb87fbae9a1c84b95d970e2f13a.tar.gz |
snapshot of project "lynx", label v2-8-4dev_1
Diffstat (limited to 'makefile.in')
-rw-r--r-- | makefile.in | 4 |
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 $@ |