[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev lynx2.8.2pre.6 install-help patch
From: |
pg |
Subject: |
Re: lynx-dev lynx2.8.2pre.6 install-help patch |
Date: |
Wed, 26 May 1999 00:08:50 -0600 (MDT) |
In a recent note, address@hidden said:
> Date: Mon, 24 May 1999 15:11:59 -0400 (EDT)
>
> 1999-05-24 (2.8.2pre.6)
> * install COPYING and COPYRIGHT for install-help rule as well as install-doc,
> so we can refer to local copies of those files -TD
>
This needs a directory path if the build directory is not
the top source directory:
==========================================================================
%%% Created Tue May 25 23:36:02 MDT 1999 by target lynx.patch. %%%
diff -bru orig/lynx2-8-2/makefile.in lynx2-8-2/makefile.in
--- orig/lynx2-8-2/makefile.in Tue May 25 22:43:26 1999
+++ lynx2-8-2/makefile.in Tue May 25 23:35:34 1999
@@ -374,8 +374,8 @@
$(LIBDIR)/lynx.tmp >$(LIBDIR)/lynx.cfg
chmod 644 $(LIBDIR)/lynx.cfg
-rm -f $(LIBDIR)/lynx.tmp
- $(INSTALL_DATA) COPYHEADER $(DOCDIR)/COPYHEADER
- $(INSTALL_DATA) COPYING $(DOCDIR)/COPYING
+ $(INSTALL_DATA) $(srcdir)/COPYHEADER $(DOCDIR)/COPYHEADER
+ $(INSTALL_DATA) $(srcdir)/COPYING $(DOCDIR)/COPYING
cd $(HELPDIR) && ( \
ln $(DOCDIR)/COPYHEADER . || cp $(DOCDIR)/COPYHEADER . ; \
ln $(DOCDIR)/COPYING . || cp $(DOCDIR)/COPYING . )