1998-11-14 16:57:46 +00:00
|
|
|
--- makefile.in.orig Fri Nov 6 23:29:41 1998
|
|
|
|
+++ makefile.in Tue Nov 10 23:38:26 1998
|
|
|
|
@@ -41,10 +41,10 @@
|
1998-08-10 23:41:24 +00:00
|
|
|
libdir= @libdir@
|
|
|
|
|
1998-11-14 16:57:46 +00:00
|
|
|
## Where you want the doc-files installed
|
|
|
|
-docdir= @libdir@/lynx_doc
|
|
|
|
+docdir= @datadir@/doc/lynx
|
|
|
|
|
1998-08-10 23:41:24 +00:00
|
|
|
## 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
|
1998-11-14 16:57:46 +00:00
|
|
|
@@ -262,6 +262,7 @@
|
1998-08-10 23:41:24 +00:00
|
|
|
(cd $(srcdir) && tar cf - C[HO]* PROBLEMS README samples test ) | \
|
1998-11-14 16:57:46 +00:00
|
|
|
( cd $(docdir) && tar xf - )
|
1998-08-10 23:41:24 +00:00
|
|
|
-rm -f $(libdir)/lynx.tmp
|
1998-11-14 16:57:46 +00:00
|
|
|
+ cp $(srcdir)/lynx.cfg $(docdir)/samples/lynx.cfg
|
|
|
|
|
|
|
|
# HPUX 'sed' does not seem to like '=' as pattern delimiter.
|
|
|
|
FIX_SED = tr '=' '%'
|