--- makefile.in.orig Fri Nov 6 23:29:41 1998 +++ makefile.in Tue Nov 10 23:38:26 1998 @@ -41,10 +41,10 @@ libdir= @libdir@ ## Where you want the doc-files installed -docdir= @libdir@/lynx_doc +docdir= @datadir@/doc/lynx ## Where you want the help-files installed -helpdir= @libdir@/lynx_help +helpdir= $(prefix)/lib/lynx_help ##set the relative location of the WWW library Implementation directory, ##from this directory @@ -262,6 +262,7 @@ (cd $(srcdir) && tar cf - C[HO]* PROBLEMS README samples test ) | \ ( cd $(docdir) && tar xf - ) -rm -f $(libdir)/lynx.tmp + cp $(srcdir)/lynx.cfg $(docdir)/samples/lynx.cfg # HPUX 'sed' does not seem to like '=' as pattern delimiter. FIX_SED = tr '=' '%'