summaryrefslogtreecommitdiff
path: root/japanese/lynx/files/patch-aa
blob: 5a9ece363aa4bd5deb0d0eb02805f5bcdee58860 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- makefile.in.orig	Fri Jul 31 18:34:41 1998
+++ makefile.in	Mon Aug 10 02:12:53 1998
@@ -37,7 +37,7 @@
 libdir= @libdir@
 
 ## 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
@@ -257,6 +257,7 @@
 	(cd $(srcdir)/lynx_help && tar cf - . ) | ( cd $(helpdir) && tar xf - )
 	(cd $(srcdir) && tar cf - C[HO]* PROBLEMS README samples test ) | \
 			       ( cd $(helpdir) && tar xf - )
+	cp $(srcdir)/lynx.cfg $(helpdir)/samples/lynx.cfg
 	-rm -f $(libdir)/lynx.tmp
 	sh -c 'if test -f $(libdir)/lynx.cfg ; then \
 		mv $(libdir)/lynx.cfg $(libdir)/lynx.tmp ; \