1998-11-02 04:02:00 +00:00
|
|
|
--- makefile.in.orig Sun Sep 13 23:35:55 1998
|
|
|
|
+++ makefile.in Tue Sep 15 08:08:01 1998
|
|
|
|
@@ -41,10 +41,10 @@
|
1998-08-10 16:03:26 +00:00
|
|
|
libdir= @libdir@
|
|
|
|
|
1998-11-02 04:02:00 +00:00
|
|
|
## Where you want the doc-files installed
|
|
|
|
-docdir= @libdir@/lynx_doc
|
|
|
|
+docdir= $(prefix)/share/doc/lynx
|
|
|
|
|
1998-08-10 16:03:26 +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-02 04:02:00 +00:00
|
|
|
@@ -260,6 +260,7 @@
|
|
|
|
@echo Copying sample files
|
1998-08-10 16:03:26 +00:00
|
|
|
(cd $(srcdir) && tar cf - C[HO]* PROBLEMS README samples test ) | \
|
1998-11-02 04:02:00 +00:00
|
|
|
( cd $(docdir) && tar xf - )
|
|
|
|
+ cp $(srcdir)/lynx.cfg $(docdir)/samples/lynx.cfg
|
1998-08-10 16:03:26 +00:00
|
|
|
-rm -f $(libdir)/lynx.tmp
|
1998-11-02 04:02:00 +00:00
|
|
|
|
|
|
|
install-help : $(helpdir)
|