summaryrefslogtreecommitdiff
path: root/japanese/lynx/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/lynx/files/patch-aa')
-rw-r--r--japanese/lynx/files/patch-aa22
1 files changed, 13 insertions, 9 deletions
diff --git a/japanese/lynx/files/patch-aa b/japanese/lynx/files/patch-aa
index 5a9ece363aa4..bd0df60043d9 100644
--- a/japanese/lynx/files/patch-aa
+++ b/japanese/lynx/files/patch-aa
@@ -1,19 +1,23 @@
---- makefile.in.orig Fri Jul 31 18:34:41 1998
-+++ makefile.in Mon Aug 10 02:12:53 1998
-@@ -37,7 +37,7 @@
+--- makefile.in.orig Sun Sep 13 23:35:55 1998
++++ makefile.in Tue Sep 15 08:08:01 1998
+@@ -41,10 +41,10 @@
libdir= @libdir@
+ ## Where you want the doc-files installed
+-docdir= @libdir@/lynx_doc
++docdir= $(prefix)/share/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
-@@ -257,6 +257,7 @@
- (cd $(srcdir)/lynx_help && tar cf - . ) | ( cd $(helpdir) && tar xf - )
+@@ -260,6 +260,7 @@
+ @echo Copying sample files
(cd $(srcdir) && tar cf - C[HO]* PROBLEMS README samples test ) | \
- ( cd $(helpdir) && tar xf - )
-+ cp $(srcdir)/lynx.cfg $(helpdir)/samples/lynx.cfg
+ ( cd $(docdir) && tar xf - )
++ cp $(srcdir)/lynx.cfg $(docdir)/samples/lynx.cfg
-rm -f $(libdir)/lynx.tmp
- sh -c 'if test -f $(libdir)/lynx.cfg ; then \
- mv $(libdir)/lynx.cfg $(libdir)/lynx.tmp ; \
+
+ install-help : $(helpdir)