summaryrefslogtreecommitdiff
path: root/japanese/lynx-current/files/patch-aa
blob: fe46ce058c743295597318e4fb572d17e10ef9c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- 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 '=' '%'